var fDesc=new Array(); fDesc[0] = "Agros2D is a multi-platform C++ application designed for the solution of partial differential equations (PDE) based on the Hermes library. It provides features such as:
- Numerical solution of physical fields (single and multi-physics analysis with the possibility of weak and hard coupling)
- Complex time-dependent nonlinear solver
- Steady state, harmonic and transient analysis
- Particle tracing in electromagnetic fields."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }