Home
last modified time | relevance | path

Searched defs:neighbor_set (Results 1 – 13 of 13) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/partitioning/
H A Dmetis_partitioner.C141 std::set<Elem *> neighbor_set; in partition_range() local
277 std::set<const Elem *> neighbor_set; in partition_range() local
370 std::set<const Elem *> neighbor_set; in partition_range() local
H A Dpartitioner.C1051 std::set<const Elem *> neighbor_set; in build_graph() local
1164 std::set<const Elem *> neighbor_set; in build_graph() local
/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dmesh_refinement_smoothing.C279 std::set<Elem *> neighbor_set; in limit_overrefined_boundary() local
326 std::set<const Elem *> neighbor_set; in limit_underrefined_boundary() local
554 std::set<const Elem *> neighbor_set; in enforce_mismatch_limit_prior_to_refinement() local
H A Dmesh_tools.C763 std::set<const Node *> neighbor_set; in find_nodal_neighbors() local
929 std::set<const Node *> neighbor_set; in find_nodal_neighbors() local
/dports/math/libmesh/libmesh-1.6.2/include/geom/
H A Delem_internal.h401 std::set<T> & neighbor_set, in find_point_neighbors()
473 std::set<T> & neighbor_set) in find_interior_neighbors()
/dports/math/libmesh/libmesh-1.6.2/src/geom/
H A Delem.C582 std::set<const Elem *> & neighbor_set) const in find_point_neighbors()
648 void Elem::find_point_neighbors(std::set<const Elem *> & neighbor_set) const in find_point_neighbors()
655 void Elem::find_point_neighbors(std::set<const Elem *> & neighbor_set, in find_point_neighbors()
663 void Elem::find_point_neighbors(std::set<Elem *> & neighbor_set, in find_point_neighbors()
673 std::set<const Elem *> & neighbor_set) const in find_edge_neighbors()
698 void Elem::find_edge_neighbors(std::set<const Elem *> & neighbor_set) const in find_edge_neighbors()
760 void Elem::find_interior_neighbors(std::set<const Elem *> & neighbor_set) const in find_interior_neighbors()
767 void Elem::find_interior_neighbors(std::set<Elem *> & neighbor_set) in find_interior_neighbors()
/dports/science/conduit/conduit-0.8.0/src/tests/blueprint/
H A Dt_blueprint_mpi_mesh_transform.cpp105 std::set<std::set<index_t>> neighbor_set; in to_neighbor_set() local
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/actions/
H A Dgobgp_api_client.proto400 MatchSet neighbor_set = 2; field
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_tlvs.h133 bool neighbor_set; member
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_tlvs.h133 bool neighbor_set; member
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dxas_tdp_atom.F518 SUBROUTINE find_neighbors(base_atoms, mat_s, radius, qs_env, all_neighbors, neighbor_set) argument
526 POINTER :: neighbor_set local
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dxas_tdp_atom.F516 SUBROUTINE find_neighbors(base_atoms, mat_s, radius, qs_env, all_neighbors, neighbor_set) argument
524 POINTER :: neighbor_set local
/dports/math/mfem/mfem-4.3/mesh/
H A Dncmesh.cpp3455 Array<char> *neighbor_set) in FindSetNeighbors()