#include "constants.hpp"#include "cl_FEM_Element.hpp"#include "matrices/mt_maxwell_phi.hpp"#include "cl_FEM_Controller.hpp"#include "cl_FEM_DofManagerBase.hpp"#include "cl_FEM_Kernel.hpp"#include "cl_IWG.hpp"#include "cl_IWG_Timestep.hpp"#include "cl_TimestepMatrices.hpp"#include "fn_trans.hpp"#include "fn_norm.hpp"#include "fn_dot.hpp"Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::fem |
| namespace | belfem::fem::maxwell |
Functions | |
| void | belfem::fem::maxwell::phi (Calculator *aCalc, TimestepMatrices *aMatrices) |
| void | belfem::fem::maxwell::phi_ferro_picard (Calculator *aCalc, TimestepMatrices *aMatrices) |
| void | belfem::fem::maxwell::phi_ferro_newton (Calculator *aCalc, TimestepMatrices *aMatrices) |
| void | belfem::fem::maxwell::phi_tri3 (Calculator *aCalc, TimestepMatrices *aMatrices) |
| void | belfem::fem::maxwell::phi_tet4 (Calculator *aCalc, TimestepMatrices *aMatrices) |
| void | belfem::fem::maxwell::phi_tri6_tet10 (Calculator *aCalc, TimestepMatrices *aMatrices) |