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 "z_", one can also use the following
#define DAT 0
#include "zButterflyPACK_config.fi"
which will macro replace precision-independent subroutine/module/type names "X" with "z_X" defined in SRC_DOUBLECOMLEX with double-complex precision
program butterflypack_ie_3d | ( | ) |