Path to this page:
./
ham/nec2c,
Numerical Electromagnetics Code in C
Branch: CURRENT,
Version: 1.3.1,
Package name: nec2c-1.3.1,
Maintainer: pkgsrc-usersnec2c is a translation of the NEC2 FORTRAN source code to the C
language. The translation was performed mostly "by hand" and a
lot of modifications to the original program were introduced in
order to modernize the NEC2 and to remove as many built-in limitations
as possible. The attendant SOMNEC program was also translated to
C and incorporated in nec2c as a function so that Sommerfeld ground
solutions are a part of the program.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 181.762 KB
Version history: (Expand)
- (2023-12-18) Updated to version: nec2c-1.3.1
- (2017-11-23) Package has been reborn
- (2014-10-14) Updated to version: nec2c-1.3
- (2013-07-20) Package added to pkgsrc.se, version nec2c-1.1 (created)
CVS history: (Expand)
2023-12-18 15:22:24 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(ham/nec2c) Updated 1.3 to 1.3.1
Version 1.3.1: Fixed a bug in the fbar() in somnec.c reported by
Ward Harriman, AE6TY, that caused corrupt results with wire dipoles
close to ground and while using Sommerfeld/Norton approximation.
|
2021-10-26 12:48:41 by Nia Alarie | Files touched by this commit (38) |
Log message:
ham: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:17:24 by Nia Alarie | Files touched by this commit (38) |
Log message:
ham: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2015-11-03 00:57:25 by Alistair G. Crooks | Files touched by this commit (32) |
Log message:
Add SHA512 digests for distfiles for ham category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden). Existing SHA1
digests retained for now as an audit trail.
|
2014-10-14 02:45:42 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update nec2c 1.1 to 1.3
-----------------------
Version 1.2: Fixed four issues (defects) reported by Coverity Scan
(https://scan.coverity.com/). Two of those were in the somnec
functions and I suspect that they did effect the calculations in
the rom1() and gshank() functions, at least under some circumstances.
Unfortunately the original Fortran source (somnec.for), as the rest
of the NEC2 Fortran source, is extremely difficult to read so I am
not able to confirm the impact of those reported defects.
Version 1.3: Revised the fix of one issue reported by Coverity Scan,
as on more detailed comparison with the original Fortran code, it
seems the original changes (in the ROM1 function in SOMNEC) were
not correct. Unfortunately I cannot verify the correctness of the
above fixes, as nec2c does not print out SOMNEC output files.
|
2013-07-20 18:46:38 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Import nec2c-1.1 as ham/nec2c.
nec2c is a translation of the NEC2 FORTRAN source code to the C
language. The translation was performed mostly "by hand" and a
lot of modifications to the original program were introduced in
order to modernize the NEC2 and to remove as many built-in limitations
as possible. The attendant SOMNEC program was also translated to
C and incorporated in nec2c as a function so that Sommerfeld ground
solutions are a part of the program.
|