Skip to content

Commit fda57de

Browse files
committed
Enable misc ex15 more often
I'm not sure when we got around to fixing the compatibilities here, but they're working fine now.
1 parent ea40b4d commit fda57de

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

examples/miscellaneous/miscellaneous_ex15/miscellaneous_ex15.C

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)