File tree Expand file tree Collapse file tree
examples/miscellaneous/miscellaneous_ex15 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,17 +170,6 @@ int main (int argc, char** argv)
170170 libmesh_example_requires (false, "--enable-ifem" );
171171#else
172172
173- #ifdef LIBMESH_ENABLE_NODE_CONSTRAINTS
174- // Node constraints are not yet implemented for infinite elements.
175- libmesh_example_requires (false, "--disable-node-constraints" );
176- #endif
177-
178- #ifdef LIBMESH_ENABLE_SECOND_DERIVATIVES
179- // UniformRefinement uses second derivatives if they are enabled,
180- // but for infinite elements they are not implemented.
181- libmesh_example_requires (false, "--disable-second" );
182- #endif
183-
184173 // Skip this example if libMesh was compiled with <3 dimensions.
185174 // INFINITE ELEMENTS ARE IMPLEMENTED ONLY FOR 3 DIMENSIONS AT THE MOMENT.
186175 libmesh_example_requires (3 <= LIBMESH_DIM , "3D support" );
You can’t perform that action at this time.
0 commit comments