var fDesc=new Array(); fDesc[0] = "Using GEMS, you can efficiently and accurately simulate antennas, antenna arrays, microwave circuits, packaging, RCS, bio-electromagnetic problems, and other EM problems. The friendly user interface of GEMS allows you to easily create a complex model or import CAD files to GEMS interface. GEMS can use all the resource in your PC to efficiently simulate the EM problems.

Features:

-GEMS is accurate, fast, reliable using the least computer resource
-Compatible to other serial or parallel EM simulation software
-GEMS allows you to import the 2-D and 3-D models that are generated in other EM software packages or 3-D modeling software packages.
-GEMS can export the 2-D and 3-D models into SAT file format and then import the SAT model into other EM simulation software packages.
-Using advanced memory allocation, GEMS is fast and requires much less memory than other EM software.
-GEMS can be installed on your desktop, laptop, workstation, cluster or supercomputer.
-Unique surface current solver"; 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 = ''; } }