CSXCAD
CSXCAD copied to clipboard
A C++ library to describe geometrical objects and their physical or non-physical properties.
Complete round-tripping CSXCAD files: Write2XML / ReadFromXML and CSPropLumpedElement vs LumpedPort
I want to round-trip openEMS simulations via CSXCAD files stored via `Write2XML` and re-created using `ReadFromXML`. Doing so required me to create a custom class **LumpedPortExt** - code is below....
``` -- Found PNG: /usr/local/lib/libpng.so (found version "1.6.40") -- Found JPEG: /usr/local/lib/libjpeg.so (found version "80") ``` But then binaries aren't linked with these libraries.
Hi Thorsten, this is more of a question rather than a technical issue/bug, but since the forum is down at the moment, I thought I'd ask here (sorry for the...
``` ====> Running Q/A tests (stage-qa) Warning: /disk-samsung/freebsd-ports/cad/csxcad/work/stage/usr/local/lib/libCSXCAD.so.0.6.2 doesn't have a SONAME. Warning: pkg(8) will not register it as being provided by the port. Warning: If another port depend on...
CSProperties Python interface updated for missing features like dispersive materials. This was the best I could achieve. I hope it makes some sense.
As I am getting the hang of the Git protocol, I can start this, seperately. This was (re)based around the original repository master, rather than my one, which has the...
There are two additions in this pull requests: 1. The ability to add Mur B.C. locally (not necessary on the edge) as a primitive. Some use cases: - Horn antennas,...
This is part of [PR #239 in the openEMS project repository](https://github.com/thliebig/openEMS-Project/pull/239).
There exists a bug in `CSRectGrid::IncreaseResolution`, caught in `-Wextra` by clang: `CSRectGrid.cpp:220:18: warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare]` The source code reads: ``` void CSRectGrid::IncreaseResolution(int nu, int factor)...
The authors of TinyXML no longer maintain the library. They created TinyXML 2 and advice every user to switch. CSXCAD should consider following this advice.