![]() |
MFEM v4.9.0
Finite element discretization library
|
Go to the source code of this file.
Typedefs | |
| typedef DataCollection::FieldMapType | fields_t |
Functions | |
| int | ReadGridFunction (const char *coll_name, const char *field_name, int pad_digits_cycle, int pad_digits_rank, int cycle, VisItDataCollection *&dc, ParGridFunction *&gf) |
| void | SetInitialPosition (VisItDataCollection *E_dc, VisItDataCollection *B_dc, Vector &x_init) |
| Mesh | MakeTrajectoryMesh (int step, real_t m, real_t dt, real_t r_factor, const DenseMatrix &pos_data, const DenseMatrix &mom_data) |
| void | display_banner (ostream &os) |
| int | main (int argc, char *argv[]) |
| typedef DataCollection::FieldMapType fields_t |
Definition at line 74 of file lorentz.cpp.
| void display_banner | ( | ostream & | os | ) |
Definition at line 458 of file lorentz.cpp.
| int main | ( | int | argc, |
| char * | argv[] ) |
Definition at line 243 of file lorentz.cpp.
| Mesh MakeTrajectoryMesh | ( | int | step, |
| real_t | m, | ||
| real_t | dt, | ||
| real_t | r_factor, | ||
| const DenseMatrix & | pos_data, | ||
| const DenseMatrix & | mom_data ) |
Definition at line 538 of file lorentz.cpp.
| int ReadGridFunction | ( | const char * | coll_name, |
| const char * | field_name, | ||
| int | pad_digits_cycle, | ||
| int | pad_digits_rank, | ||
| int | cycle, | ||
| VisItDataCollection *& | dc, | ||
| ParGridFunction *& | gf ) |
Definition at line 474 of file lorentz.cpp.
| void SetInitialPosition | ( | VisItDataCollection * | E_dc, |
| VisItDataCollection * | B_dc, | ||
| Vector & | x_init ) |
Definition at line 505 of file lorentz.cpp.