![]() |
MFEM
v4.4.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
| double | dielectric_sphere (const Vector &) |
| double | epsilon (const Vector &x) |
| double | magnetic_shell (const Vector &) |
| double | muInv (const Vector &x) |
| double | conductive_sphere (const Vector &) |
| double | sigma (const Vector &x) |
| void | dipole_pulse (const Vector &x, double t, Vector &j) |
| void | j_src (const Vector &x, double t, Vector &j) |
| void | dEdtBCFunc (const Vector &x, double t, Vector &E) |
| void | EFieldFunc (const Vector &, Vector &) |
| void | BFieldFunc (const Vector &, Vector &) |
| int | SnapTimeStep (double tmax, double dtmax, double &dt) |
| void | display_banner (ostream &os) |
| int | main (int argc, char *argv[]) |
Definition at line 493 of file maxwell.cpp.
| double conductive_sphere | ( | const Vector & | x | ) |
Definition at line 420 of file maxwell.cpp.
Definition at line 500 of file maxwell.cpp.
| double dielectric_sphere | ( | const Vector & | x | ) |
Definition at line 382 of file maxwell.cpp.
Definition at line 439 of file maxwell.cpp.
| void display_banner | ( | ostream & | os | ) |
Definition at line 486 of file maxwell.cpp.
| double epsilon | ( | const Vector & | x | ) |
Definition at line 90 of file maxwell.cpp.
Definition at line 108 of file maxwell.cpp.
| double magnetic_shell | ( | const Vector & | x | ) |
Definition at line 401 of file maxwell.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 127 of file maxwell.cpp.
| double muInv | ( | const Vector & | x | ) |
Definition at line 96 of file maxwell.cpp.
| double sigma | ( | const Vector & | x | ) |
Definition at line 102 of file maxwell.cpp.
| int SnapTimeStep | ( | double | tmax, |
| double | dtmax, | ||
| double & | dt | ||
| ) |
Definition at line 507 of file maxwell.cpp.
1.8.5