@@ -62,25 +62,6 @@ bool InfFE<Dim,T_radial,T_map>::_warned_for_dshape = false;
6262
6363// ------------------------------------------------------------
6464// InfFE static class members
65- #ifdef LIBMESH_ENABLE_DEPRECATED
66- template < unsigned int Dim , FEFamily T_radial , InfMapType T_map >
67- unsigned int InfFE < Dim ,T_radial ,T_map > ::n_dofs (const FEType & fet ,
68- const ElemType inf_elem_type )
69- {
70- libmesh_deprecated ();
71-
72- const ElemType base_et (InfFEBase ::get_elem_type (inf_elem_type ));
73-
74- if (Dim > 1 )
75- return FEInterface ::n_dofs (Dim - 1 , fet , base_et ) *
76- InfFERadial ::n_dofs (fet .radial_order );
77- else
78- return InfFERadial ::n_dofs (fet .radial_order );
79- }
80- #endif // LIBMESH_ENABLE_DEPRECATED
81-
82-
83-
8465template < unsigned int Dim , FEFamily T_radial , InfMapType T_map >
8566unsigned int InfFE < Dim ,T_radial ,T_map > ::n_dofs (const FEType & fet ,
8667 const Elem * inf_elem )
@@ -1370,7 +1351,6 @@ void InfFE<Dim,T_radial,T_map>::compute_shape_indices (const FEType & fet,
13701351
13711352 else // range of i: 134..169
13721353 {
1373- libmesh_assert_less (i , n_dofs (fet , inf_elem_type ));
13741354 // belongs to the outer shell and is an element associated shape
13751355 const unsigned int i_offset = i - (n_dof_at_all_vertices
13761356 + n_dof_at_all_sides
@@ -1713,9 +1693,6 @@ void InfFE<Dim, T_radial, T_map>::inf_compute_constraints (DofConstraints & cons
17131693//#include "libmesh/inf_fe_instantiate_3D.h"
17141694
17151695#ifdef LIBMESH_ENABLE_DEPRECATED
1716- INSTANTIATE_INF_FE_MBRF (1 , CARTESIAN , unsigned int , n_dofs (const FEType & , const ElemType ));
1717- INSTANTIATE_INF_FE_MBRF (2 , CARTESIAN , unsigned int , n_dofs (const FEType & , const ElemType ));
1718- INSTANTIATE_INF_FE_MBRF (3 , CARTESIAN , unsigned int , n_dofs (const FEType & , const ElemType ));
17191696INSTANTIATE_INF_FE_MBRF (1 , CARTESIAN , unsigned int , n_dofs_per_elem (const FEType & , const ElemType ));
17201697INSTANTIATE_INF_FE_MBRF (2 , CARTESIAN , unsigned int , n_dofs_per_elem (const FEType & , const ElemType ));
17211698INSTANTIATE_INF_FE_MBRF (3 , CARTESIAN , unsigned int , n_dofs_per_elem (const FEType & , const ElemType ));
0 commit comments