OGS
MeshRevision.cpp File Reference

Detailed Description

Implementation of the MeshRevision class.

Author
Karsten Rink
Date
2014-02-14

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"
Include dependency graph for MeshRevision.cpp:

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)