_coords | libMesh::TypeVector< Real > | protected |
libMesh::_counts | libMesh::ReferenceCounter | protectedstatic |
ReferenceCountedObject< Node >::_counts | libMesh::ReferenceCounter | protectedstatic |
libMesh::_enable_print_counter | libMesh::ReferenceCounter | protectedstatic |
ReferenceCountedObject< Node >::_enable_print_counter | libMesh::ReferenceCounter | protectedstatic |
libMesh::_mutex | libMesh::ReferenceCounter | protectedstatic |
ReferenceCountedObject< Node >::_mutex | libMesh::ReferenceCounter | protectedstatic |
libMesh::_n_objects | libMesh::ReferenceCounter | protectedstatic |
ReferenceCountedObject< Node >::_n_objects | libMesh::ReferenceCounter | protectedstatic |
_valence | libMesh::Node | private |
absolute_fuzzy_equals(const TypeVector< Real > &rhs, Real tol=TOLERANCE) const | libMesh::TypeVector< Real > | inline |
active() const | libMesh::Node | inline |
add(const TypeVector< T2 > &) | libMesh::TypeVector< Real > | inline |
add_scaled(const TypeVector< T2 > &, const Real) | libMesh::TypeVector< Real > | inline |
add_system() | libMesh::DofObject | |
assign(const TypeVector< T2 > &) | libMesh::TypeVector< Real > | inline |
build(const Node &n) | libMesh::Node | inlinestatic |
build(const Point &p, const dof_id_type id) | libMesh::Node | inlinestatic |
build(const Real x, const Real y, const Real z, const dof_id_type id) | libMesh::Node | inlinestatic |
choose_processor_id(processor_id_type pid1, processor_id_type pid2) const | libMesh::Node | |
clear_dofs() | libMesh::DofObject | inline |
clear_old_dof_object() | libMesh::DofObject | |
contract(const TypeVector< T2 > &) const | libMesh::TypeVector< Real > | inline |
libMesh::Counts typedef | libMesh::ReferenceCounter | protected |
ReferenceCountedObject< Node >::Counts typedef | libMesh::ReferenceCounter | protected |
cross(const TypeVector< T2 > &v) const | libMesh::TypeVector< Real > | |
debug_buffer() const | libMesh::DofObject | |
libMesh::disable_print_counter_info() | libMesh::ReferenceCounter | static |
ReferenceCountedObject< Node >::disable_print_counter_info() | libMesh::ReferenceCounter | static |
dof_number(const unsigned int s, const unsigned int var, const unsigned int comp) const | libMesh::DofObject | inline |
dof_number(const unsigned int s, const unsigned int vg, const unsigned int vig, const unsigned int comp, const unsigned int n_comp) const | libMesh::DofObject | inline |
DofObject() | libMesh::DofObject | inlineprotected |
Elem class | libMesh::Node | friend |
libMesh::enable_print_counter_info() | libMesh::ReferenceCounter | static |
ReferenceCountedObject< Node >::enable_print_counter_info() | libMesh::ReferenceCounter | static |
get_info() const | libMesh::Node | |
libMesh::DofObject::get_info() | libMesh::ReferenceCounter | static |
ReferenceCountedObject< Node >::get_info() | libMesh::ReferenceCounter | static |
has_dofs(const unsigned int s=libMesh::invalid_uint) const | libMesh::DofObject | inline |
id() const | libMesh::DofObject | inline |
libMesh::increment_constructor_count(const std::string &name) | libMesh::ReferenceCounter | inlineprotected |
ReferenceCountedObject< Node >::increment_constructor_count(const std::string &name) | libMesh::ReferenceCounter | inlineprotected |
libMesh::increment_destructor_count(const std::string &name) | libMesh::ReferenceCounter | inlineprotected |
ReferenceCountedObject< Node >::increment_destructor_count(const std::string &name) | libMesh::ReferenceCounter | inlineprotected |
index_type typedef | libMesh::TypeVector< Real > | |
invalid_id | libMesh::DofObject | static |
invalid_processor_id | libMesh::DofObject | static |
invalid_unique_id | libMesh::DofObject | static |
invalidate() | libMesh::DofObject | inline |
invalidate_dofs(const unsigned int sys_num=libMesh::invalid_uint) | libMesh::DofObject | inline |
invalidate_id() | libMesh::DofObject | inline |
invalidate_processor_id() | libMesh::DofObject | inline |
MeshRefinement class | libMesh::Node | friend |
n_comp(const unsigned int s, const unsigned int var) const | libMesh::DofObject | inline |
n_comp_group(const unsigned int s, const unsigned int vg) const | libMesh::DofObject | inline |
n_dofs(const unsigned int s, const unsigned int var=libMesh::invalid_uint) const | libMesh::DofObject | inline |
libMesh::n_objects() | libMesh::ReferenceCounter | inlinestatic |
ReferenceCountedObject< Node >::n_objects() | libMesh::ReferenceCounter | inlinestatic |
n_systems() const | libMesh::DofObject | inline |
n_var_groups(const unsigned int s) const | libMesh::DofObject | inline |
n_vars(const unsigned int s, const unsigned int vg) const | libMesh::DofObject | inline |
n_vars(const unsigned int s) const | libMesh::DofObject | inline |
Node(const Real x=0, const Real y=0, const Real z=0, const dof_id_type id=invalid_id) | libMesh::Node | inlineexplicit |
Node(const Node &n) | libMesh::Node | |
Node(const Point &p, const dof_id_type id=invalid_id) | libMesh::Node | explicit |
norm() const | libMesh::TypeVector< Real > | inline |
norm_sq() const | libMesh::TypeVector< Real > | inline |
old_dof_object | libMesh::DofObject | |
operator!=(const TypeVector< Real > &rhs) const | libMesh::TypeVector< Real > | inline |
operator()(const unsigned int i) const | libMesh::TypeVector< Real > | inline |
operator()(const unsigned int i) | libMesh::TypeVector< Real > | inline |
operator*(const Scalar) const | libMesh::TypeVector< Real > | inline |
operator*(const TypeVector< T2 > &) const | libMesh::TypeVector< Real > | inline |
operator*=(const Real) | libMesh::TypeVector< Real > | inline |
operator+(const TypeVector< T2 > &) const | libMesh::TypeVector< Real > | inline |
operator+=(const TypeVector< T2 > &) | libMesh::TypeVector< Real > | inline |
operator-(const TypeVector< T2 > &) const | libMesh::TypeVector< Real > | inline |
operator-() const | libMesh::TypeVector< Real > | inline |
operator-=(const TypeVector< T2 > &) | libMesh::TypeVector< Real > | inline |
operator/(const Scalar) const | libMesh::TypeVector< Real > | inline |
operator/=(const Real) | libMesh::TypeVector< Real > | inline |
operator<(const TypeVector< Real > &rhs) const | libMesh::TypeVector< Real > | |
operator<(const TypeVector< Complex > &rhs) const | libMesh::TypeVector< Real > | |
operator<=(const TypeVector< Real > &rhs) const | libMesh::TypeVector< Real > | |
operator<=(const TypeVector< Complex > &rhs) const | libMesh::TypeVector< Real > | |
operator=(const Point &p) | libMesh::Node | inline |
libMesh::Point::operator=(const Scalar &libmesh_dbg_var(p)) | libMesh::TypeVector< Real > | inline |
libMesh::ReferenceCountedObject< DofObject >::operator=(const ReferenceCountedObject &) | libMesh::ReferenceCountedObject< DofObject > | inlineprotected |
ReferenceCountedObject< Node >::operator=(const ReferenceCountedObject &) | libMesh::ReferenceCountedObject< Node > | inlineprotected |
operator==(const Node &rhs) const | libMesh::Node | |
libMesh::Point::operator==(const TypeVector< Real > &rhs) const | libMesh::TypeVector< Real > | inline |
operator>(const TypeVector< Real > &rhs) const | libMesh::TypeVector< Real > | |
operator>(const TypeVector< Complex > &rhs) const | libMesh::TypeVector< Real > | |
operator>=(const TypeVector< Real > &rhs) const | libMesh::TypeVector< Real > | |
operator>=(const TypeVector< Complex > &rhs) const | libMesh::TypeVector< Real > | |
pack_indexing(std::back_insert_iterator< std::vector< largest_id_type >> target) const | libMesh::DofObject | |
packed_indexing_size() const | libMesh::DofObject | |
packed_size() const | libMesh::Node | inline |
Point(const Real x=0., const Real y=0., const Real z=0.) | libMesh::Point | inline |
Point(const Point &p) | libMesh::Point | inline |
Point(const TypeVector< Real > &p) | libMesh::Point | inline |
print(std::ostream &os=libMesh::out) const | libMesh::TypeVector< Real > | |
print_dof_info() const | libMesh::DofObject | |
print_info(std::ostream &os=libMesh::out) const | libMesh::Node | |
libMesh::DofObject::print_info(std::ostream &out=libMesh::out) | libMesh::ReferenceCounter | static |
ReferenceCountedObject< Node >::print_info(std::ostream &out=libMesh::out) | libMesh::ReferenceCounter | static |
processor_id() const | libMesh::DofObject | inline |
processor_id() | libMesh::DofObject | inline |
processor_id(const processor_id_type pid) | libMesh::DofObject | inline |
libMesh::ReferenceCountedObject() | libMesh::ReferenceCountedObject< DofObject > | inlineprotected |
libMesh::ReferenceCountedObject(const ReferenceCountedObject &other) | libMesh::ReferenceCountedObject< DofObject > | inlineprotected |
libMesh::ReferenceCountedObject(ReferenceCountedObject &&other) noexcept | libMesh::ReferenceCountedObject< DofObject > | inlineprotected |
ReferenceCountedObject< Node >::ReferenceCountedObject() | libMesh::ReferenceCountedObject< Node > | inlineprotected |
ReferenceCountedObject< Node >::ReferenceCountedObject(const ReferenceCountedObject &other) | libMesh::ReferenceCountedObject< Node > | inlineprotected |
ReferenceCountedObject< Node >::ReferenceCountedObject(ReferenceCountedObject &&other) noexcept | libMesh::ReferenceCountedObject< Node > | inlineprotected |
libMesh::ReferenceCounter() | libMesh::ReferenceCounter | inlineprotected |
libMesh::ReferenceCounter(const ReferenceCounter &) | libMesh::ReferenceCounter | inlineprotected |
libMesh::ReferenceCounter(ReferenceCounter &&other) noexcept | libMesh::ReferenceCounter | inlineprotected |
ReferenceCountedObject< Node >::ReferenceCounter() | libMesh::ReferenceCounter | inlineprotected |
ReferenceCountedObject< Node >::ReferenceCounter(const ReferenceCounter &) | libMesh::ReferenceCounter | inlineprotected |
ReferenceCountedObject< Node >::ReferenceCounter(ReferenceCounter &&other) noexcept | libMesh::ReferenceCounter | inlineprotected |
relative_fuzzy_equals(const TypeVector< Real > &rhs, Real tol=TOLERANCE) const | libMesh::TypeVector< Real > | inline |
set_buffer(const std::vector< dof_id_type > &buf) | libMesh::DofObject | inline |
set_dof_number(const unsigned int s, const unsigned int var, const unsigned int comp, const dof_id_type dn) | libMesh::DofObject | |
set_id() | libMesh::DofObject | inline |
set_id(const dof_id_type dofid) | libMesh::DofObject | inline |
set_n_comp(const unsigned int s, const unsigned int var, const unsigned int ncomp) | libMesh::DofObject | |
set_n_comp_group(const unsigned int s, const unsigned int vg, const unsigned int ncomp) | libMesh::DofObject | |
set_n_systems(const unsigned int s) | libMesh::DofObject | |
set_n_vars_per_group(const unsigned int s, const std::vector< unsigned int > &nvpg) | libMesh::DofObject | |
set_old_dof_object() | libMesh::DofObject | |
set_unique_id() | libMesh::DofObject | inline |
set_valence(unsigned int val) | libMesh::Node | inline |
set_vg_dof_base(const unsigned int s, const unsigned int vg, const dof_id_type db) | libMesh::DofObject | inline |
size() const | libMesh::TypeVector< Real > | inline |
size_sq() const | libMesh::TypeVector< Real > | inline |
slice(const unsigned int i) const | libMesh::TypeVector< Real > | inline |
slice(const unsigned int i) | libMesh::TypeVector< Real > | inline |
subtract(const TypeVector< T2 > &) | libMesh::TypeVector< Real > | inline |
subtract_scaled(const TypeVector< T2 > &, const Real) | libMesh::TypeVector< Real > | inline |
TypeVector() | libMesh::TypeVector< Real > | inline |
TypeVector(const Real x, const Real y=0, const Real z=0) | libMesh::TypeVector< Real > | inlineprotected |
TypeVector(typename boostcopy::enable_if_c< ScalarTraits< Scalar1 >::value, const Scalar1 >::type x, typename boostcopy::enable_if_c< ScalarTraits< Scalar2 >::value, const Scalar2 >::type y=0, typename boostcopy::enable_if_c< ScalarTraits< Scalar3 >::value, const Scalar3 >::type z=0) | libMesh::TypeVector< Real > | inlineprotected |
TypeVector(const Scalar x, typename boostcopy::enable_if_c< ScalarTraits< Scalar >::value, const Scalar >::type *sfinae=nullptr) | libMesh::TypeVector< Real > | inlineprotected |
TypeVector(const TypeVector< T2 > &p) | libMesh::TypeVector< Real > | inline |
unique_id() const | libMesh::DofObject | inline |
unit() const | libMesh::TypeVector< Real > | |
unpack_indexing(std::vector< largest_id_type >::const_iterator begin) | libMesh::DofObject | |
unpackable_indexing_size(std::vector< largest_id_type >::const_iterator begin) | libMesh::DofObject | static |
valence() const | libMesh::Node | inline |
valence_idx_t typedef | libMesh::Node | private |
valid_id() const | libMesh::DofObject | inline |
valid_processor_id() const | libMesh::DofObject | inline |
valid_unique_id() const | libMesh::DofObject | inline |
value_type typedef | libMesh::TypeVector< Real > | |
var_to_vg_and_offset(const unsigned int s, const unsigned int var) const | libMesh::DofObject | inline |
vg_dof_base(const unsigned int s, const unsigned int vg) const | libMesh::DofObject | inline |
write_unformatted(std::ostream &out, const bool newline=true) const | libMesh::TypeVector< Real > | |
zero() | libMesh::TypeVector< Real > | inline |
~DofObject() | libMesh::DofObject | inlineprotected |
~Node() | libMesh::Node | |
~Point() | libMesh::Point | inline |
libMesh::~ReferenceCountedObject() | libMesh::ReferenceCountedObject< DofObject > | inline |
ReferenceCountedObject< Node >::~ReferenceCountedObject() | libMesh::ReferenceCountedObject< Node > | inline |
libMesh::~ReferenceCounter() | libMesh::ReferenceCounter | inline |
ReferenceCountedObject< Node >::~ReferenceCounter() | libMesh::ReferenceCounter | inline |
~TypeVector() | libMesh::TypeVector< Real > | inline |