adaptive_refinement_mesh_wrapper.h
Go to the documentation of this file.
void cell_get_bounds(const int id, Point< D > *plo, Point< D > *phi) const
Get lower and upper corners of cell bounding box.
Definition: adaptive_refinement_mesh_wrapper.h:137
counting_iterator begin(Entity_kind const entity, Entity_type const etype=Entity_type::ALL) const
Iterators on mesh entity - begin.
Definition: adaptive_refinement_mesh_wrapper.h:149
Definition: wonton.h:130
int num_owned_cells() const
Get number of cells owned by this processing element.
Definition: adaptive_refinement_mesh_wrapper.h:123
A thin wrapper that implements Portage-relevant methods for Adaptive_Refinement_Mesh.
Definition: adaptive_refinement_mesh_wrapper.h:37
Factorize a number N into D equal (or nearly equal) factors.
Definition: adaptive_refinement_mesh.h:31
A simple mesh that mimics a cell-by-cell AMR mesh.
Definition: adaptive_refinement_mesh.h:51
Definition: wonton.h:88
counting_iterator make_counting_iterator(int const i)
Definition: wonton.h:291
Definition of the Adaptive_Refinement_Mesh class.
counting_iterator end(Entity_kind const entity, Entity_type const etype=Entity_type::ALL) const
Iterator on mesh entity - end.
Definition: adaptive_refinement_mesh_wrapper.h:163
Definition: wonton.h:127
int num_ghost_cells() const
Get number of ghost cells on this processing element.
Definition: adaptive_refinement_mesh_wrapper.h:130
Adaptive_Refinement_Mesh_Wrapper & operator=(Adaptive_Refinement_Mesh_Wrapper< D, CoordSys > const &)=delete
Assignment operator (disabled).
Adaptive_Refinement_Mesh_Wrapper()=delete
Default constructor (disabled)
int space_dimension() const
Get dimensionality of the mesh.
Definition: adaptive_refinement_mesh_wrapper.h:116