![]() |
MFEM v4.8.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 500 of file maxwell.cpp.
Definition at line 427 of file maxwell.cpp.
Definition at line 507 of file maxwell.cpp.
Definition at line 389 of file maxwell.cpp.
Definition at line 446 of file maxwell.cpp.
void display_banner | ( | ostream & | os | ) |
Definition at line 374 of file maxwell.cpp.
Definition at line 493 of file maxwell.cpp.
Definition at line 90 of file maxwell.cpp.
Definition at line 108 of file maxwell.cpp.
Definition at line 408 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 514 of file maxwell.cpp.