OGS
|
Created on September 29, 2022, 3:22 PM
Definition in file IntegrationPointDataTools.cpp.
#include "IntegrationPointDataTools.h"
#include "MeshLib/Elements/Elements.h"
#include "MeshLib/MeshEnums.h"
#include "MeshLib/Properties.h"
#include "MeshLib/PropertyVector.h"
#include "MeshLib/Utils/IntegrationPointWriter.h"
#include "NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h"
Go to the source code of this file.
Namespaces | |
namespace | MeshToolsLib |
Functions | |
template<typename ElementType > | |
int | MeshToolsLib::getNumberOfElementIntegrationPointsGeneral (MeshLib::IntegrationPointMetaData const &ip_meta_data) |
int | MeshToolsLib::getNumberOfElementIntegrationPoints (MeshLib::IntegrationPointMetaData const &ip_meta_data, MeshLib::Element const &e) |
std::vector< std::size_t > | MeshToolsLib::getIntegrationPointDataOffsetsOfMeshElements (std::vector< MeshLib::Element * > const &mesh_elements, MeshLib::PropertyVectorBase const &pv, MeshLib::Properties const &properties) |