This is the complete list of members for libMesh::FEInterface, including all inherited members.
compute_constraints(DofConstraints &constraints, DofMap &dof_map, const unsigned int variable_number, const Elem *elem) | libMesh::FEInterface | static |
compute_data(const unsigned int dim, const FEType &fe_t, const Elem *elem, FEComputeData &data) | libMesh::FEInterface | static |
compute_periodic_constraints(DofConstraints &constraints, DofMap &dof_map, const PeriodicBoundaries &boundaries, const MeshBase &mesh, const PointLocatorBase *point_locator, const unsigned int variable_number, const Elem *elem) | libMesh::FEInterface | static |
dofs_on_edge(const Elem *const elem, const unsigned int dim, const FEType &fe_t, unsigned int e, std::vector< unsigned int > &di) | libMesh::FEInterface | static |
dofs_on_side(const Elem *const elem, const unsigned int dim, const FEType &fe_t, unsigned int s, std::vector< unsigned int > &di) | libMesh::FEInterface | static |
extra_hanging_dofs(const FEType &fe_t) | libMesh::FEInterface | static |
FEInterface() | libMesh::FEInterface | private |
field_type(const FEType &fe_type) | libMesh::FEInterface | static |
field_type(const FEFamily &fe_family) | libMesh::FEInterface | static |
ifem_compute_data(const unsigned int dim, const FEType &fe_t, const Elem *elem, FEComputeData &data) | libMesh::FEInterface | privatestatic |
ifem_inverse_map(const unsigned int dim, const FEType &fe_t, const Elem *elem, const Point &p, const Real tolerance=TOLERANCE, const bool secure=true) | libMesh::FEInterface | privatestatic |
ifem_inverse_map(const unsigned int dim, const FEType &fe_t, const Elem *elem, const std::vector< Point > &physical_points, std::vector< Point > &reference_points, const Real tolerance=TOLERANCE, const bool secure=true) | libMesh::FEInterface | privatestatic |
ifem_map(const unsigned int dim, const FEType &fe_t, const Elem *elem, const Point &p) | libMesh::FEInterface | privatestatic |
ifem_n_dofs(const unsigned int dim, const FEType &fe_t, const ElemType t) | libMesh::FEInterface | privatestatic |
ifem_n_dofs_at_node(const unsigned int dim, const FEType &fe_t, const ElemType t, const unsigned int n) | libMesh::FEInterface | privatestatic |
ifem_n_dofs_per_elem(const unsigned int dim, const FEType &fe_t, const ElemType t) | libMesh::FEInterface | privatestatic |
ifem_n_shape_functions(const unsigned int dim, const FEType &fe_t, const ElemType t) | libMesh::FEInterface | privatestatic |
ifem_nodal_soln(const unsigned int dim, const FEType &fe_t, const Elem *elem, const std::vector< Number > &elem_soln, std::vector< Number > &nodal_soln) | libMesh::FEInterface | privatestatic |
ifem_on_reference_element(const Point &p, const ElemType t, const Real eps) | libMesh::FEInterface | privatestatic |
ifem_shape(const unsigned int dim, const FEType &fe_t, const ElemType t, const unsigned int i, const Point &p) | libMesh::FEInterface | privatestatic |
ifem_shape(const unsigned int dim, const FEType &fe_t, const Elem *elem, const unsigned int i, const Point &p) | libMesh::FEInterface | privatestatic |
inverse_map(const unsigned int dim, const FEType &fe_t, const Elem *elem, const Point &p, const Real tolerance=TOLERANCE, const bool secure=true) | libMesh::FEInterface | static |
inverse_map(const unsigned int dim, const FEType &fe_t, const Elem *elem, const std::vector< Point > &physical_points, std::vector< Point > &reference_points, const Real tolerance=TOLERANCE, const bool secure=true) | libMesh::FEInterface | static |
is_InfFE_elem(const ElemType et) | libMesh::FEInterface | privatestatic |
map(unsigned int dim, const FEType &fe_t, const Elem *elem, const Point &p) | libMesh::FEInterface | static |
max_order(const FEType &fe_t, const ElemType &el_t) | libMesh::FEInterface | static |
n_dofs(const unsigned int dim, const FEType &fe_t, const ElemType t) | libMesh::FEInterface | static |
n_dofs_at_node(const unsigned int dim, const FEType &fe_t, const ElemType t, const unsigned int n) | libMesh::FEInterface | static |
n_dofs_at_node_function(const unsigned int dim, const FEType &fe_t) | libMesh::FEInterface | static |
n_dofs_at_node_ptr typedef | libMesh::FEInterface | |
n_dofs_per_elem(const unsigned int dim, const FEType &fe_t, const ElemType t) | libMesh::FEInterface | static |
n_shape_functions(const unsigned int dim, const FEType &fe_t, const ElemType t) | libMesh::FEInterface | static |
n_vec_dim(const MeshBase &mesh, const FEType &fe_type) | libMesh::FEInterface | static |
nodal_soln(const unsigned int dim, const FEType &fe_t, const Elem *elem, const std::vector< Number > &elem_soln, std::vector< Number > &nodal_soln) | libMesh::FEInterface | static |
on_reference_element(const Point &p, const ElemType t, const Real eps=TOLERANCE) | libMesh::FEInterface | static |
shape(const unsigned int dim, const FEType &fe_t, const ElemType t, const unsigned int i, const Point &p) | libMesh::FEInterface | static |
shape(const unsigned int dim, const FEType &fe_t, const Elem *elem, const unsigned int i, const Point &p) | libMesh::FEInterface | static |
shape(const unsigned int dim, const FEType &fe_t, const ElemType t, const unsigned int i, const Point &p, OutputType &phi) | libMesh::FEInterface | static |
shape(const unsigned int dim, const FEType &fe_t, const Elem *elem, const unsigned int i, const Point &p, OutputType &phi) | libMesh::FEInterface | static |
shape(const unsigned int dim, const FEType &fe_t, const ElemType t, const unsigned int i, const Point &p, Real &phi) | libMesh::FEInterface | |
shape(const unsigned int dim, const FEType &fe_t, const Elem *elem, const unsigned int i, const Point &p, Real &phi) | libMesh::FEInterface | |
shape(const unsigned int dim, const FEType &fe_t, const ElemType t, const unsigned int i, const Point &p, RealGradient &phi) | libMesh::FEInterface | |
shape(const unsigned int dim, const FEType &fe_t, const Elem *elem, const unsigned int i, const Point &p, RealGradient &phi) | libMesh::FEInterface | |
~FEInterface() | libMesh::FEInterface | inlinevirtual |