FormulationEnums contains the enumeration used to determine between time or frequency (i.e., time-harmonic) formulations involving electromagnetic electrical fields and used to determine between solving for an electrostatic or electromagnetic electric field. More...
Enumerations | |
enum | FormEnum { TIME, FREQUENCY } |
Enum used when determining the domain of the formulation. More... | |
enum | SolverEnum { ELECTROSTATIC, ELECTROMAGNETIC } |
Enum used when determining the sover. More... | |
FormulationEnums contains the enumeration used to determine between time or frequency (i.e., time-harmonic) formulations involving electromagnetic electrical fields and used to determine between solving for an electrostatic or electromagnetic electric field.
Enum used when determining the domain of the formulation.
Enumerator | |
---|---|
TIME | |
FREQUENCY |
Definition at line 21 of file FormulationEnums.h.
Enum used when determining the sover.
Enumerator | |
---|---|
ELECTROSTATIC | |
ELECTROMAGNETIC |
Definition at line 28 of file FormulationEnums.h.