necpp icon indicating copy to clipboard operation
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+...

Results 43 necpp issues
Sort by recently updated
recently updated
newest added

See necpp/issues/72. Looks like compared to nec2c the running index was changed from 1 to 0 based.

@tmolteno Hello tmolteno, I got some errors while compiling the program, I think it might be a bug of the `configure` or `Makefile.git`. After execute command as [INSTALL.md](https://github.com/tmolteno/necpp/blob/master/INSTALL.md) said ```...

In Ubuntu 16.04 LTS, with properly intalled `g++`, `make`, `automake`, `autoconf`, `libtool` and `libatlas-base-dev` compilation will fail at: `matrix_algebra.cpp:412:21: fatal error: clapack.h: File or directory not found`

Has anyone hooked in the free Intel MKL llibs on linux?

I'm trying to configure with lapack support but I get an error. without lapack support I can build and install. debugging into the problem I found this: gcc -o conftest...

Edit: For necpp v1.6.1 On both Fedora 29 and CentOS 7, the configure script is unable to find atlas. It seems that the installation process assumes that atlas will be...

Notice below that you could omit the check `if (nrow==np)` because `num_symmetric_modes = nrow/np = 1` . Thus, the loop iterates only once and `mode=0`, so `mode_offset = mode*np =...

I'm trying to model the boom of a log-periodic antenna. The boom has a diameter of 15mm. I'm trying to model the boom piece-wise (because it needs to be connected...

I assumed that before attempting a compile I would need to run the atlas_check.sh file. I did install the atlas development package and it is installed in /usr/lib/atlas, with permissions...

pip install is failing on widows 10 with C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DBUILD_PYTHON=1 -Inecpp_src/src/ -Inecpp_src/ -ID:\users\peter\PycharmProjects\Antenna_genetic\venv\include -ID:\Python\Python38-32\include -ID:\Python\Python38-32\include "-IC:\Program Files (x86)\Microsoft Visual...