Home
last modified time | relevance | path

Searched refs:has_mid_volume_nodes (Results 1 – 2 of 2) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DElementSequence.hpp47 inline bool has_mid_volume_nodes() const;
74 ElementSequence::has_mid_volume_nodes() const in has_mid_volume_nodes() function in moab::ElementSequence
H A DHigherOrderFactory.cpp205 if (seq->has_mid_volume_nodes() && mid_volume_nodes) in convert_sequence()
207 else if (seq->has_mid_volume_nodes() && !mid_volume_nodes) in convert_sequence()
209 else if (!seq->has_mid_volume_nodes() && mid_volume_nodes) in convert_sequence()
239 const bool create_midvolm = !seq->has_mid_volume_nodes() && mid_volume_nodes; in convert_sequence()
708 if (!src->has_mid_volume_nodes() || !dst->has_mid_volume_nodes()) in copy_mid_volume_nodes()
727 if (!dst->has_mid_volume_nodes()) in zero_mid_volume_nodes()