OGS
|
Implementation of the MeshRevision class.
Definition in file MeshRevision.cpp.
#include "MeshRevision.h"
#include <numeric>
#include "BaseLib/Algorithm.h"
#include "BaseLib/Logging.h"
#include "DuplicateMeshComponents.h"
#include "GeoLib/Grid.h"
#include "MathLib/GeometricBasics.h"
#include "MeshLib/Elements/Elements.h"
#include "MeshLib/Mesh.h"
Go to the source code of this file.
Namespaces | |
MeshLib | |
Functions | |
template<typename T > | |
void | MeshLib::fillNodeProperty (std::vector< T > &new_prop, std::vector< T > const &old_prop, std::vector< size_t > node_ids) |
template<typename T > | |
void | MeshLib::fillElemProperty (std::vector< T > &new_prop, std::vector< T > const &old_prop, std::vector< size_t > elem_ids) |