#include "typedefs.hpp"#include "Mesh_Enums.hpp"#include "cl_Vector.hpp"#include "cl_Matrix.hpp"#include "en_IntegrationScheme.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::fem |
Functions | |
| void | belfem::fem::initialize_integration_points (const ElementType &aElementType, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme) |
| void | belfem::fem::initialize_integration_points (const GeometryType &aGeometryType, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme) |