libMesh
libMesh::Mesh Member List

This is the complete list of members for libMesh::Mesh, including all inherited members.

_all_elemset_idslibMesh::MeshBaseprotected
_allow_remote_element_removallibMesh::MeshBaseprotected
_block_id_to_namelibMesh::MeshBaseprotected
_communicatorlibMesh::ParallelObjectprotected
_constraint_rowslibMesh::MeshBaseprotected
_count_lower_dim_elems_in_point_locatorlibMesh::MeshBaseprotected
_default_ghostinglibMesh::MeshBaseprotected
_default_mapping_datalibMesh::MeshBaseprotected
_default_mapping_typelibMesh::MeshBaseprotected
_deleted_coarse_elementslibMesh::DistributedMesh
_elem_dimslibMesh::MeshBaseprotected
_elem_integer_default_valueslibMesh::MeshBaseprotected
_elem_integer_nameslibMesh::MeshBaseprotected
_elementslibMesh::DistributedMesh
_elemset_codeslibMesh::MeshBaseprotected
_elemset_codes_inverse_maplibMesh::MeshBaseprotected
_extra_ghost_elemslibMesh::DistributedMesh
_ghosting_functorslibMesh::MeshBaseprotected
_is_preparedlibMesh::MeshBaseprotected
_is_seriallibMesh::DistributedMesh
_is_serial_on_proc_0libMesh::DistributedMesh
_max_elem_idlibMesh::DistributedMesh
_max_node_idlibMesh::DistributedMesh
_mesh_subdomainslibMesh::MeshBaseprotected
_n_elemlibMesh::DistributedMesh
_n_nodeslibMesh::DistributedMesh
_n_partslibMesh::MeshBaseprotected
_next_free_local_elem_idlibMesh::DistributedMesh
_next_free_local_node_idlibMesh::DistributedMesh
_next_free_unpartitioned_elem_idlibMesh::DistributedMesh
_next_free_unpartitioned_node_idlibMesh::DistributedMesh
_next_unique_idlibMesh::MeshBaseprotected
_next_unpartitioned_unique_idlibMesh::DistributedMesh
_node_integer_default_valueslibMesh::MeshBaseprotected
_node_integer_nameslibMesh::MeshBaseprotected
_nodeslibMesh::DistributedMesh
_partitionerlibMesh::MeshBaseprotected
_point_locatorlibMesh::MeshBasemutableprotected
_point_locator_close_to_point_tollibMesh::MeshBaseprotected
_shared_functorslibMesh::MeshBaseprotected
_skip_all_partitioninglibMesh::MeshBaseprotected
_skip_find_neighborslibMesh::MeshBaseprotected
_skip_noncritical_partitioninglibMesh::MeshBaseprotected
_skip_renumber_nodes_and_elementslibMesh::MeshBaseprotected
_spatial_dimensionlibMesh::MeshBaseprotected
ABSTRACT_ELEM_ITERATORS(,) ABSTRACT_ELEM_ITERATORS(active_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(ancestor_,) ABSTRACT_ELEM_ITERATORS(subactive_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(local_,) ABSTRACT_ELEM_ITERATORS(unpartitioned_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(facelocal_,) ABSTRACT_ELEM_ITERATORS(level_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(pid_, processor_id_type pid) ABSTRACT_ELEM_ITERATORS(type_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(active_subdomain_, subdomain_id_type sid) ABSTRACT_ELEM_ITERATORS(active_subdomain_set_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(not_active_,) ABSTRACT_ELEM_ITERATORS(not_ancestor_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(not_subactive_,) ABSTRACT_ELEM_ITERATORS(not_local_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(not_level_, unsigned int level) ABSTRACT_ELEM_ITERATORS(active_local_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(active_not_local_,) ABSTRACT_ELEM_ITERATORS(active_unpartitioned_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(active_type_, ElemType type) ABSTRACT_ELEM_ITERATORS(active_pid_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(local_level_, unsigned int level) ABSTRACT_ELEM_ITERATORS(local_not_level_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(active_local_subdomain_, subdomain_id_type sid) ABSTRACT_ELEM_ITERATORS(active_local_subdomain_set_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(semilocal_,) ABSTRACT_ELEM_ITERATORS(ghost_libMesh::MeshBase
ABSTRACT_ELEM_ITERATORS(active_semilocal_,) ABSTRACT_ELEM_ITERATORS(evaluable_libMesh::MeshBase
active_local_subdomain_elements_ptr_range(subdomain_id_type sid) override finallibMesh::DistributedMeshinlinevirtual
active_local_subdomain_elements_ptr_range(subdomain_id_type sid) const override finallibMesh::DistributedMeshinlinevirtual
active_subdomain_elements_ptr_range(subdomain_id_type sid) override finallibMesh::DistributedMeshinlinevirtual
active_subdomain_elements_ptr_range(subdomain_id_type sid) const override finallibMesh::DistributedMeshinlinevirtual
active_subdomain_set_elements_ptr_range(std::set< subdomain_id_type > ss) override finallibMesh::DistributedMeshinlinevirtual
active_subdomain_set_elements_ptr_range(std::set< subdomain_id_type > ss) const override finallibMesh::DistributedMeshinlinevirtual
add_elem(Elem *e) override finallibMesh::DistributedMeshvirtual
add_elem(std::unique_ptr< Elem > e) override finallibMesh::DistributedMeshvirtual
add_elem_data(const std::vector< std::string > &names, bool allocate_data=true, const std::vector< T > *default_values=nullptr)libMesh::MeshBaseinline
add_elem_datum(const std::string &name, bool allocate_data=true, const T *default_value=nullptr)libMesh::MeshBaseinline
add_elem_integer(std::string name, bool allocate_data=true, dof_id_type default_value=DofObject::invalid_id)libMesh::MeshBase
add_elem_integers(const std::vector< std::string > &names, bool allocate_data=true, const std::vector< dof_id_type > *default_values=nullptr)libMesh::MeshBase
add_elemset_code(dof_id_type code, MeshBase::elemset_type id_set)libMesh::MeshBase
add_extra_ghost_elem(Elem *e)libMesh::DistributedMeshvirtual
add_ghosting_functor(GhostingFunctor &ghosting_functor)libMesh::MeshBaseinline
add_ghosting_functor(std::shared_ptr< GhostingFunctor > ghosting_functor)libMesh::MeshBaseinline
add_node(Node *n) override finallibMesh::DistributedMeshvirtual
add_node(std::unique_ptr< Node > n) override finallibMesh::DistributedMeshvirtual
add_node_data(const std::vector< std::string > &name, bool allocate_data=true, const std::vector< T > *default_values=nullptr)libMesh::MeshBaseinline
add_node_datum(const std::string &name, bool allocate_data=true, const T *default_value=nullptr)libMesh::MeshBaseinline
add_node_integer(std::string name, bool allocate_data=true, dof_id_type default_value=DofObject::invalid_id)libMesh::MeshBase
add_node_integers(const std::vector< std::string > &names, bool allocate_data=true, const std::vector< dof_id_type > *default_values=nullptr)libMesh::MeshBase
add_point(const Point &p, const dof_id_type id=DofObject::invalid_id, const processor_id_type proc_id=DofObject::invalid_processor_id) override finallibMesh::DistributedMeshvirtual
all_complete_order()libMesh::MeshBasevirtual
all_complete_order_range(const SimpleRange< element_iterator > &range) overridelibMesh::UnstructuredMeshvirtual
all_first_order() overridelibMesh::UnstructuredMeshvirtual
all_second_order(const bool full_ordered=true)libMesh::MeshBase
all_second_order_range(const SimpleRange< element_iterator > &range, const bool full_ordered=true) overridelibMesh::UnstructuredMeshvirtual
allgather() overridelibMesh::DistributedMeshvirtual
allow_find_neighbors(bool allow)libMesh::MeshBaseinline
allow_find_neighbors() constlibMesh::MeshBaseinline
allow_remote_element_removal(bool allow)libMesh::MeshBaseinline
allow_remote_element_removal() constlibMesh::MeshBaseinline
allow_renumbering(bool allow)libMesh::MeshBaseinline
allow_renumbering() constlibMesh::MeshBaseinline
assign(MeshBase &&other_mesh) overridelibMesh::DistributedMeshvirtual
boundary_infolibMesh::MeshBaseprotected
cache_elem_data()libMesh::MeshBase
cache_elem_dims()libMesh::MeshBase
change_elemset_code(dof_id_type old_code, dof_id_type new_code)libMesh::MeshBase
change_elemset_id(elemset_id_type old_id, elemset_id_type new_id)libMesh::MeshBase
clear() overridelibMesh::DistributedMeshvirtual
clear_elems() overridelibMesh::DistributedMeshvirtual
clear_extra_ghost_elems()libMesh::DistributedMeshinlinevirtual
clear_extra_ghost_elems(const std::set< Elem *> &extra_ghost_elems)libMesh::DistributedMeshvirtual
clear_point_locator()libMesh::MeshBase
clone() const overridelibMesh::DistributedMeshinlinevirtual
comm() constlibMesh::ParallelObjectinline
const_elem_filter_iter typedeflibMesh::MeshBaseprotected
const_elem_filter_iter typedeflibMesh::MeshBaseprotected
const_node_filter_iter typedeflibMesh::MeshBaseprotected
const_node_filter_iter typedeflibMesh::MeshBaseprotected
constraint_rows_mapped_type typedeflibMesh::MeshBase
constraint_rows_type typedeflibMesh::MeshBase
contract() overridelibMesh::UnstructuredMeshvirtual
copy_constraint_rows(const MeshBase &other_mesh)libMesh::MeshBase
copy_constraint_rows(const SparseMatrix< T > &constraint_operator)libMesh::MeshBase
copy_nodes_and_elements(const MeshBase &other_mesh, const bool skip_find_neighbors=false, dof_id_type element_id_offset=0, dof_id_type node_id_offset=0, unique_id_type unique_id_offset=0, std::unordered_map< subdomain_id_type, subdomain_id_type > *id_remapping=nullptr)libMesh::UnstructuredMeshvirtual
create_pid_mesh(UnstructuredMesh &pid_mesh, const processor_id_type pid) constlibMesh::UnstructuredMesh
create_submesh(UnstructuredMesh &new_mesh, const const_element_iterator &it, const const_element_iterator &it_end) constlibMesh::UnstructuredMesh
DECLARE_ELEM_ITERATORS(,,)libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(active_,,)libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(ancestor_,,) DECLARE_ELEM_ITERATORS(subactive_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(local_,,) DECLARE_ELEM_ITERATORS(unpartitioned_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(facelocal_,,) DECLARE_ELEM_ITERATORS(level_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(pid_, processor_id_type pid, pid) DECLARE_ELEM_ITERATORS(type_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(active_subdomain_, subdomain_id_type sid, sid) DECLARE_ELEM_ITERATORS(active_subdomain_set_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(not_active_,,)libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(not_ancestor_,,)libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(not_subactive_,,)libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(not_local_,,)libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(not_level_, unsigned int level, level) DECLARE_ELEM_ITERATORS(active_local_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(active_not_local_,,) DECLARE_ELEM_ITERATORS(active_unpartitioned_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(active_type_, ElemType type, type) DECLARE_ELEM_ITERATORS(active_pid_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(local_level_, unsigned int level, level) DECLARE_ELEM_ITERATORS(local_not_level_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(active_local_subdomain_, subdomain_id_type sid, sid) DECLARE_ELEM_ITERATORS(active_local_subdomain_set_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(semilocal_,,) DECLARE_ELEM_ITERATORS(ghost_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(active_semilocal_,,) DECLARE_ELEM_ITERATORS(evaluable_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(multi_evaluable_, std::vector< const DofMap *> dof_maps, dof_maps) DECLARE_ELEM_ITERATORS(flagged_libMesh::DistributedMesh
DECLARE_ELEM_ITERATORS(flagged_pid_, unsigned char rflag LIBMESH_COMMA processor_id_type pid, rflag LIBMESH_COMMA pid) DECLARE_NODE_ITERATORS(libMesh::DistributedMesh
DECLARE_NODE_ITERATORS(active_,,) DECLARE_NODE_ITERATORS(local_libMesh::DistributedMesh
DECLARE_NODE_ITERATORS(bnd_,,) DECLARE_NODE_ITERATORS(pid_libMesh::DistributedMesh
DECLARE_NODE_ITERATORS(bid_, boundary_id_type bid, bid) DECLARE_NODE_ITERATORS(evaluable_libMesh::DistributedMesh
default_ghosting()libMesh::MeshBaseinline
default_mapping_data() constlibMesh::MeshBaseinline
default_mapping_type() constlibMesh::MeshBaseinline
delete_elem(Elem *e) override finallibMesh::DistributedMeshvirtual
delete_node(Node *n) override finallibMesh::DistributedMeshvirtual
delete_remote_elements() overridelibMesh::DistributedMeshvirtual
detect_interior_parents()libMesh::MeshBase
DistributedMesh(const Parallel::Communicator &comm_in, unsigned char dim=1)libMesh::DistributedMeshexplicit
DistributedMesh(const UnstructuredMesh &other_mesh)libMesh::DistributedMesh
DistributedMesh(const DistributedMesh &other_mesh)libMesh::DistributedMesh
DistributedMesh(DistributedMesh &&)=deletelibMesh::DistributedMesh
dofobject_container typedeflibMesh::DistributedMesh
dofobject_container typedeflibMesh::DistributedMesh
elem_dimensions() constlibMesh::MeshBaseinline
elem_filter_iter typedeflibMesh::MeshBaseprotected
elem_filter_iter typedeflibMesh::MeshBaseprotected
elem_ptr(const dof_id_type i) const override finallibMesh::DistributedMeshvirtual
elem_ptr(const dof_id_type i) override finallibMesh::DistributedMeshvirtual
elem_ref(const dof_id_type i) constlibMesh::MeshBaseinlinevirtual
elem_ref(const dof_id_type i)libMesh::MeshBaseinlinevirtual
elemset_type typedeflibMesh::MeshBase
extra_ghost_elems() constlibMesh::DistributedMeshinline
find_neighbors(const bool reset_remote_elements=false, const bool reset_current_list=true) overridelibMesh::UnstructuredMeshvirtual
fix_broken_node_and_element_numbering() overridelibMesh::DistributedMeshvirtual
gather_to_zero() overridelibMesh::DistributedMeshvirtual
get_boundary_info() constlibMesh::MeshBaseinline
get_boundary_info()libMesh::MeshBaseinline
get_constraint_rows()libMesh::MeshBaseinline
get_constraint_rows() constlibMesh::MeshBaseinline
get_count_lower_dim_elems_in_point_locator() constlibMesh::MeshBase
get_elem_integer_index(std::string_view name) constlibMesh::MeshBase
get_elem_integer_name(unsigned int i) constlibMesh::MeshBaseinline
get_elemset_code(const MeshBase::elemset_type &id_set) constlibMesh::MeshBase
get_elemset_codes() constlibMesh::MeshBase
get_elemsets(dof_id_type elemset_code, MeshBase::elemset_type &id_set_to_fill) constlibMesh::MeshBase
get_id_by_name(std::string_view name) constlibMesh::MeshBase
get_info(const unsigned int verbosity=0, const bool global=true) constlibMesh::MeshBase
get_mesh_subdomains() constlibMesh::MeshBaseinline
get_node_integer_index(std::string_view name) constlibMesh::MeshBase
get_node_integer_name(unsigned int i) constlibMesh::MeshBaseinline
get_point_locator_close_to_point_tol() constlibMesh::MeshBase
get_subdomain_name_map() constlibMesh::MeshBaseinline
ghosting_functors_begin() constlibMesh::MeshBaseinline
ghosting_functors_end() constlibMesh::MeshBaseinline
has_elem_integer(std::string_view name) constlibMesh::MeshBase
has_node_integer(std::string_view name) constlibMesh::MeshBase
insert_elem(Elem *e) override finallibMesh::DistributedMeshvirtual
insert_elem(std::unique_ptr< Elem > e) override finallibMesh::DistributedMeshvirtual
insert_node(Node *n) override finallibMesh::DistributedMeshvirtual
insert_node(std::unique_ptr< Node > n) override finallibMesh::DistributedMeshvirtual
is_prepared() constlibMesh::MeshBaseinline
is_replicated() const override finallibMesh::DistributedMeshinlinevirtual
is_serial() const override finallibMesh::DistributedMeshinlinevirtual
is_serial_on_zero() const override finallibMesh::DistributedMeshinlinevirtual
levellibMesh::DistributedMesh
levellibMesh::DistributedMesh
libmesh_assert_valid_parallel_flags() constlibMesh::DistributedMesh
libmesh_assert_valid_parallel_ids() const overridelibMesh::DistributedMeshvirtual
libmesh_assert_valid_parallel_object_ids(const dofobject_container< T > &) constlibMesh::DistributedMesh
libmesh_assert_valid_parallel_p_levels() constlibMesh::DistributedMesh
locally_equals(const MeshBase &other_mesh) constlibMesh::MeshBase
max_elem_id() const override finallibMesh::DistributedMeshinlinevirtual
max_node_id() const override finallibMesh::DistributedMeshinlinevirtual
merge_extra_integer_names(const MeshBase &other)libMesh::MeshBaseprotected
Mesh(const Parallel::Communicator &comm_in, unsigned char dim=1)libMesh::Meshinlineexplicit
Mesh(const UnstructuredMesh &other_mesh)libMesh::Meshinline
Mesh(const Mesh &)=defaultlibMesh::Mesh
Mesh(Mesh &&)=deletelibMesh::Mesh
mesh_dimension() constlibMesh::MeshBase
MeshBase(const Parallel::Communicator &comm_in, unsigned char dim=1)libMesh::MeshBase
MeshBase(const MeshBase &other_mesh)libMesh::MeshBase
MeshBase(MeshBase &&)=deletelibMesh::MeshBase
move_nodes_and_elements(MeshBase &&other_mesh)=0libMesh::UnstructuredMeshpure virtual
n_active_elem() const override finallibMesh::DistributedMeshvirtual
n_active_elem_on_proc(const processor_id_type proc) constlibMesh::MeshBase
n_active_local_elem() constlibMesh::MeshBaseinline
n_active_sub_elem() constlibMesh::MeshBase
n_elem() const override finallibMesh::DistributedMeshinlinevirtual
n_elem_integers() constlibMesh::MeshBaseinline
n_elem_on_proc(const processor_id_type proc) constlibMesh::MeshBase
n_elemsets() constlibMesh::MeshBase
n_local_elem() constlibMesh::MeshBaseinline
n_local_nodes() constlibMesh::MeshBaseinline
n_local_subdomains() constlibMesh::MeshBase
n_node_integers() constlibMesh::MeshBaseinline
n_nodes() const override finallibMesh::DistributedMeshinlinevirtual
n_nodes_on_proc(const processor_id_type proc) constlibMesh::MeshBase
n_partitions() constlibMesh::MeshBaseinline
n_processors() constlibMesh::ParallelObjectinline
n_sub_elem() constlibMesh::MeshBase
n_subdomains() constlibMesh::MeshBase
n_unpartitioned_elem() constlibMesh::MeshBaseinline
n_unpartitioned_nodes() constlibMesh::MeshBaseinline
next_unique_id()libMesh::MeshBaseinline
node_filter_iter typedeflibMesh::MeshBaseprotected
node_filter_iter typedeflibMesh::MeshBaseprotected
node_ptr(const dof_id_type i) const override finallibMesh::DistributedMeshvirtual
node_ptr(const dof_id_type i) override finallibMesh::DistributedMeshvirtual
node_ref(const dof_id_type i) constlibMesh::MeshBaseinlinevirtual
node_ref(const dof_id_type i)libMesh::MeshBaseinlinevirtual
nodes_and_elements_equal(const MeshBase &other_mesh) constlibMesh::MeshBaseprotected
operator!=(const MeshBase &other_mesh) constlibMesh::MeshBaseinline
operator=(const Mesh &)=deletelibMesh::Mesh
operator=(Mesh &&)=defaultlibMesh::Mesh
libMesh::DistributedMesh::operator=(const DistributedMesh &)=deletelibMesh::DistributedMesh
libMesh::DistributedMesh::operator=(DistributedMesh &&other_mesh)libMesh::DistributedMesh
libMesh::UnstructuredMesh::operator=(const UnstructuredMesh &)=deletelibMesh::UnstructuredMesh
libMesh::UnstructuredMesh::operator=(UnstructuredMesh &&other_mesh)=defaultlibMesh::UnstructuredMesh
libMesh::MeshBase::operator=(const MeshBase &)=deletelibMesh::MeshBase
libMesh::MeshBase::operator=(MeshBase &&other_mesh)libMesh::MeshBase
libMesh::ParallelObject::operator=(const ParallelObject &libmesh_dbg_var(other))libMesh::ParallelObjectinline
operator==(const MeshBase &other_mesh) constlibMesh::MeshBase
own_node(Node &n) override finallibMesh::DistributedMeshvirtual
parallel_max_elem_id() constlibMesh::DistributedMesh
parallel_max_node_id() constlibMesh::DistributedMesh
parallel_max_unique_id() const overridelibMesh::DistributedMeshvirtual
parallel_n_elem() const overridelibMesh::DistributedMeshvirtual
parallel_n_nodes() const overridelibMesh::DistributedMeshvirtual
ParallelObject(const Parallel::Communicator &comm_in)libMesh::ParallelObjectinline
ParallelObject(const ParallelObject &other)libMesh::ParallelObjectinline
partition(const unsigned int n_parts)libMesh::MeshBasevirtual
partition()libMesh::MeshBaseinline
partitioner()libMesh::MeshBaseinlinevirtual
pidlibMesh::DistributedMesh
pidlibMesh::DistributedMesh
point(const dof_id_type i) const override finallibMesh::DistributedMeshvirtual
post_dofobject_moves(MeshBase &&other_mesh)libMesh::MeshBaseprotected
Predicate typedeflibMesh::MeshBase
prepare_for_use(const bool skip_renumber_nodes_and_elements, const bool skip_find_neighbors)libMesh::MeshBase
prepare_for_use(const bool skip_renumber_nodes_and_elements)libMesh::MeshBase
prepare_for_use()libMesh::MeshBase
print_info(std::ostream &os=libMesh::out, const unsigned int verbosity=0, const bool global=true) constlibMesh::MeshBase
processor_id() constlibMesh::ParallelObjectinline
query_elem_ptr(const dof_id_type i) const override finallibMesh::DistributedMeshvirtual
query_elem_ptr(const dof_id_type i) override finallibMesh::DistributedMeshvirtual
query_node_ptr(const dof_id_type i) const override finallibMesh::DistributedMeshvirtual
query_node_ptr(const dof_id_type i) override finallibMesh::DistributedMeshvirtual
read(const std::string &name, void *mesh_data=nullptr, bool skip_renumber_nodes_and_elements=false, bool skip_find_neighbors=false) overridelibMesh::UnstructuredMeshvirtual
recalculate_n_partitions()libMesh::MeshBase
redistribute() overridelibMesh::DistributedMeshvirtual
reinit_ghosting_functors()libMesh::MeshBase
remove_ghosting_functor(GhostingFunctor &ghosting_functor)libMesh::MeshBase
remove_orphaned_nodes()libMesh::MeshBase
renumber_dof_objects(dofobject_container< T > &)libMesh::DistributedMesh
renumber_elem(dof_id_type old_id, dof_id_type new_id) override finallibMesh::DistributedMeshvirtual
renumber_node(dof_id_type old_id, dof_id_type new_id) override finallibMesh::DistributedMeshvirtual
renumber_nodes_and_elements() overridelibMesh::DistributedMeshvirtual
reserve_elem(const dof_id_type) override finallibMesh::DistributedMeshinlinevirtual
reserve_nodes(const dof_id_type) override finallibMesh::DistributedMeshinlinevirtual
rflaglibMesh::DistributedMesh
set_count_lower_dim_elems_in_point_locator(bool count_lower_dim_elems)libMesh::MeshBase
set_default_mapping_data(const unsigned char data)libMesh::MeshBaseinline
set_default_mapping_type(const ElemMappingType type)libMesh::MeshBaseinline
set_distributed() override finallibMesh::DistributedMeshinlinevirtual
set_elem_dimensions(std::set< unsigned char > elem_dims)libMesh::MeshBase
set_isnt_prepared()libMesh::MeshBaseinline
set_mesh_dimension(unsigned char d)libMesh::MeshBaseinline
set_n_partitions()libMesh::MeshBaseinlineprotected
set_next_unique_id(unique_id_type id) overridelibMesh::DistributedMeshvirtual
set_point_locator_close_to_point_tol(Real val)libMesh::MeshBase
set_spatial_dimension(unsigned char d)libMesh::MeshBase
set_subdomain_name_map()libMesh::MeshBaseinline
size_elem_extra_integers()libMesh::MeshBaseprotected
size_node_extra_integers()libMesh::MeshBaseprotected
skip_noncritical_partitioning(bool skip)libMesh::MeshBaseinline
skip_noncritical_partitioning() constlibMesh::MeshBaseinline
skip_partitioning(bool skip)libMesh::MeshBaseinline
skip_partitioning() constlibMesh::MeshBaseinline
spatial_dimension() constlibMesh::MeshBase
sslibMesh::DistributedMesh
sslibMesh::DistributedMesh
stitch_meshes(const MeshBase &other_mesh, boundary_id_type this_mesh_boundary, boundary_id_type other_mesh_boundary, Real tol=TOLERANCE, bool clear_stitched_boundary_ids=false, bool verbose=true, bool use_binary_search=true, bool enforce_all_nodes_match_on_boundaries=false, bool merge_boundary_nodes_all_or_nothing=false, bool remap_subdomain_ids=false)libMesh::UnstructuredMesh
stitch_surfaces(boundary_id_type boundary_id_1, boundary_id_type boundary_id_2, Real tol=TOLERANCE, bool clear_stitched_boundary_ids=false, bool verbose=true, bool use_binary_search=true, bool enforce_all_nodes_match_on_boundaries=false, bool merge_boundary_nodes_all_or_nothing=false)libMesh::UnstructuredMesh
sub_point_locator() constlibMesh::MeshBase
subclass_locally_equals(const MeshBase &other_mesh) const overridelibMesh::DistributedMeshvirtual
subdomain_ids(std::set< subdomain_id_type > &ids, const bool global=true) constlibMesh::MeshBase
subdomain_name(subdomain_id_type id)libMesh::MeshBase
subdomain_name(subdomain_id_type id) constlibMesh::MeshBase
typelibMesh::DistributedMesh
UnstructuredMesh(const Parallel::Communicator &comm_in, unsigned char dim=1)libMesh::UnstructuredMeshexplicit
UnstructuredMesh(const UnstructuredMesh &)=defaultlibMesh::UnstructuredMesh
UnstructuredMesh(UnstructuredMesh &&)=deletelibMesh::UnstructuredMesh
update_parallel_id_counts() overridelibMesh::DistributedMeshvirtual
update_post_partitioning() overridelibMesh::DistributedMeshvirtual
var_numlibMesh::DistributedMesh
var_numlibMesh::DistributedMesh
write(const std::string &name) overridelibMesh::UnstructuredMeshvirtual
write(const std::string &name, const std::vector< Number > &values, const std::vector< std::string > &variable_names)libMesh::UnstructuredMesh
~DistributedMesh()libMesh::DistributedMeshvirtual
~Mesh()=defaultlibMesh::Mesh
~MeshBase()libMesh::MeshBasevirtual
~ParallelObject()=defaultlibMesh::ParallelObjectvirtual
~UnstructuredMesh()libMesh::UnstructuredMeshvirtual