![]() |
MFEM v4.9.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
| real_t | dielectric_sphere (const Vector &) |
| real_t | epsilon (const Vector &x) |
| real_t | magnetic_shell (const Vector &) |
| real_t | muInv (const Vector &x) |
| real_t | conductive_sphere (const Vector &) |
| real_t | sigma (const Vector &x) |
| void | dipole_pulse (const Vector &x, real_t t, Vector &j) |
| void | j_src (const Vector &x, real_t t, Vector &j) |
| void | dEdtBCFunc (const Vector &x, real_t t, Vector &E) |
| void | EFieldFunc (const Vector &, Vector &) |
| void | BFieldFunc (const Vector &, Vector &) |
| int | SnapTimeStep (real_t tmax, real_t dtmax, real_t &dt) |
| void | display_banner (ostream &os) |
| int | main (int argc, char *argv[]) |
Definition at line 489 of file maxwell.cpp.
Definition at line 416 of file maxwell.cpp.
Definition at line 496 of file maxwell.cpp.
Definition at line 378 of file maxwell.cpp.
Definition at line 435 of file maxwell.cpp.
| void display_banner | ( | ostream & | os | ) |
Definition at line 363 of file maxwell.cpp.
Definition at line 482 of file maxwell.cpp.
Definition at line 79 of file maxwell.cpp.
Definition at line 97 of file maxwell.cpp.
Definition at line 397 of file maxwell.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 116 of file maxwell.cpp.
Definition at line 85 of file maxwell.cpp.
Definition at line 91 of file maxwell.cpp.
Definition at line 503 of file maxwell.cpp.