File: index.html

package info (click to toggle)
nec 2-11
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,448 kB
  • ctags: 3,100
  • sloc: fortran: 16,407; makefile: 128
file content (20 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head><title>NEC-2</title></head>
<body>
<H2>Numerical Electromagnetics Code-2</H2>
The implementation of the NEC-2 code in this package accepts free
form input with fields separated by white space instead of rigid
fixed format input used in older versions.
<p>
The original NEC-2 code was documented by a three volume set 
of manuals, the first describing the theory of the EFIE and MFIE
boundary element method with point collocation used by NEC-2 (commonly 
called `method of moments').  The second volume provides a 
typescript listing of the original fortran code.  
The third volume, the user manual is the basis for the 
HTML format manual included within this distribution.
<p>
<A HREF="toc.html">User Manual Table of Contents</a>

</body>
</html>