![]() |
Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include <ElemUtil.hpp>
Public Member Functions | |
EvaluationError (const CartVect &x, const std::vector< CartVect > &verts) | |
Private Attributes | |
CartVect | p |
std::vector< CartVect > | vertices |
Definition at line 117 of file ElemUtil.hpp.
moab::Element::Map::EvaluationError::EvaluationError | ( | const CartVect & | x, |
const std::vector< CartVect > & | verts | ||
) | [inline] |
Definition at line 120 of file ElemUtil.hpp.
: p( x ), vertices( verts )
{
#ifndef NDEBUG
std::cout << "p:" << p << "\n vertices.size() " << vertices.size() << "\n";
for( size_t i = 0; i < vertices.size(); i++ )
std::cout << vertices[i] << "\n";
#endif
};
Definition at line 127 of file ElemUtil.hpp.
Referenced by EvaluationError().
std::vector< CartVect > moab::Element::Map::EvaluationError::vertices [private] |
Definition at line 131 of file ElemUtil.hpp.
Referenced by EvaluationError().