MFEM v4.7.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 498 of file maxwell.cpp.
Definition at line 425 of file maxwell.cpp.
Definition at line 505 of file maxwell.cpp.
Definition at line 387 of file maxwell.cpp.
Definition at line 444 of file maxwell.cpp.
void display_banner | ( | ostream & | os | ) |
Definition at line 372 of file maxwell.cpp.
Definition at line 491 of file maxwell.cpp.
Definition at line 90 of file maxwell.cpp.
Definition at line 108 of file maxwell.cpp.
Definition at line 406 of file maxwell.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 127 of file maxwell.cpp.
Definition at line 96 of file maxwell.cpp.
Definition at line 102 of file maxwell.cpp.
Definition at line 512 of file maxwell.cpp.