#include "typedefs.hpp"#include "cl_Vector.hpp"#include "cl_Matrix.hpp"#include "cl_FEM_Calculator.hpp"#include "cl_TimestepMatrices.hpp"Go to the source code of this file.
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) |