necpp
necpp copied to clipboard
NEC2++ is a C++ rewrite of the Numerical Electromagnetics Code (NEC-2) with many new features like automatic error detection when you specify the structure incorrectly and much faster execution. Nec2+...
Hi, I experienced Memory segmentation fault in case of over-28.4GB simulation model. The root cause is that multiplication of **int** variables handling memory allocation exceeds **int** type. For example, in...
I am using the API to create input, i.e., nec_create(), nec_wire(), nec_fr_card(), etc., is there a way to output the context/configuration to file as a traditional nec2 card deck? I...
Hi, I have memory allocation problem again. I got "segmentation fault" error message from the Ver.1.7.1 and "Runtime Error: Out of Memory" message from the Ver.1.6.1 when I tried a...
I am using PyNEC python wrapper and my python code usually crashes on "Segmentation fault (core dumped)" gdb shows following: kaklik@UST-vyvoj:~/git/NEC-models/antennas/src$ gdb /usr/bin/python2.7 core GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11 Copyright...
When attempting a build on Mac OS X 10.11.3 (El Capitan) with current Xcode installed, the format of many assignments is apparently unacceptable to the clang compiler. ``` $ gcc...
i usually use other programs like 4nec2 and in the input files it treats the single quote character as the beginning of a comment in a line and ignores it...
This generates a compiler warning, and also should be triggering a change in the output format. However it isn't being taken into account. Tagging as version 2.0 (as this piece...
Hi, I see that the eigen library can replace the safe_array class. By rebuilding libnecpp.so using "configure --with-eigen", the build succeeded however the execution of the example programm failed with:...
cl.exe of MS Visual Studio 2019 defines _WIN32, not WIN32. This patch makes common.h check for either define.
Hi, I am using nec2++ for hf antennas design and i am very satisfy. I would like to design antennas with reflectors in the microwave domain but the nec2++ is...