fielddiagplot.hpp File Reference
Field diagnostic plotter. More...
#include "types.hpp"
#include "frame.hpp"
#include "xygraph.hpp"
#include "vec3d.hpp"
#include "geometry.hpp"
#include "scalarfield.hpp"
#include "vectorfield.hpp"
Go to the source code of this file.
Classes | |
class | FieldDiagPlot |
Field diagnostics plot. More... | |
Macros | |
#define | FIELDD_DIAG_NONE FIELD_NONE |
#define | FIELDD_DIAG_EPOT FIELD_EPOT |
#define | FIELDD_DIAG_SCHARGE FIELD_SCHARGE |
#define | FIELDD_DIAG_TRAJDENS FIELD_TRAJDENS |
#define | FIELDD_DIAG_EFIELD FIELD_EFIELD |
#define | FIELDD_DIAG_EFIELD_X FIELD_EFIELD_X |
#define | FIELDD_DIAG_EFIELD_Y FIELD_EFIELD_Y |
#define | FIELDD_DIAG_EFIELD_Z FIELD_EFIELD_Z |
#define | FIELDD_DIAG_BFIELD FIELD_BFIELD |
#define | FIELDD_DIAG_BFIELD_X FIELD_BFIELD_X |
#define | FIELDD_DIAG_BFIELD_Y FIELD_BFIELD_Y |
#define | FIELDD_DIAG_BFIELD_Z FIELD_BFIELD_Z |
Enumerations | |
enum | field_loc_type_e { FIELDD_LOC_NONE = 0 , FIELDD_LOC_X , FIELDD_LOC_Y , FIELDD_LOC_Z , FIELDD_LOC_DIST } |
Location type for field diagnostics. More... | |
Detailed Description
Field diagnostic plotter.
Enumeration Type Documentation
◆ field_loc_type_e
enum field_loc_type_e |