1 #ifndef OMEGA_H_GHOST_HPP
2 #define OMEGA_H_GHOST_HPP
4 #include <Omega_h_dist.hpp>
21 Dist get_local_elem_uses2own_verts(
Mesh* mesh);
23 void get_own_verts2own_elem_uses(
24 Mesh* mesh,
Remotes& serv_uses2own_elems,
LOs& own_verts2serv_uses);
27 void ghost_mesh(
Mesh* mesh, Int nlayers,
bool verbose);
28 void partition_by_verts(
Mesh* mesh,
bool verbose);
29 void partition_by_elems(
Mesh* mesh,
bool verbose);
an MPI distributor object which encapsulates the idea of a communication pattern between lots of smal...
Definition: Omega_h_dist.hpp:119
Definition: Omega_h_mesh.hpp:35
Definition: amr_mpi_test.cpp:6
Definition: Omega_h_ghost.hpp:16
Definition: Omega_h_remotes.hpp:9