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, This is not a problem report, but I'd like to share my benchmark of LAPACK / BLAS library. Because of my huge simulation model, I have been replacing my...
Hello, I'm trying to build from the source, on the step "3. Then do the usual thing ` ./configure --without-lapack make -j 4 sudo make install` " I have an...
Hi, for some reason the linker fails when building on/for macOS (10.13.6): ``` [eligs@aquila ~/projects/necpp:master] make /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in src /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -all-static...
I have been using xnec2c to play with antenna simulations, but it is very tedious to use it for optimizations, hence my attempts with necpp. I wasn' able to build...
Hi, I was trying to model a finite PEC cylinder parallel to the Y axis. The diameter of the cylinder is chosen to be one wavelength, and the height is...
NEC++ Runtime Error: GEOMETRY HAS ONE OR FEWER SEGMENTS. Please send bug report. This causes an error that we're trying to fix. I had the Rumtine Error in calculation of...
Hi @tmolteno , I have been compiling necpp for PyNEC package (python 3.4/3.6) in windows 7/10 using VC++ 10/14. 1) The compiler is showing following error in misc.cpp. (This is...
Hello Tim, excellent work ! I found a possible way of getting rid of 2 loops in 'void solves'. At line 705 and 755, this piece of exact equal code:...
Very small enhancement: In matrix_algebra.cpp, void solves, line 791: Snip* ``` for (int64_t k = 0; k < nop; k++ ) { if ( k != 0 ) { int64_t...
Greetings, I am a telecommunications engineer college student from University of Carabobo (Venezuela) and i'm looking for a thesis subject, in that sense , I would like to implement a...