Skip to content

Commit 0e76bd8

Browse files
committed
Deprecate to-be-deprecated InfFE methods
Ripping off all the bandaids at once
1 parent 5521778 commit 0e76bd8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/fe/inf_fe_static.C

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ unsigned int InfFE<Dim,T_radial,T_map>::n_dofs_at_node (const FEType & fet,
102102
const ElemType inf_elem_type,
103103
const unsigned int n)
104104
{
105-
// TODO:
106-
// libmesh_deprecated();
105+
libmesh_deprecated();
107106

108107
const ElemType base_et (InfFEBase::get_elem_type(inf_elem_type));
109108

@@ -152,8 +151,7 @@ template <unsigned int Dim, FEFamily T_radial, InfMapType T_map>
152151
unsigned int InfFE<Dim,T_radial,T_map>::n_dofs_per_elem (const FEType & fet,
153152
const ElemType inf_elem_type)
154153
{
155-
// TODO:
156-
// libmesh_deprecated();
154+
libmesh_deprecated();
157155

158156
const ElemType base_et (InfFEBase::get_elem_type(inf_elem_type));
159157

@@ -225,8 +223,7 @@ Real InfFE<Dim,T_radial,T_map>::shape(const FEType & fet,
225223
const unsigned int i,
226224
const Point & p)
227225
{
228-
// TODO - if possible, not sure if we can easily fully remove this function.
229-
// libmesh_deprecated();
226+
libmesh_deprecated();
230227

231228
libmesh_assert_not_equal_to (Dim, 0);
232229

@@ -329,8 +326,7 @@ Real InfFE<Dim,T_radial,T_map>::shape_deriv (const FEType & fe_t,
329326
const unsigned int j,
330327
const Point & p)
331328
{
332-
// TODO - if possible, not sure if we can easily fully remove this function.
333-
// libmesh_deprecated();
329+
libmesh_deprecated();
334330

335331
libmesh_assert_not_equal_to (Dim, 0);
336332
libmesh_assert_greater (Dim,j);

0 commit comments

Comments
 (0)