Top-level orchestrator; owns the mesh, materials, boundary conditions and DOF managers.
Definition cl_FEM_Kernel.hpp:50
MaxwellPostprocessor(Kernel *aKernel, const Map< id_t, DomainType > &aBlockTypes, const Map< id_t, string > &aMaterialMap, const MaxwellPostprocessorType aType, const bool aCreateElementFields=false)
Definition cl_MaxwellPostprocessor.cpp:26
void initialize() override
Definition cl_MaxwellPostprocessor.cpp:300
void update_element_dofs() override
Definition cl_MaxwellPostprocessor.hpp:174
void run() override
Definition cl_MaxwellPostprocessor.cpp:388
Postprocessor(Kernel *aKernel, DofManager *aField=nullptr)
Definition cl_FEM_Postprocessor.cpp:20