Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/src/base/
H A Ddof_map_constraints.C3597 bool unexpanded_set_nonempty = !unexpanded_nodes.empty(); in allgather_recursive_constraints() local
3598 this->comm().max(unexpanded_set_nonempty); in allgather_recursive_constraints()
3604 while (unexpanded_set_nonempty) in allgather_recursive_constraints()
3842 unexpanded_set_nonempty = !unexpanded_nodes.empty(); in allgather_recursive_constraints()
3843 this->comm().max(unexpanded_set_nonempty); in allgather_recursive_constraints()
4570 bool unexpanded_set_nonempty = !unexpanded_dofs.empty(); in gather_constraints() local
4571 this->comm().max(unexpanded_set_nonempty); in gather_constraints()
4573 while (unexpanded_set_nonempty) in gather_constraints()
4845 unexpanded_set_nonempty = !unexpanded_dofs.empty(); in gather_constraints()
4846 this->comm().max(unexpanded_set_nonempty); in gather_constraints()