This is an example that solves a 3D EFIE/MFIE/CFIE system for electromagnetics scattering. More...
Functions/Subroutines | |
program | butterflypack_ie_3d |
This is an example that solves a 3D EFIE/MFIE/CFIE system for electromagnetics scattering.
Note that instead of the use of precision dependent subroutine/module/type names "c_", one can also use the following
#define DAT 2
#include "cButterflyPACK_config.fi"
which will macro replace precision-independent subroutine/module/type names "X" with "c_X" defined in SRC_COMLEX with single-complex precision
program butterflypack_ie_3d | ( | ) |