9 std::vector<chi_mesh::Face>::iterator cur_face;
10 for (cur_face = this->
faces_.begin();
11 cur_face != this->faces_.end(); cur_face++)
16 p = this->
vertices_.at(cur_face->v_index[0]);
18 catch(
const std::out_of_range& o){
19 std::cout <<
"Invalid vertex handle" << std::endl;
24 double dprod = cur_face->assigned_normal.
Dot(p_xyz);
bool CheckNegativeSense(double x, double y, double z)
std::vector< chi_mesh::Vertex > vertices_
std::vector< chi_mesh::Face > faces_
Vector3 Dot(const chi_mesh::TensorRank2Dim3 &that) const