Home
last modified time | relevance | path

Searched refs:boundary_complete (Results 1 – 10 of 10) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DStructuredElementSeq.hpp104 inline bool boundary_complete() const in boundary_complete() function in moab::StructuredElementSeq
105 { return sdata()->boundary_complete(); } in boundary_complete()
H A DSweptElementSeq.hpp99 inline bool boundary_complete() const in boundary_complete() function in moab::SweptElementSeq
100 { return sdata()->boundary_complete(); } in boundary_complete()
H A DSweptElementData.hpp121 bool boundary_complete() const;
226 assert(boundary_complete()); in get_vertex()
H A DSweptElementData.cpp70 bool SweptElementData::boundary_complete() const in boundary_complete() function in moab::SweptElementData
H A DScdElementData.hpp134 bool boundary_complete() const;
258 assert(boundary_complete()); in get_vertex()
H A DScdElementData.cpp74 bool ScdElementData::boundary_complete() const in boundary_complete() function in moab::ScdElementData
H A DScdInterface.cpp561 bool ScdBox::boundary_complete() const in boundary_complete() function in moab::ScdBox
563 return elemSeq->boundary_complete(); in boundary_complete()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DScdInterface.hpp452 bool boundary_complete() const;
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dscdseq_test.cpp139 if (this_box->boundary_complete() == false) { in check_element_sequence()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DNCHelper.cpp944 assert(scd_box->boundary_complete()); in create_mesh()