template<unsigned int Dim, FEFamily T_radial, InfMapType T_map>
class libMesh::InfFE< Dim, T_radial, T_map >::Base
This nested class contains most of the static methods related to the base part of an infinite element. Only static members are provided, and these should only be accessible from within InfFE
.
- Author
- Daniel Dreyer
- Date
- 2003
Definition at line 185 of file inf_fe.h.
template<unsigned int Dim, FEFamily T_radial, InfMapType T_base>
Build the base element of an infinite element. Be careful, this method allocates memory! So be sure to delete the new element afterward.
Definition at line 36 of file inf_fe_base_radial.C.
References libMesh::Elem::build_side_ptr().
38 std::unique_ptr<const Elem> ape(inf_elem->build_side_ptr(0));
44 return const_cast<Elem *
>(ape.release());