#include "frame.hpp"
#include "xygraph.hpp"
#include "vec3d.hpp"
#include "geometry.hpp"
#include "scalarfield.hpp"
#include "efield.hpp"
#include "vectorfield.hpp"
Go to the source code of this file.
Classes | |
| class | FieldDiagPlot |
| Field diagnostics plot. More... | |
Defines | |
| #define | FIELDDIAGPLOT_HPP 1 |
Enumerations | |
| enum | field_diag_type_e { FIELDD_DIAG_NONE = 0, FIELDD_DIAG_EPOT, FIELDD_DIAG_EFIELD, FIELDD_DIAG_EFIELD_X, FIELDD_DIAG_EFIELD_Y, FIELDD_DIAG_EFIELD_Z, FIELDD_DIAG_SCHARGE, FIELDD_DIAG_BFIELD, FIELDD_DIAG_BFIELD_X, FIELDD_DIAG_BFIELD_Y, FIELDD_DIAG_BFIELD_Z } |
| enum | field_loc_type_e { FIELDD_LOC_NONE = 0, FIELDD_LOC_X, FIELDD_LOC_Y, FIELDD_LOC_Z, FIELDD_LOC_DIST } |
| #define FIELDDIAGPLOT_HPP 1 |
| enum field_diag_type_e |
| enum field_loc_type_e |
1.4.7