Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::Element::Map::EvaluationError Class Reference

#include <ElemUtil.hpp>

+ Collaboration diagram for moab::Element::Map::EvaluationError:

Public Member Functions

 EvaluationError (const CartVect &x, const std::vector< CartVect > &verts)
 

Private Attributes

CartVect p
 
std::vector< CartVectvertices
 

Detailed Description

Definition at line 117 of file ElemUtil.hpp.

Constructor & Destructor Documentation

◆ EvaluationError()

moab::Element::Map::EvaluationError::EvaluationError ( const CartVect x,
const std::vector< CartVect > &  verts 
)
inline

Definition at line 120 of file ElemUtil.hpp.

120  : p( x ), vertices( verts )
121  {
122 #ifndef NDEBUG
123  std::cout << "p:" << p << "\n vertices.size() " << vertices.size() << "\n";
124  for( size_t i = 0; i < vertices.size(); i++ )
125  std::cout << vertices[i] << "\n";
126 #endif
127  };

References p, and vertices.

Member Data Documentation

◆ p

CartVect moab::Element::Map::EvaluationError::p
private

Definition at line 130 of file ElemUtil.hpp.

Referenced by EvaluationError().

◆ vertices

std::vector< CartVect > moab::Element::Map::EvaluationError::vertices
private

Definition at line 131 of file ElemUtil.hpp.

Referenced by EvaluationError().


The documentation for this class was generated from the following file: