From 5598ccfd356d298efce650b1ed98cca66924f390 Mon Sep 17 00:00:00 2001 From: "Benjamin S. Kirk" Date: Thu, 6 Mar 2014 09:39:13 -0600 Subject: [PATCH] commit after ./bootstrap --- Makefile.in | 398 ++++-- configure | 3 +- .../miscellaneous_ex11/Makefile.in | 1157 +++++++++++++++++ include/Makefile.in | 2 + include/libmesh/Makefile.am | 8 +- include/libmesh/Makefile.in | 131 +- 6 files changed, 1525 insertions(+), 174 deletions(-) create mode 100644 examples/miscellaneous/miscellaneous_ex11/Makefile.in diff --git a/Makefile.in b/Makefile.in index 483cf0753f3..5b2c47ac0a8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -237,16 +237,16 @@ am__libmesh_dbg_la_SOURCES_DIST = src/base/dof_map.C \ src/fe/fe_nedelec_one_shape_3D.C src/fe/fe_scalar.C \ src/fe/fe_scalar_shape_0D.C src/fe/fe_scalar_shape_1D.C \ src/fe/fe_scalar_shape_2D.C src/fe/fe_scalar_shape_3D.C \ - src/fe/fe_szabab.C src/fe/fe_szabab_shape_0D.C \ - src/fe/fe_szabab_shape_1D.C src/fe/fe_szabab_shape_2D.C \ - src/fe/fe_szabab_shape_3D.C src/fe/fe_transformation_base.C \ - src/fe/fe_type.C src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C \ - src/fe/fe_xyz_map.C src/fe/fe_xyz_shape_0D.C \ - src/fe/fe_xyz_shape_1D.C src/fe/fe_xyz_shape_2D.C \ - src/fe/fe_xyz_shape_3D.C src/fe/h1_fe_transformation.C \ - src/fe/hcurl_fe_transformation.C src/fe/inf_fe.C \ - src/fe/inf_fe_base_radial.C src/fe/inf_fe_boundary.C \ - src/fe/inf_fe_jacobi_20_00_eval.C \ + src/fe/fe_subdiv_2D.C src/fe/fe_szabab.C \ + src/fe/fe_szabab_shape_0D.C src/fe/fe_szabab_shape_1D.C \ + src/fe/fe_szabab_shape_2D.C src/fe/fe_szabab_shape_3D.C \ + src/fe/fe_transformation_base.C src/fe/fe_type.C \ + src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C src/fe/fe_xyz_map.C \ + src/fe/fe_xyz_shape_0D.C src/fe/fe_xyz_shape_1D.C \ + src/fe/fe_xyz_shape_2D.C src/fe/fe_xyz_shape_3D.C \ + src/fe/h1_fe_transformation.C src/fe/hcurl_fe_transformation.C \ + src/fe/inf_fe.C src/fe/inf_fe_base_radial.C \ + src/fe/inf_fe_boundary.C src/fe/inf_fe_jacobi_20_00_eval.C \ src/fe/inf_fe_jacobi_30_00_eval.C \ src/fe/inf_fe_lagrange_eval.C src/fe/inf_fe_legendre_eval.C \ src/fe/inf_fe_map.C src/fe/inf_fe_map_eval.C \ @@ -270,18 +270,19 @@ am__libmesh_dbg_la_SOURCES_DIST = src/base/dof_map.C \ src/geom/face_inf_quad4.C src/geom/face_inf_quad6.C \ src/geom/face_quad.C src/geom/face_quad4.C \ src/geom/face_quad8.C src/geom/face_quad9.C \ - src/geom/face_tri.C src/geom/face_tri3.C src/geom/face_tri6.C \ - src/geom/node.C src/geom/node_elem.C src/geom/plane.C \ - src/geom/point.C src/geom/reference_elem.C \ - src/geom/reference_elem.data src/geom/remote_elem.C \ - src/geom/sphere.C src/geom/surface.C src/mesh/abaqus_io.C \ - src/mesh/boundary_info.C src/mesh/boundary_mesh.C \ - src/mesh/checkpoint_io.C src/mesh/diva_io.C \ - src/mesh/ensight_io.C src/mesh/exodusII_io.C \ - src/mesh/exodusII_io_helper.C src/mesh/fro_io.C \ - src/mesh/gmsh_io.C src/mesh/gmv_io.C src/mesh/gnuplot_io.C \ - src/mesh/inf_elem_builder.C src/mesh/legacy_xdr_io.C \ - src/mesh/matlab_io.C src/mesh/medit_io.C src/mesh/mesh_base.C \ + src/geom/face_tri.C src/geom/face_tri3.C \ + src/geom/face_tri3_sd.C src/geom/face_tri6.C src/geom/node.C \ + src/geom/node_elem.C src/geom/plane.C src/geom/point.C \ + src/geom/reference_elem.C src/geom/reference_elem.data \ + src/geom/remote_elem.C src/geom/sphere.C src/geom/surface.C \ + src/mesh/abaqus_io.C src/mesh/boundary_info.C \ + src/mesh/boundary_mesh.C src/mesh/checkpoint_io.C \ + src/mesh/diva_io.C src/mesh/ensight_io.C \ + src/mesh/exodusII_io.C src/mesh/exodusII_io_helper.C \ + src/mesh/fro_io.C src/mesh/gmsh_io.C src/mesh/gmv_io.C \ + src/mesh/gnuplot_io.C src/mesh/inf_elem_builder.C \ + src/mesh/legacy_xdr_io.C src/mesh/matlab_io.C \ + src/mesh/medit_io.C src/mesh/mesh_base.C \ src/mesh/mesh_communication.C \ src/mesh/mesh_communication_global_indices.C \ src/mesh/mesh_data.C src/mesh/mesh_data_tetgen_support.C \ @@ -294,6 +295,7 @@ am__libmesh_dbg_la_SOURCES_DIST = src/base/dof_map.C \ src/mesh/mesh_serializer.C src/mesh/mesh_smoother.C \ src/mesh/mesh_smoother_laplace.C \ src/mesh/mesh_smoother_vsmoother.C \ + src/mesh/mesh_subdiv_support.C \ src/mesh/mesh_tetgen_interface.C \ src/mesh/mesh_tetgen_wrapper.C src/mesh/mesh_tools.C \ src/mesh/mesh_triangle_holes.C \ @@ -538,6 +540,7 @@ am__objects_1 = src/base/libmesh_dbg_la-dof_map.lo \ src/fe/libmesh_dbg_la-fe_scalar_shape_1D.lo \ src/fe/libmesh_dbg_la-fe_scalar_shape_2D.lo \ src/fe/libmesh_dbg_la-fe_scalar_shape_3D.lo \ + src/fe/libmesh_dbg_la-fe_subdiv_2D.lo \ src/fe/libmesh_dbg_la-fe_szabab.lo \ src/fe/libmesh_dbg_la-fe_szabab_shape_0D.lo \ src/fe/libmesh_dbg_la-fe_szabab_shape_1D.lo \ @@ -607,6 +610,7 @@ am__objects_1 = src/base/libmesh_dbg_la-dof_map.lo \ src/geom/libmesh_dbg_la-face_quad9.lo \ src/geom/libmesh_dbg_la-face_tri.lo \ src/geom/libmesh_dbg_la-face_tri3.lo \ + src/geom/libmesh_dbg_la-face_tri3_sd.lo \ src/geom/libmesh_dbg_la-face_tri6.lo \ src/geom/libmesh_dbg_la-node.lo \ src/geom/libmesh_dbg_la-node_elem.lo \ @@ -650,6 +654,7 @@ am__objects_1 = src/base/libmesh_dbg_la-dof_map.lo \ src/mesh/libmesh_dbg_la-mesh_smoother.lo \ src/mesh/libmesh_dbg_la-mesh_smoother_laplace.lo \ src/mesh/libmesh_dbg_la-mesh_smoother_vsmoother.lo \ + src/mesh/libmesh_dbg_la-mesh_subdiv_support.lo \ src/mesh/libmesh_dbg_la-mesh_tetgen_interface.lo \ src/mesh/libmesh_dbg_la-mesh_tetgen_wrapper.lo \ src/mesh/libmesh_dbg_la-mesh_tools.lo \ @@ -926,16 +931,16 @@ am__libmesh_devel_la_SOURCES_DIST = src/base/dof_map.C \ src/fe/fe_nedelec_one_shape_3D.C src/fe/fe_scalar.C \ src/fe/fe_scalar_shape_0D.C src/fe/fe_scalar_shape_1D.C \ src/fe/fe_scalar_shape_2D.C src/fe/fe_scalar_shape_3D.C \ - src/fe/fe_szabab.C src/fe/fe_szabab_shape_0D.C \ - src/fe/fe_szabab_shape_1D.C src/fe/fe_szabab_shape_2D.C \ - src/fe/fe_szabab_shape_3D.C src/fe/fe_transformation_base.C \ - src/fe/fe_type.C src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C \ - src/fe/fe_xyz_map.C src/fe/fe_xyz_shape_0D.C \ - src/fe/fe_xyz_shape_1D.C src/fe/fe_xyz_shape_2D.C \ - src/fe/fe_xyz_shape_3D.C src/fe/h1_fe_transformation.C \ - src/fe/hcurl_fe_transformation.C src/fe/inf_fe.C \ - src/fe/inf_fe_base_radial.C src/fe/inf_fe_boundary.C \ - src/fe/inf_fe_jacobi_20_00_eval.C \ + src/fe/fe_subdiv_2D.C src/fe/fe_szabab.C \ + src/fe/fe_szabab_shape_0D.C src/fe/fe_szabab_shape_1D.C \ + src/fe/fe_szabab_shape_2D.C src/fe/fe_szabab_shape_3D.C \ + src/fe/fe_transformation_base.C src/fe/fe_type.C \ + src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C src/fe/fe_xyz_map.C \ + src/fe/fe_xyz_shape_0D.C src/fe/fe_xyz_shape_1D.C \ + src/fe/fe_xyz_shape_2D.C src/fe/fe_xyz_shape_3D.C \ + src/fe/h1_fe_transformation.C src/fe/hcurl_fe_transformation.C \ + src/fe/inf_fe.C src/fe/inf_fe_base_radial.C \ + src/fe/inf_fe_boundary.C src/fe/inf_fe_jacobi_20_00_eval.C \ src/fe/inf_fe_jacobi_30_00_eval.C \ src/fe/inf_fe_lagrange_eval.C src/fe/inf_fe_legendre_eval.C \ src/fe/inf_fe_map.C src/fe/inf_fe_map_eval.C \ @@ -959,18 +964,19 @@ am__libmesh_devel_la_SOURCES_DIST = src/base/dof_map.C \ src/geom/face_inf_quad4.C src/geom/face_inf_quad6.C \ src/geom/face_quad.C src/geom/face_quad4.C \ src/geom/face_quad8.C src/geom/face_quad9.C \ - src/geom/face_tri.C src/geom/face_tri3.C src/geom/face_tri6.C \ - src/geom/node.C src/geom/node_elem.C src/geom/plane.C \ - src/geom/point.C src/geom/reference_elem.C \ - src/geom/reference_elem.data src/geom/remote_elem.C \ - src/geom/sphere.C src/geom/surface.C src/mesh/abaqus_io.C \ - src/mesh/boundary_info.C src/mesh/boundary_mesh.C \ - src/mesh/checkpoint_io.C src/mesh/diva_io.C \ - src/mesh/ensight_io.C src/mesh/exodusII_io.C \ - src/mesh/exodusII_io_helper.C src/mesh/fro_io.C \ - src/mesh/gmsh_io.C src/mesh/gmv_io.C src/mesh/gnuplot_io.C \ - src/mesh/inf_elem_builder.C src/mesh/legacy_xdr_io.C \ - src/mesh/matlab_io.C src/mesh/medit_io.C src/mesh/mesh_base.C \ + src/geom/face_tri.C src/geom/face_tri3.C \ + src/geom/face_tri3_sd.C src/geom/face_tri6.C src/geom/node.C \ + src/geom/node_elem.C src/geom/plane.C src/geom/point.C \ + src/geom/reference_elem.C src/geom/reference_elem.data \ + src/geom/remote_elem.C src/geom/sphere.C src/geom/surface.C \ + src/mesh/abaqus_io.C src/mesh/boundary_info.C \ + src/mesh/boundary_mesh.C src/mesh/checkpoint_io.C \ + src/mesh/diva_io.C src/mesh/ensight_io.C \ + src/mesh/exodusII_io.C src/mesh/exodusII_io_helper.C \ + src/mesh/fro_io.C src/mesh/gmsh_io.C src/mesh/gmv_io.C \ + src/mesh/gnuplot_io.C src/mesh/inf_elem_builder.C \ + src/mesh/legacy_xdr_io.C src/mesh/matlab_io.C \ + src/mesh/medit_io.C src/mesh/mesh_base.C \ src/mesh/mesh_communication.C \ src/mesh/mesh_communication_global_indices.C \ src/mesh/mesh_data.C src/mesh/mesh_data_tetgen_support.C \ @@ -983,6 +989,7 @@ am__libmesh_devel_la_SOURCES_DIST = src/base/dof_map.C \ src/mesh/mesh_serializer.C src/mesh/mesh_smoother.C \ src/mesh/mesh_smoother_laplace.C \ src/mesh/mesh_smoother_vsmoother.C \ + src/mesh/mesh_subdiv_support.C \ src/mesh/mesh_tetgen_interface.C \ src/mesh/mesh_tetgen_wrapper.C src/mesh/mesh_tools.C \ src/mesh/mesh_triangle_holes.C \ @@ -1226,6 +1233,7 @@ am__objects_2 = src/base/libmesh_devel_la-dof_map.lo \ src/fe/libmesh_devel_la-fe_scalar_shape_1D.lo \ src/fe/libmesh_devel_la-fe_scalar_shape_2D.lo \ src/fe/libmesh_devel_la-fe_scalar_shape_3D.lo \ + src/fe/libmesh_devel_la-fe_subdiv_2D.lo \ src/fe/libmesh_devel_la-fe_szabab.lo \ src/fe/libmesh_devel_la-fe_szabab_shape_0D.lo \ src/fe/libmesh_devel_la-fe_szabab_shape_1D.lo \ @@ -1295,6 +1303,7 @@ am__objects_2 = src/base/libmesh_devel_la-dof_map.lo \ src/geom/libmesh_devel_la-face_quad9.lo \ src/geom/libmesh_devel_la-face_tri.lo \ src/geom/libmesh_devel_la-face_tri3.lo \ + src/geom/libmesh_devel_la-face_tri3_sd.lo \ src/geom/libmesh_devel_la-face_tri6.lo \ src/geom/libmesh_devel_la-node.lo \ src/geom/libmesh_devel_la-node_elem.lo \ @@ -1338,6 +1347,7 @@ am__objects_2 = src/base/libmesh_devel_la-dof_map.lo \ src/mesh/libmesh_devel_la-mesh_smoother.lo \ src/mesh/libmesh_devel_la-mesh_smoother_laplace.lo \ src/mesh/libmesh_devel_la-mesh_smoother_vsmoother.lo \ + src/mesh/libmesh_devel_la-mesh_subdiv_support.lo \ src/mesh/libmesh_devel_la-mesh_tetgen_interface.lo \ src/mesh/libmesh_devel_la-mesh_tetgen_wrapper.lo \ src/mesh/libmesh_devel_la-mesh_tools.lo \ @@ -1611,16 +1621,16 @@ am__libmesh_oprof_la_SOURCES_DIST = src/base/dof_map.C \ src/fe/fe_nedelec_one_shape_3D.C src/fe/fe_scalar.C \ src/fe/fe_scalar_shape_0D.C src/fe/fe_scalar_shape_1D.C \ src/fe/fe_scalar_shape_2D.C src/fe/fe_scalar_shape_3D.C \ - src/fe/fe_szabab.C src/fe/fe_szabab_shape_0D.C \ - src/fe/fe_szabab_shape_1D.C src/fe/fe_szabab_shape_2D.C \ - src/fe/fe_szabab_shape_3D.C src/fe/fe_transformation_base.C \ - src/fe/fe_type.C src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C \ - src/fe/fe_xyz_map.C src/fe/fe_xyz_shape_0D.C \ - src/fe/fe_xyz_shape_1D.C src/fe/fe_xyz_shape_2D.C \ - src/fe/fe_xyz_shape_3D.C src/fe/h1_fe_transformation.C \ - src/fe/hcurl_fe_transformation.C src/fe/inf_fe.C \ - src/fe/inf_fe_base_radial.C src/fe/inf_fe_boundary.C \ - src/fe/inf_fe_jacobi_20_00_eval.C \ + src/fe/fe_subdiv_2D.C src/fe/fe_szabab.C \ + src/fe/fe_szabab_shape_0D.C src/fe/fe_szabab_shape_1D.C \ + src/fe/fe_szabab_shape_2D.C src/fe/fe_szabab_shape_3D.C \ + src/fe/fe_transformation_base.C src/fe/fe_type.C \ + src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C src/fe/fe_xyz_map.C \ + src/fe/fe_xyz_shape_0D.C src/fe/fe_xyz_shape_1D.C \ + src/fe/fe_xyz_shape_2D.C src/fe/fe_xyz_shape_3D.C \ + src/fe/h1_fe_transformation.C src/fe/hcurl_fe_transformation.C \ + src/fe/inf_fe.C src/fe/inf_fe_base_radial.C \ + src/fe/inf_fe_boundary.C src/fe/inf_fe_jacobi_20_00_eval.C \ src/fe/inf_fe_jacobi_30_00_eval.C \ src/fe/inf_fe_lagrange_eval.C src/fe/inf_fe_legendre_eval.C \ src/fe/inf_fe_map.C src/fe/inf_fe_map_eval.C \ @@ -1644,18 +1654,19 @@ am__libmesh_oprof_la_SOURCES_DIST = src/base/dof_map.C \ src/geom/face_inf_quad4.C src/geom/face_inf_quad6.C \ src/geom/face_quad.C src/geom/face_quad4.C \ src/geom/face_quad8.C src/geom/face_quad9.C \ - src/geom/face_tri.C src/geom/face_tri3.C src/geom/face_tri6.C \ - src/geom/node.C src/geom/node_elem.C src/geom/plane.C \ - src/geom/point.C src/geom/reference_elem.C \ - src/geom/reference_elem.data src/geom/remote_elem.C \ - src/geom/sphere.C src/geom/surface.C src/mesh/abaqus_io.C \ - src/mesh/boundary_info.C src/mesh/boundary_mesh.C \ - src/mesh/checkpoint_io.C src/mesh/diva_io.C \ - src/mesh/ensight_io.C src/mesh/exodusII_io.C \ - src/mesh/exodusII_io_helper.C src/mesh/fro_io.C \ - src/mesh/gmsh_io.C src/mesh/gmv_io.C src/mesh/gnuplot_io.C \ - src/mesh/inf_elem_builder.C src/mesh/legacy_xdr_io.C \ - src/mesh/matlab_io.C src/mesh/medit_io.C src/mesh/mesh_base.C \ + src/geom/face_tri.C src/geom/face_tri3.C \ + src/geom/face_tri3_sd.C src/geom/face_tri6.C src/geom/node.C \ + src/geom/node_elem.C src/geom/plane.C src/geom/point.C \ + src/geom/reference_elem.C src/geom/reference_elem.data \ + src/geom/remote_elem.C src/geom/sphere.C src/geom/surface.C \ + src/mesh/abaqus_io.C src/mesh/boundary_info.C \ + src/mesh/boundary_mesh.C src/mesh/checkpoint_io.C \ + src/mesh/diva_io.C src/mesh/ensight_io.C \ + src/mesh/exodusII_io.C src/mesh/exodusII_io_helper.C \ + src/mesh/fro_io.C src/mesh/gmsh_io.C src/mesh/gmv_io.C \ + src/mesh/gnuplot_io.C src/mesh/inf_elem_builder.C \ + src/mesh/legacy_xdr_io.C src/mesh/matlab_io.C \ + src/mesh/medit_io.C src/mesh/mesh_base.C \ src/mesh/mesh_communication.C \ src/mesh/mesh_communication_global_indices.C \ src/mesh/mesh_data.C src/mesh/mesh_data_tetgen_support.C \ @@ -1668,6 +1679,7 @@ am__libmesh_oprof_la_SOURCES_DIST = src/base/dof_map.C \ src/mesh/mesh_serializer.C src/mesh/mesh_smoother.C \ src/mesh/mesh_smoother_laplace.C \ src/mesh/mesh_smoother_vsmoother.C \ + src/mesh/mesh_subdiv_support.C \ src/mesh/mesh_tetgen_interface.C \ src/mesh/mesh_tetgen_wrapper.C src/mesh/mesh_tools.C \ src/mesh/mesh_triangle_holes.C \ @@ -1911,6 +1923,7 @@ am__objects_3 = src/base/libmesh_oprof_la-dof_map.lo \ src/fe/libmesh_oprof_la-fe_scalar_shape_1D.lo \ src/fe/libmesh_oprof_la-fe_scalar_shape_2D.lo \ src/fe/libmesh_oprof_la-fe_scalar_shape_3D.lo \ + src/fe/libmesh_oprof_la-fe_subdiv_2D.lo \ src/fe/libmesh_oprof_la-fe_szabab.lo \ src/fe/libmesh_oprof_la-fe_szabab_shape_0D.lo \ src/fe/libmesh_oprof_la-fe_szabab_shape_1D.lo \ @@ -1980,6 +1993,7 @@ am__objects_3 = src/base/libmesh_oprof_la-dof_map.lo \ src/geom/libmesh_oprof_la-face_quad9.lo \ src/geom/libmesh_oprof_la-face_tri.lo \ src/geom/libmesh_oprof_la-face_tri3.lo \ + src/geom/libmesh_oprof_la-face_tri3_sd.lo \ src/geom/libmesh_oprof_la-face_tri6.lo \ src/geom/libmesh_oprof_la-node.lo \ src/geom/libmesh_oprof_la-node_elem.lo \ @@ -2023,6 +2037,7 @@ am__objects_3 = src/base/libmesh_oprof_la-dof_map.lo \ src/mesh/libmesh_oprof_la-mesh_smoother.lo \ src/mesh/libmesh_oprof_la-mesh_smoother_laplace.lo \ src/mesh/libmesh_oprof_la-mesh_smoother_vsmoother.lo \ + src/mesh/libmesh_oprof_la-mesh_subdiv_support.lo \ src/mesh/libmesh_oprof_la-mesh_tetgen_interface.lo \ src/mesh/libmesh_oprof_la-mesh_tetgen_wrapper.lo \ src/mesh/libmesh_oprof_la-mesh_tools.lo \ @@ -2296,16 +2311,16 @@ am__libmesh_opt_la_SOURCES_DIST = src/base/dof_map.C \ src/fe/fe_nedelec_one_shape_3D.C src/fe/fe_scalar.C \ src/fe/fe_scalar_shape_0D.C src/fe/fe_scalar_shape_1D.C \ src/fe/fe_scalar_shape_2D.C src/fe/fe_scalar_shape_3D.C \ - src/fe/fe_szabab.C src/fe/fe_szabab_shape_0D.C \ - src/fe/fe_szabab_shape_1D.C src/fe/fe_szabab_shape_2D.C \ - src/fe/fe_szabab_shape_3D.C src/fe/fe_transformation_base.C \ - src/fe/fe_type.C src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C \ - src/fe/fe_xyz_map.C src/fe/fe_xyz_shape_0D.C \ - src/fe/fe_xyz_shape_1D.C src/fe/fe_xyz_shape_2D.C \ - src/fe/fe_xyz_shape_3D.C src/fe/h1_fe_transformation.C \ - src/fe/hcurl_fe_transformation.C src/fe/inf_fe.C \ - src/fe/inf_fe_base_radial.C src/fe/inf_fe_boundary.C \ - src/fe/inf_fe_jacobi_20_00_eval.C \ + src/fe/fe_subdiv_2D.C src/fe/fe_szabab.C \ + src/fe/fe_szabab_shape_0D.C src/fe/fe_szabab_shape_1D.C \ + src/fe/fe_szabab_shape_2D.C src/fe/fe_szabab_shape_3D.C \ + src/fe/fe_transformation_base.C src/fe/fe_type.C \ + src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C src/fe/fe_xyz_map.C \ + src/fe/fe_xyz_shape_0D.C src/fe/fe_xyz_shape_1D.C \ + src/fe/fe_xyz_shape_2D.C src/fe/fe_xyz_shape_3D.C \ + src/fe/h1_fe_transformation.C src/fe/hcurl_fe_transformation.C \ + src/fe/inf_fe.C src/fe/inf_fe_base_radial.C \ + src/fe/inf_fe_boundary.C src/fe/inf_fe_jacobi_20_00_eval.C \ src/fe/inf_fe_jacobi_30_00_eval.C \ src/fe/inf_fe_lagrange_eval.C src/fe/inf_fe_legendre_eval.C \ src/fe/inf_fe_map.C src/fe/inf_fe_map_eval.C \ @@ -2329,18 +2344,19 @@ am__libmesh_opt_la_SOURCES_DIST = src/base/dof_map.C \ src/geom/face_inf_quad4.C src/geom/face_inf_quad6.C \ src/geom/face_quad.C src/geom/face_quad4.C \ src/geom/face_quad8.C src/geom/face_quad9.C \ - src/geom/face_tri.C src/geom/face_tri3.C src/geom/face_tri6.C \ - src/geom/node.C src/geom/node_elem.C src/geom/plane.C \ - src/geom/point.C src/geom/reference_elem.C \ - src/geom/reference_elem.data src/geom/remote_elem.C \ - src/geom/sphere.C src/geom/surface.C src/mesh/abaqus_io.C \ - src/mesh/boundary_info.C src/mesh/boundary_mesh.C \ - src/mesh/checkpoint_io.C src/mesh/diva_io.C \ - src/mesh/ensight_io.C src/mesh/exodusII_io.C \ - src/mesh/exodusII_io_helper.C src/mesh/fro_io.C \ - src/mesh/gmsh_io.C src/mesh/gmv_io.C src/mesh/gnuplot_io.C \ - src/mesh/inf_elem_builder.C src/mesh/legacy_xdr_io.C \ - src/mesh/matlab_io.C src/mesh/medit_io.C src/mesh/mesh_base.C \ + src/geom/face_tri.C src/geom/face_tri3.C \ + src/geom/face_tri3_sd.C src/geom/face_tri6.C src/geom/node.C \ + src/geom/node_elem.C src/geom/plane.C src/geom/point.C \ + src/geom/reference_elem.C src/geom/reference_elem.data \ + src/geom/remote_elem.C src/geom/sphere.C src/geom/surface.C \ + src/mesh/abaqus_io.C src/mesh/boundary_info.C \ + src/mesh/boundary_mesh.C src/mesh/checkpoint_io.C \ + src/mesh/diva_io.C src/mesh/ensight_io.C \ + src/mesh/exodusII_io.C src/mesh/exodusII_io_helper.C \ + src/mesh/fro_io.C src/mesh/gmsh_io.C src/mesh/gmv_io.C \ + src/mesh/gnuplot_io.C src/mesh/inf_elem_builder.C \ + src/mesh/legacy_xdr_io.C src/mesh/matlab_io.C \ + src/mesh/medit_io.C src/mesh/mesh_base.C \ src/mesh/mesh_communication.C \ src/mesh/mesh_communication_global_indices.C \ src/mesh/mesh_data.C src/mesh/mesh_data_tetgen_support.C \ @@ -2353,6 +2369,7 @@ am__libmesh_opt_la_SOURCES_DIST = src/base/dof_map.C \ src/mesh/mesh_serializer.C src/mesh/mesh_smoother.C \ src/mesh/mesh_smoother_laplace.C \ src/mesh/mesh_smoother_vsmoother.C \ + src/mesh/mesh_subdiv_support.C \ src/mesh/mesh_tetgen_interface.C \ src/mesh/mesh_tetgen_wrapper.C src/mesh/mesh_tools.C \ src/mesh/mesh_triangle_holes.C \ @@ -2596,6 +2613,7 @@ am__objects_4 = src/base/libmesh_opt_la-dof_map.lo \ src/fe/libmesh_opt_la-fe_scalar_shape_1D.lo \ src/fe/libmesh_opt_la-fe_scalar_shape_2D.lo \ src/fe/libmesh_opt_la-fe_scalar_shape_3D.lo \ + src/fe/libmesh_opt_la-fe_subdiv_2D.lo \ src/fe/libmesh_opt_la-fe_szabab.lo \ src/fe/libmesh_opt_la-fe_szabab_shape_0D.lo \ src/fe/libmesh_opt_la-fe_szabab_shape_1D.lo \ @@ -2665,6 +2683,7 @@ am__objects_4 = src/base/libmesh_opt_la-dof_map.lo \ src/geom/libmesh_opt_la-face_quad9.lo \ src/geom/libmesh_opt_la-face_tri.lo \ src/geom/libmesh_opt_la-face_tri3.lo \ + src/geom/libmesh_opt_la-face_tri3_sd.lo \ src/geom/libmesh_opt_la-face_tri6.lo \ src/geom/libmesh_opt_la-node.lo \ src/geom/libmesh_opt_la-node_elem.lo \ @@ -2708,6 +2727,7 @@ am__objects_4 = src/base/libmesh_opt_la-dof_map.lo \ src/mesh/libmesh_opt_la-mesh_smoother.lo \ src/mesh/libmesh_opt_la-mesh_smoother_laplace.lo \ src/mesh/libmesh_opt_la-mesh_smoother_vsmoother.lo \ + src/mesh/libmesh_opt_la-mesh_subdiv_support.lo \ src/mesh/libmesh_opt_la-mesh_tetgen_interface.lo \ src/mesh/libmesh_opt_la-mesh_tetgen_wrapper.lo \ src/mesh/libmesh_opt_la-mesh_tools.lo \ @@ -2980,16 +3000,16 @@ am__libmesh_prof_la_SOURCES_DIST = src/base/dof_map.C \ src/fe/fe_nedelec_one_shape_3D.C src/fe/fe_scalar.C \ src/fe/fe_scalar_shape_0D.C src/fe/fe_scalar_shape_1D.C \ src/fe/fe_scalar_shape_2D.C src/fe/fe_scalar_shape_3D.C \ - src/fe/fe_szabab.C src/fe/fe_szabab_shape_0D.C \ - src/fe/fe_szabab_shape_1D.C src/fe/fe_szabab_shape_2D.C \ - src/fe/fe_szabab_shape_3D.C src/fe/fe_transformation_base.C \ - src/fe/fe_type.C src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C \ - src/fe/fe_xyz_map.C src/fe/fe_xyz_shape_0D.C \ - src/fe/fe_xyz_shape_1D.C src/fe/fe_xyz_shape_2D.C \ - src/fe/fe_xyz_shape_3D.C src/fe/h1_fe_transformation.C \ - src/fe/hcurl_fe_transformation.C src/fe/inf_fe.C \ - src/fe/inf_fe_base_radial.C src/fe/inf_fe_boundary.C \ - src/fe/inf_fe_jacobi_20_00_eval.C \ + src/fe/fe_subdiv_2D.C src/fe/fe_szabab.C \ + src/fe/fe_szabab_shape_0D.C src/fe/fe_szabab_shape_1D.C \ + src/fe/fe_szabab_shape_2D.C src/fe/fe_szabab_shape_3D.C \ + src/fe/fe_transformation_base.C src/fe/fe_type.C \ + src/fe/fe_xyz.C src/fe/fe_xyz_boundary.C src/fe/fe_xyz_map.C \ + src/fe/fe_xyz_shape_0D.C src/fe/fe_xyz_shape_1D.C \ + src/fe/fe_xyz_shape_2D.C src/fe/fe_xyz_shape_3D.C \ + src/fe/h1_fe_transformation.C src/fe/hcurl_fe_transformation.C \ + src/fe/inf_fe.C src/fe/inf_fe_base_radial.C \ + src/fe/inf_fe_boundary.C src/fe/inf_fe_jacobi_20_00_eval.C \ src/fe/inf_fe_jacobi_30_00_eval.C \ src/fe/inf_fe_lagrange_eval.C src/fe/inf_fe_legendre_eval.C \ src/fe/inf_fe_map.C src/fe/inf_fe_map_eval.C \ @@ -3013,18 +3033,19 @@ am__libmesh_prof_la_SOURCES_DIST = src/base/dof_map.C \ src/geom/face_inf_quad4.C src/geom/face_inf_quad6.C \ src/geom/face_quad.C src/geom/face_quad4.C \ src/geom/face_quad8.C src/geom/face_quad9.C \ - src/geom/face_tri.C src/geom/face_tri3.C src/geom/face_tri6.C \ - src/geom/node.C src/geom/node_elem.C src/geom/plane.C \ - src/geom/point.C src/geom/reference_elem.C \ - src/geom/reference_elem.data src/geom/remote_elem.C \ - src/geom/sphere.C src/geom/surface.C src/mesh/abaqus_io.C \ - src/mesh/boundary_info.C src/mesh/boundary_mesh.C \ - src/mesh/checkpoint_io.C src/mesh/diva_io.C \ - src/mesh/ensight_io.C src/mesh/exodusII_io.C \ - src/mesh/exodusII_io_helper.C src/mesh/fro_io.C \ - src/mesh/gmsh_io.C src/mesh/gmv_io.C src/mesh/gnuplot_io.C \ - src/mesh/inf_elem_builder.C src/mesh/legacy_xdr_io.C \ - src/mesh/matlab_io.C src/mesh/medit_io.C src/mesh/mesh_base.C \ + src/geom/face_tri.C src/geom/face_tri3.C \ + src/geom/face_tri3_sd.C src/geom/face_tri6.C src/geom/node.C \ + src/geom/node_elem.C src/geom/plane.C src/geom/point.C \ + src/geom/reference_elem.C src/geom/reference_elem.data \ + src/geom/remote_elem.C src/geom/sphere.C src/geom/surface.C \ + src/mesh/abaqus_io.C src/mesh/boundary_info.C \ + src/mesh/boundary_mesh.C src/mesh/checkpoint_io.C \ + src/mesh/diva_io.C src/mesh/ensight_io.C \ + src/mesh/exodusII_io.C src/mesh/exodusII_io_helper.C \ + src/mesh/fro_io.C src/mesh/gmsh_io.C src/mesh/gmv_io.C \ + src/mesh/gnuplot_io.C src/mesh/inf_elem_builder.C \ + src/mesh/legacy_xdr_io.C src/mesh/matlab_io.C \ + src/mesh/medit_io.C src/mesh/mesh_base.C \ src/mesh/mesh_communication.C \ src/mesh/mesh_communication_global_indices.C \ src/mesh/mesh_data.C src/mesh/mesh_data_tetgen_support.C \ @@ -3037,6 +3058,7 @@ am__libmesh_prof_la_SOURCES_DIST = src/base/dof_map.C \ src/mesh/mesh_serializer.C src/mesh/mesh_smoother.C \ src/mesh/mesh_smoother_laplace.C \ src/mesh/mesh_smoother_vsmoother.C \ + src/mesh/mesh_subdiv_support.C \ src/mesh/mesh_tetgen_interface.C \ src/mesh/mesh_tetgen_wrapper.C src/mesh/mesh_tools.C \ src/mesh/mesh_triangle_holes.C \ @@ -3280,6 +3302,7 @@ am__objects_5 = src/base/libmesh_prof_la-dof_map.lo \ src/fe/libmesh_prof_la-fe_scalar_shape_1D.lo \ src/fe/libmesh_prof_la-fe_scalar_shape_2D.lo \ src/fe/libmesh_prof_la-fe_scalar_shape_3D.lo \ + src/fe/libmesh_prof_la-fe_subdiv_2D.lo \ src/fe/libmesh_prof_la-fe_szabab.lo \ src/fe/libmesh_prof_la-fe_szabab_shape_0D.lo \ src/fe/libmesh_prof_la-fe_szabab_shape_1D.lo \ @@ -3349,6 +3372,7 @@ am__objects_5 = src/base/libmesh_prof_la-dof_map.lo \ src/geom/libmesh_prof_la-face_quad9.lo \ src/geom/libmesh_prof_la-face_tri.lo \ src/geom/libmesh_prof_la-face_tri3.lo \ + src/geom/libmesh_prof_la-face_tri3_sd.lo \ src/geom/libmesh_prof_la-face_tri6.lo \ src/geom/libmesh_prof_la-node.lo \ src/geom/libmesh_prof_la-node_elem.lo \ @@ -3392,6 +3416,7 @@ am__objects_5 = src/base/libmesh_prof_la-dof_map.lo \ src/mesh/libmesh_prof_la-mesh_smoother.lo \ src/mesh/libmesh_prof_la-mesh_smoother_laplace.lo \ src/mesh/libmesh_prof_la-mesh_smoother_vsmoother.lo \ + src/mesh/libmesh_prof_la-mesh_subdiv_support.lo \ src/mesh/libmesh_prof_la-mesh_tetgen_interface.lo \ src/mesh/libmesh_prof_la-mesh_tetgen_wrapper.lo \ src/mesh/libmesh_prof_la-mesh_tools.lo \ @@ -4497,6 +4522,7 @@ libmesh_SOURCES = \ src/fe/fe_scalar_shape_1D.C \ src/fe/fe_scalar_shape_2D.C \ src/fe/fe_scalar_shape_3D.C \ + src/fe/fe_subdiv_2D.C \ src/fe/fe_szabab.C \ src/fe/fe_szabab_shape_0D.C \ src/fe/fe_szabab_shape_1D.C \ @@ -4566,6 +4592,7 @@ libmesh_SOURCES = \ src/geom/face_quad9.C \ src/geom/face_tri.C \ src/geom/face_tri3.C \ + src/geom/face_tri3_sd.C \ src/geom/face_tri6.C \ src/geom/node.C \ src/geom/node_elem.C \ @@ -4610,6 +4637,7 @@ libmesh_SOURCES = \ src/mesh/mesh_smoother.C \ src/mesh/mesh_smoother_laplace.C \ src/mesh/mesh_smoother_vsmoother.C \ + src/mesh/mesh_subdiv_support.C \ src/mesh/mesh_tetgen_interface.C \ src/mesh/mesh_tetgen_wrapper.C \ src/mesh/mesh_tools.C \ @@ -5332,6 +5360,8 @@ src/fe/libmesh_dbg_la-fe_scalar_shape_2D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_dbg_la-fe_scalar_shape_3D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) +src/fe/libmesh_dbg_la-fe_subdiv_2D.lo: src/fe/$(am__dirstamp) \ + src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_dbg_la-fe_szabab.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_dbg_la-fe_szabab_shape_0D.lo: src/fe/$(am__dirstamp) \ @@ -5476,6 +5506,8 @@ src/geom/libmesh_dbg_la-face_tri.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_dbg_la-face_tri3.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) +src/geom/libmesh_dbg_la-face_tri3_sd.lo: src/geom/$(am__dirstamp) \ + src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_dbg_la-face_tri6.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_dbg_la-node.lo: src/geom/$(am__dirstamp) \ @@ -5568,6 +5600,8 @@ src/mesh/libmesh_dbg_la-mesh_smoother_laplace.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_dbg_la-mesh_smoother_vsmoother.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) +src/mesh/libmesh_dbg_la-mesh_subdiv_support.lo: \ + src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_dbg_la-mesh_tetgen_interface.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_dbg_la-mesh_tetgen_wrapper.lo: \ @@ -6387,6 +6421,8 @@ src/fe/libmesh_devel_la-fe_scalar_shape_2D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_devel_la-fe_scalar_shape_3D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) +src/fe/libmesh_devel_la-fe_subdiv_2D.lo: src/fe/$(am__dirstamp) \ + src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_devel_la-fe_szabab.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_devel_la-fe_szabab_shape_0D.lo: src/fe/$(am__dirstamp) \ @@ -6525,6 +6561,8 @@ src/geom/libmesh_devel_la-face_tri.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_devel_la-face_tri3.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) +src/geom/libmesh_devel_la-face_tri3_sd.lo: src/geom/$(am__dirstamp) \ + src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_devel_la-face_tri6.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_devel_la-node.lo: src/geom/$(am__dirstamp) \ @@ -6611,6 +6649,8 @@ src/mesh/libmesh_devel_la-mesh_smoother_laplace.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_devel_la-mesh_smoother_vsmoother.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) +src/mesh/libmesh_devel_la-mesh_subdiv_support.lo: \ + src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_devel_la-mesh_tetgen_interface.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_devel_la-mesh_tetgen_wrapper.lo: \ @@ -7373,6 +7413,8 @@ src/fe/libmesh_oprof_la-fe_scalar_shape_2D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_oprof_la-fe_scalar_shape_3D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) +src/fe/libmesh_oprof_la-fe_subdiv_2D.lo: src/fe/$(am__dirstamp) \ + src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_oprof_la-fe_szabab.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_oprof_la-fe_szabab_shape_0D.lo: src/fe/$(am__dirstamp) \ @@ -7511,6 +7553,8 @@ src/geom/libmesh_oprof_la-face_tri.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_oprof_la-face_tri3.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) +src/geom/libmesh_oprof_la-face_tri3_sd.lo: src/geom/$(am__dirstamp) \ + src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_oprof_la-face_tri6.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_oprof_la-node.lo: src/geom/$(am__dirstamp) \ @@ -7597,6 +7641,8 @@ src/mesh/libmesh_oprof_la-mesh_smoother_laplace.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_oprof_la-mesh_smoother_vsmoother.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) +src/mesh/libmesh_oprof_la-mesh_subdiv_support.lo: \ + src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_oprof_la-mesh_tetgen_interface.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_oprof_la-mesh_tetgen_wrapper.lo: \ @@ -8359,6 +8405,8 @@ src/fe/libmesh_opt_la-fe_scalar_shape_2D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_opt_la-fe_scalar_shape_3D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) +src/fe/libmesh_opt_la-fe_subdiv_2D.lo: src/fe/$(am__dirstamp) \ + src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_opt_la-fe_szabab.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_opt_la-fe_szabab_shape_0D.lo: src/fe/$(am__dirstamp) \ @@ -8497,6 +8545,8 @@ src/geom/libmesh_opt_la-face_tri.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_opt_la-face_tri3.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) +src/geom/libmesh_opt_la-face_tri3_sd.lo: src/geom/$(am__dirstamp) \ + src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_opt_la-face_tri6.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_opt_la-node.lo: src/geom/$(am__dirstamp) \ @@ -8583,6 +8633,8 @@ src/mesh/libmesh_opt_la-mesh_smoother_laplace.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_opt_la-mesh_smoother_vsmoother.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) +src/mesh/libmesh_opt_la-mesh_subdiv_support.lo: \ + src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_opt_la-mesh_tetgen_interface.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_opt_la-mesh_tetgen_wrapper.lo: \ @@ -9342,6 +9394,8 @@ src/fe/libmesh_prof_la-fe_scalar_shape_2D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_prof_la-fe_scalar_shape_3D.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) +src/fe/libmesh_prof_la-fe_subdiv_2D.lo: src/fe/$(am__dirstamp) \ + src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_prof_la-fe_szabab.lo: src/fe/$(am__dirstamp) \ src/fe/$(DEPDIR)/$(am__dirstamp) src/fe/libmesh_prof_la-fe_szabab_shape_0D.lo: src/fe/$(am__dirstamp) \ @@ -9480,6 +9534,8 @@ src/geom/libmesh_prof_la-face_tri.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_prof_la-face_tri3.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) +src/geom/libmesh_prof_la-face_tri3_sd.lo: src/geom/$(am__dirstamp) \ + src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_prof_la-face_tri6.lo: src/geom/$(am__dirstamp) \ src/geom/$(DEPDIR)/$(am__dirstamp) src/geom/libmesh_prof_la-node.lo: src/geom/$(am__dirstamp) \ @@ -9566,6 +9622,8 @@ src/mesh/libmesh_prof_la-mesh_smoother_laplace.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_prof_la-mesh_smoother_vsmoother.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) +src/mesh/libmesh_prof_la-mesh_subdiv_support.lo: \ + src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_prof_la-mesh_tetgen_interface.lo: \ src/mesh/$(am__dirstamp) src/mesh/$(DEPDIR)/$(am__dirstamp) src/mesh/libmesh_prof_la-mesh_tetgen_wrapper.lo: \ @@ -10734,6 +10792,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_dbg_la-fe_scalar_shape_1D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_dbg_la-fe_scalar_shape_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_dbg_la-fe_scalar_shape_3D.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_dbg_la-fe_subdiv_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_dbg_la-fe_szabab.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_dbg_la-fe_szabab_shape_0D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_dbg_la-fe_szabab_shape_1D.Plo@am__quote@ @@ -10817,6 +10876,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_devel_la-fe_scalar_shape_1D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_devel_la-fe_scalar_shape_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_devel_la-fe_scalar_shape_3D.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_devel_la-fe_subdiv_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_devel_la-fe_szabab.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_devel_la-fe_szabab_shape_0D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_devel_la-fe_szabab_shape_1D.Plo@am__quote@ @@ -10900,6 +10960,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_oprof_la-fe_scalar_shape_1D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_oprof_la-fe_scalar_shape_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_oprof_la-fe_scalar_shape_3D.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_oprof_la-fe_subdiv_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_oprof_la-fe_szabab.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_oprof_la-fe_szabab_shape_0D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_oprof_la-fe_szabab_shape_1D.Plo@am__quote@ @@ -10983,6 +11044,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_opt_la-fe_scalar_shape_1D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_opt_la-fe_scalar_shape_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_opt_la-fe_scalar_shape_3D.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_opt_la-fe_subdiv_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_opt_la-fe_szabab.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_opt_la-fe_szabab_shape_0D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_opt_la-fe_szabab_shape_1D.Plo@am__quote@ @@ -11066,6 +11128,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_prof_la-fe_scalar_shape_1D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_prof_la-fe_scalar_shape_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_prof_la-fe_scalar_shape_3D.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_prof_la-fe_subdiv_2D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_prof_la-fe_szabab.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_prof_la-fe_szabab_shape_0D.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/fe/$(DEPDIR)/libmesh_prof_la-fe_szabab_shape_1D.Plo@am__quote@ @@ -11135,6 +11198,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_dbg_la-face_quad9.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri3_sd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri6.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_dbg_la-node.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_dbg_la-node_elem.Plo@am__quote@ @@ -11187,6 +11251,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_devel_la-face_quad9.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_devel_la-face_tri.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_devel_la-face_tri3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_devel_la-face_tri3_sd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_devel_la-face_tri6.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_devel_la-node.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_devel_la-node_elem.Plo@am__quote@ @@ -11239,6 +11304,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_oprof_la-face_quad9.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri3_sd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri6.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_oprof_la-node.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_oprof_la-node_elem.Plo@am__quote@ @@ -11291,6 +11357,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_opt_la-face_quad9.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_opt_la-face_tri.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_opt_la-face_tri3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_opt_la-face_tri3_sd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_opt_la-face_tri6.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_opt_la-node.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_opt_la-node_elem.Plo@am__quote@ @@ -11343,6 +11410,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_prof_la-face_quad9.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_prof_la-face_tri.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_prof_la-face_tri3.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_prof_la-face_tri3_sd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_prof_la-face_tri6.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_prof_la-node.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/geom/$(DEPDIR)/libmesh_prof_la-node_elem.Plo@am__quote@ @@ -11386,6 +11454,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_smoother.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_smoother_laplace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_smoother_vsmoother.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_subdiv_support.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_tetgen_interface.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_tetgen_wrapper.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_tools.Plo@am__quote@ @@ -11446,6 +11515,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_smoother.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_smoother_laplace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_smoother_vsmoother.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_subdiv_support.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_tetgen_interface.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_tetgen_wrapper.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_tools.Plo@am__quote@ @@ -11506,6 +11576,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_smoother.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_smoother_laplace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_smoother_vsmoother.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_subdiv_support.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_tetgen_interface.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_tetgen_wrapper.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_tools.Plo@am__quote@ @@ -11566,6 +11637,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_smoother.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_smoother_laplace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_smoother_vsmoother.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_subdiv_support.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_tetgen_interface.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_tetgen_wrapper.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_tools.Plo@am__quote@ @@ -11626,6 +11698,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_smoother.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_smoother_laplace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_smoother_vsmoother.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_subdiv_support.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_tetgen_interface.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_tetgen_wrapper.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_tools.Plo@am__quote@ @@ -13177,6 +13250,13 @@ src/fe/libmesh_dbg_la-fe_scalar_shape_3D.lo: src/fe/fe_scalar_shape_3D.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_dbg_la-fe_scalar_shape_3D.lo `test -f 'src/fe/fe_scalar_shape_3D.C' || echo '$(srcdir)/'`src/fe/fe_scalar_shape_3D.C +src/fe/libmesh_dbg_la-fe_subdiv_2D.lo: src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_dbg_la-fe_subdiv_2D.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_dbg_la-fe_subdiv_2D.Tpo -c -o src/fe/libmesh_dbg_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_dbg_la-fe_subdiv_2D.Tpo src/fe/$(DEPDIR)/libmesh_dbg_la-fe_subdiv_2D.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/fe/fe_subdiv_2D.C' object='src/fe/libmesh_dbg_la-fe_subdiv_2D.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_dbg_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C + src/fe/libmesh_dbg_la-fe_szabab.lo: src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_dbg_la-fe_szabab.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_dbg_la-fe_szabab.Tpo -c -o src/fe/libmesh_dbg_la-fe_szabab.lo `test -f 'src/fe/fe_szabab.C' || echo '$(srcdir)/'`src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_dbg_la-fe_szabab.Tpo src/fe/$(DEPDIR)/libmesh_dbg_la-fe_szabab.Plo @@ -13660,6 +13740,13 @@ src/geom/libmesh_dbg_la-face_tri3.lo: src/geom/face_tri3.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_dbg_la-face_tri3.lo `test -f 'src/geom/face_tri3.C' || echo '$(srcdir)/'`src/geom/face_tri3.C +src/geom/libmesh_dbg_la-face_tri3_sd.lo: src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_dbg_la-face_tri3_sd.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri3_sd.Tpo -c -o src/geom/libmesh_dbg_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri3_sd.Tpo src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri3_sd.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/geom/face_tri3_sd.C' object='src/geom/libmesh_dbg_la-face_tri3_sd.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_dbg_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C + src/geom/libmesh_dbg_la-face_tri6.lo: src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_dbg_la-face_tri6.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri6.Tpo -c -o src/geom/libmesh_dbg_la-face_tri6.lo `test -f 'src/geom/face_tri6.C' || echo '$(srcdir)/'`src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri6.Tpo src/geom/$(DEPDIR)/libmesh_dbg_la-face_tri6.Plo @@ -13961,6 +14048,13 @@ src/mesh/libmesh_dbg_la-mesh_smoother_vsmoother.lo: src/mesh/mesh_smoother_vsmoo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_dbg_la-mesh_smoother_vsmoother.lo `test -f 'src/mesh/mesh_smoother_vsmoother.C' || echo '$(srcdir)/'`src/mesh/mesh_smoother_vsmoother.C +src/mesh/libmesh_dbg_la-mesh_subdiv_support.lo: src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_dbg_la-mesh_subdiv_support.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_subdiv_support.Tpo -c -o src/mesh/libmesh_dbg_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_subdiv_support.Tpo src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_subdiv_support.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/mesh/mesh_subdiv_support.C' object='src/mesh/libmesh_dbg_la-mesh_subdiv_support.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_dbg_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C + src/mesh/libmesh_dbg_la-mesh_tetgen_interface.lo: src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_dbg_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_dbg_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_dbg_la-mesh_tetgen_interface.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_tetgen_interface.Tpo -c -o src/mesh/libmesh_dbg_la-mesh_tetgen_interface.lo `test -f 'src/mesh/mesh_tetgen_interface.C' || echo '$(srcdir)/'`src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_tetgen_interface.Tpo src/mesh/$(DEPDIR)/libmesh_dbg_la-mesh_tetgen_interface.Plo @@ -16005,6 +16099,13 @@ src/fe/libmesh_devel_la-fe_scalar_shape_3D.lo: src/fe/fe_scalar_shape_3D.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_devel_la-fe_scalar_shape_3D.lo `test -f 'src/fe/fe_scalar_shape_3D.C' || echo '$(srcdir)/'`src/fe/fe_scalar_shape_3D.C +src/fe/libmesh_devel_la-fe_subdiv_2D.lo: src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_devel_la-fe_subdiv_2D.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_devel_la-fe_subdiv_2D.Tpo -c -o src/fe/libmesh_devel_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_devel_la-fe_subdiv_2D.Tpo src/fe/$(DEPDIR)/libmesh_devel_la-fe_subdiv_2D.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/fe/fe_subdiv_2D.C' object='src/fe/libmesh_devel_la-fe_subdiv_2D.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_devel_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C + src/fe/libmesh_devel_la-fe_szabab.lo: src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_devel_la-fe_szabab.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_devel_la-fe_szabab.Tpo -c -o src/fe/libmesh_devel_la-fe_szabab.lo `test -f 'src/fe/fe_szabab.C' || echo '$(srcdir)/'`src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_devel_la-fe_szabab.Tpo src/fe/$(DEPDIR)/libmesh_devel_la-fe_szabab.Plo @@ -16488,6 +16589,13 @@ src/geom/libmesh_devel_la-face_tri3.lo: src/geom/face_tri3.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_devel_la-face_tri3.lo `test -f 'src/geom/face_tri3.C' || echo '$(srcdir)/'`src/geom/face_tri3.C +src/geom/libmesh_devel_la-face_tri3_sd.lo: src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_devel_la-face_tri3_sd.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_devel_la-face_tri3_sd.Tpo -c -o src/geom/libmesh_devel_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_devel_la-face_tri3_sd.Tpo src/geom/$(DEPDIR)/libmesh_devel_la-face_tri3_sd.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/geom/face_tri3_sd.C' object='src/geom/libmesh_devel_la-face_tri3_sd.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_devel_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C + src/geom/libmesh_devel_la-face_tri6.lo: src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_devel_la-face_tri6.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_devel_la-face_tri6.Tpo -c -o src/geom/libmesh_devel_la-face_tri6.lo `test -f 'src/geom/face_tri6.C' || echo '$(srcdir)/'`src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_devel_la-face_tri6.Tpo src/geom/$(DEPDIR)/libmesh_devel_la-face_tri6.Plo @@ -16789,6 +16897,13 @@ src/mesh/libmesh_devel_la-mesh_smoother_vsmoother.lo: src/mesh/mesh_smoother_vsm @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_devel_la-mesh_smoother_vsmoother.lo `test -f 'src/mesh/mesh_smoother_vsmoother.C' || echo '$(srcdir)/'`src/mesh/mesh_smoother_vsmoother.C +src/mesh/libmesh_devel_la-mesh_subdiv_support.lo: src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_devel_la-mesh_subdiv_support.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_subdiv_support.Tpo -c -o src/mesh/libmesh_devel_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_subdiv_support.Tpo src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_subdiv_support.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/mesh/mesh_subdiv_support.C' object='src/mesh/libmesh_devel_la-mesh_subdiv_support.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_devel_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C + src/mesh/libmesh_devel_la-mesh_tetgen_interface.lo: src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_devel_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_devel_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_devel_la-mesh_tetgen_interface.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_tetgen_interface.Tpo -c -o src/mesh/libmesh_devel_la-mesh_tetgen_interface.lo `test -f 'src/mesh/mesh_tetgen_interface.C' || echo '$(srcdir)/'`src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_tetgen_interface.Tpo src/mesh/$(DEPDIR)/libmesh_devel_la-mesh_tetgen_interface.Plo @@ -18833,6 +18948,13 @@ src/fe/libmesh_oprof_la-fe_scalar_shape_3D.lo: src/fe/fe_scalar_shape_3D.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_oprof_la-fe_scalar_shape_3D.lo `test -f 'src/fe/fe_scalar_shape_3D.C' || echo '$(srcdir)/'`src/fe/fe_scalar_shape_3D.C +src/fe/libmesh_oprof_la-fe_subdiv_2D.lo: src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_oprof_la-fe_subdiv_2D.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_oprof_la-fe_subdiv_2D.Tpo -c -o src/fe/libmesh_oprof_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_oprof_la-fe_subdiv_2D.Tpo src/fe/$(DEPDIR)/libmesh_oprof_la-fe_subdiv_2D.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/fe/fe_subdiv_2D.C' object='src/fe/libmesh_oprof_la-fe_subdiv_2D.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_oprof_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C + src/fe/libmesh_oprof_la-fe_szabab.lo: src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_oprof_la-fe_szabab.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_oprof_la-fe_szabab.Tpo -c -o src/fe/libmesh_oprof_la-fe_szabab.lo `test -f 'src/fe/fe_szabab.C' || echo '$(srcdir)/'`src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_oprof_la-fe_szabab.Tpo src/fe/$(DEPDIR)/libmesh_oprof_la-fe_szabab.Plo @@ -19316,6 +19438,13 @@ src/geom/libmesh_oprof_la-face_tri3.lo: src/geom/face_tri3.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_oprof_la-face_tri3.lo `test -f 'src/geom/face_tri3.C' || echo '$(srcdir)/'`src/geom/face_tri3.C +src/geom/libmesh_oprof_la-face_tri3_sd.lo: src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_oprof_la-face_tri3_sd.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri3_sd.Tpo -c -o src/geom/libmesh_oprof_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri3_sd.Tpo src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri3_sd.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/geom/face_tri3_sd.C' object='src/geom/libmesh_oprof_la-face_tri3_sd.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_oprof_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C + src/geom/libmesh_oprof_la-face_tri6.lo: src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_oprof_la-face_tri6.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri6.Tpo -c -o src/geom/libmesh_oprof_la-face_tri6.lo `test -f 'src/geom/face_tri6.C' || echo '$(srcdir)/'`src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri6.Tpo src/geom/$(DEPDIR)/libmesh_oprof_la-face_tri6.Plo @@ -19617,6 +19746,13 @@ src/mesh/libmesh_oprof_la-mesh_smoother_vsmoother.lo: src/mesh/mesh_smoother_vsm @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_oprof_la-mesh_smoother_vsmoother.lo `test -f 'src/mesh/mesh_smoother_vsmoother.C' || echo '$(srcdir)/'`src/mesh/mesh_smoother_vsmoother.C +src/mesh/libmesh_oprof_la-mesh_subdiv_support.lo: src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_oprof_la-mesh_subdiv_support.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_subdiv_support.Tpo -c -o src/mesh/libmesh_oprof_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_subdiv_support.Tpo src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_subdiv_support.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/mesh/mesh_subdiv_support.C' object='src/mesh/libmesh_oprof_la-mesh_subdiv_support.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_oprof_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C + src/mesh/libmesh_oprof_la-mesh_tetgen_interface.lo: src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_oprof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_oprof_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_oprof_la-mesh_tetgen_interface.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_tetgen_interface.Tpo -c -o src/mesh/libmesh_oprof_la-mesh_tetgen_interface.lo `test -f 'src/mesh/mesh_tetgen_interface.C' || echo '$(srcdir)/'`src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_tetgen_interface.Tpo src/mesh/$(DEPDIR)/libmesh_oprof_la-mesh_tetgen_interface.Plo @@ -21661,6 +21797,13 @@ src/fe/libmesh_opt_la-fe_scalar_shape_3D.lo: src/fe/fe_scalar_shape_3D.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_opt_la-fe_scalar_shape_3D.lo `test -f 'src/fe/fe_scalar_shape_3D.C' || echo '$(srcdir)/'`src/fe/fe_scalar_shape_3D.C +src/fe/libmesh_opt_la-fe_subdiv_2D.lo: src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_opt_la-fe_subdiv_2D.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_opt_la-fe_subdiv_2D.Tpo -c -o src/fe/libmesh_opt_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_opt_la-fe_subdiv_2D.Tpo src/fe/$(DEPDIR)/libmesh_opt_la-fe_subdiv_2D.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/fe/fe_subdiv_2D.C' object='src/fe/libmesh_opt_la-fe_subdiv_2D.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_opt_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C + src/fe/libmesh_opt_la-fe_szabab.lo: src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_opt_la-fe_szabab.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_opt_la-fe_szabab.Tpo -c -o src/fe/libmesh_opt_la-fe_szabab.lo `test -f 'src/fe/fe_szabab.C' || echo '$(srcdir)/'`src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_opt_la-fe_szabab.Tpo src/fe/$(DEPDIR)/libmesh_opt_la-fe_szabab.Plo @@ -22144,6 +22287,13 @@ src/geom/libmesh_opt_la-face_tri3.lo: src/geom/face_tri3.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_opt_la-face_tri3.lo `test -f 'src/geom/face_tri3.C' || echo '$(srcdir)/'`src/geom/face_tri3.C +src/geom/libmesh_opt_la-face_tri3_sd.lo: src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_opt_la-face_tri3_sd.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_opt_la-face_tri3_sd.Tpo -c -o src/geom/libmesh_opt_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_opt_la-face_tri3_sd.Tpo src/geom/$(DEPDIR)/libmesh_opt_la-face_tri3_sd.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/geom/face_tri3_sd.C' object='src/geom/libmesh_opt_la-face_tri3_sd.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_opt_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C + src/geom/libmesh_opt_la-face_tri6.lo: src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_opt_la-face_tri6.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_opt_la-face_tri6.Tpo -c -o src/geom/libmesh_opt_la-face_tri6.lo `test -f 'src/geom/face_tri6.C' || echo '$(srcdir)/'`src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_opt_la-face_tri6.Tpo src/geom/$(DEPDIR)/libmesh_opt_la-face_tri6.Plo @@ -22445,6 +22595,13 @@ src/mesh/libmesh_opt_la-mesh_smoother_vsmoother.lo: src/mesh/mesh_smoother_vsmoo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_opt_la-mesh_smoother_vsmoother.lo `test -f 'src/mesh/mesh_smoother_vsmoother.C' || echo '$(srcdir)/'`src/mesh/mesh_smoother_vsmoother.C +src/mesh/libmesh_opt_la-mesh_subdiv_support.lo: src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_opt_la-mesh_subdiv_support.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_subdiv_support.Tpo -c -o src/mesh/libmesh_opt_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_subdiv_support.Tpo src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_subdiv_support.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/mesh/mesh_subdiv_support.C' object='src/mesh/libmesh_opt_la-mesh_subdiv_support.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_opt_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C + src/mesh/libmesh_opt_la-mesh_tetgen_interface.lo: src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_opt_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_opt_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_opt_la-mesh_tetgen_interface.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_tetgen_interface.Tpo -c -o src/mesh/libmesh_opt_la-mesh_tetgen_interface.lo `test -f 'src/mesh/mesh_tetgen_interface.C' || echo '$(srcdir)/'`src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_tetgen_interface.Tpo src/mesh/$(DEPDIR)/libmesh_opt_la-mesh_tetgen_interface.Plo @@ -24489,6 +24646,13 @@ src/fe/libmesh_prof_la-fe_scalar_shape_3D.lo: src/fe/fe_scalar_shape_3D.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_prof_la-fe_scalar_shape_3D.lo `test -f 'src/fe/fe_scalar_shape_3D.C' || echo '$(srcdir)/'`src/fe/fe_scalar_shape_3D.C +src/fe/libmesh_prof_la-fe_subdiv_2D.lo: src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_prof_la-fe_subdiv_2D.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_prof_la-fe_subdiv_2D.Tpo -c -o src/fe/libmesh_prof_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_prof_la-fe_subdiv_2D.Tpo src/fe/$(DEPDIR)/libmesh_prof_la-fe_subdiv_2D.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/fe/fe_subdiv_2D.C' object='src/fe/libmesh_prof_la-fe_subdiv_2D.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/fe/libmesh_prof_la-fe_subdiv_2D.lo `test -f 'src/fe/fe_subdiv_2D.C' || echo '$(srcdir)/'`src/fe/fe_subdiv_2D.C + src/fe/libmesh_prof_la-fe_szabab.lo: src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -MT src/fe/libmesh_prof_la-fe_szabab.lo -MD -MP -MF src/fe/$(DEPDIR)/libmesh_prof_la-fe_szabab.Tpo -c -o src/fe/libmesh_prof_la-fe_szabab.lo `test -f 'src/fe/fe_szabab.C' || echo '$(srcdir)/'`src/fe/fe_szabab.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/fe/$(DEPDIR)/libmesh_prof_la-fe_szabab.Tpo src/fe/$(DEPDIR)/libmesh_prof_la-fe_szabab.Plo @@ -24972,6 +25136,13 @@ src/geom/libmesh_prof_la-face_tri3.lo: src/geom/face_tri3.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_prof_la-face_tri3.lo `test -f 'src/geom/face_tri3.C' || echo '$(srcdir)/'`src/geom/face_tri3.C +src/geom/libmesh_prof_la-face_tri3_sd.lo: src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_prof_la-face_tri3_sd.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_prof_la-face_tri3_sd.Tpo -c -o src/geom/libmesh_prof_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_prof_la-face_tri3_sd.Tpo src/geom/$(DEPDIR)/libmesh_prof_la-face_tri3_sd.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/geom/face_tri3_sd.C' object='src/geom/libmesh_prof_la-face_tri3_sd.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/geom/libmesh_prof_la-face_tri3_sd.lo `test -f 'src/geom/face_tri3_sd.C' || echo '$(srcdir)/'`src/geom/face_tri3_sd.C + src/geom/libmesh_prof_la-face_tri6.lo: src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -MT src/geom/libmesh_prof_la-face_tri6.lo -MD -MP -MF src/geom/$(DEPDIR)/libmesh_prof_la-face_tri6.Tpo -c -o src/geom/libmesh_prof_la-face_tri6.lo `test -f 'src/geom/face_tri6.C' || echo '$(srcdir)/'`src/geom/face_tri6.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/geom/$(DEPDIR)/libmesh_prof_la-face_tri6.Tpo src/geom/$(DEPDIR)/libmesh_prof_la-face_tri6.Plo @@ -25273,6 +25444,13 @@ src/mesh/libmesh_prof_la-mesh_smoother_vsmoother.lo: src/mesh/mesh_smoother_vsmo @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_prof_la-mesh_smoother_vsmoother.lo `test -f 'src/mesh/mesh_smoother_vsmoother.C' || echo '$(srcdir)/'`src/mesh/mesh_smoother_vsmoother.C +src/mesh/libmesh_prof_la-mesh_subdiv_support.lo: src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_prof_la-mesh_subdiv_support.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_subdiv_support.Tpo -c -o src/mesh/libmesh_prof_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_subdiv_support.Tpo src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_subdiv_support.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='src/mesh/mesh_subdiv_support.C' object='src/mesh/libmesh_prof_la-mesh_subdiv_support.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -c -o src/mesh/libmesh_prof_la-mesh_subdiv_support.lo `test -f 'src/mesh/mesh_subdiv_support.C' || echo '$(srcdir)/'`src/mesh/mesh_subdiv_support.C + src/mesh/libmesh_prof_la-mesh_tetgen_interface.lo: src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmesh_prof_la_CPPFLAGS) $(CPPFLAGS) $(libmesh_prof_la_CXXFLAGS) $(CXXFLAGS) -MT src/mesh/libmesh_prof_la-mesh_tetgen_interface.lo -MD -MP -MF src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_tetgen_interface.Tpo -c -o src/mesh/libmesh_prof_la-mesh_tetgen_interface.lo `test -f 'src/mesh/mesh_tetgen_interface.C' || echo '$(srcdir)/'`src/mesh/mesh_tetgen_interface.C @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_tetgen_interface.Tpo src/mesh/$(DEPDIR)/libmesh_prof_la-mesh_tetgen_interface.Plo diff --git a/configure b/configure index 7fbbdc13157..5511f9b51e6 100755 --- a/configure +++ b/configure @@ -34048,7 +34048,7 @@ $as_echo "#define BUILD_DATE __DATE__\" \"__TIME__" >>confdefs.h # Each example gets a makefile if (test "x$enableexamples" = "xyes"); then - ac_config_files="$ac_config_files examples/introduction/introduction_ex1/Makefile examples/introduction/introduction_ex2/Makefile examples/introduction/introduction_ex3/Makefile examples/introduction/introduction_ex4/Makefile examples/introduction/introduction_ex5/Makefile examples/adaptivity/adaptivity_ex1/Makefile examples/adaptivity/adaptivity_ex2/Makefile examples/adaptivity/adaptivity_ex3/Makefile examples/adaptivity/adaptivity_ex4/Makefile examples/adaptivity/adaptivity_ex5/Makefile examples/adjoints/adjoints_ex1/Makefile examples/adjoints/adjoints_ex2/Makefile examples/adjoints/adjoints_ex3/Makefile examples/adjoints/adjoints_ex4/Makefile examples/adjoints/adjoints_ex5/Makefile examples/eigenproblems/eigenproblems_ex1/Makefile examples/eigenproblems/eigenproblems_ex2/Makefile examples/eigenproblems/eigenproblems_ex3/Makefile examples/fem_system/fem_system_ex1/Makefile examples/fem_system/fem_system_ex2/Makefile examples/solution_transfer/solution_transfer_ex1/Makefile examples/miscellaneous/miscellaneous_ex1/Makefile examples/miscellaneous/miscellaneous_ex2/Makefile examples/miscellaneous/miscellaneous_ex3/Makefile examples/miscellaneous/miscellaneous_ex4/Makefile examples/miscellaneous/miscellaneous_ex5/Makefile examples/miscellaneous/miscellaneous_ex6/Makefile examples/miscellaneous/miscellaneous_ex7/Makefile examples/miscellaneous/miscellaneous_ex8/Makefile examples/miscellaneous/miscellaneous_ex9/Makefile examples/miscellaneous/miscellaneous_ex10/Makefile examples/subdomains/subdomains_ex1/Makefile examples/subdomains/subdomains_ex2/Makefile examples/systems_of_equations/systems_of_equations_ex1/Makefile examples/systems_of_equations/systems_of_equations_ex2/Makefile examples/systems_of_equations/systems_of_equations_ex3/Makefile examples/systems_of_equations/systems_of_equations_ex4/Makefile examples/systems_of_equations/systems_of_equations_ex5/Makefile examples/systems_of_equations/systems_of_equations_ex6/Makefile examples/reduced_basis/reduced_basis_ex1/Makefile examples/reduced_basis/reduced_basis_ex2/Makefile examples/reduced_basis/reduced_basis_ex3/Makefile examples/reduced_basis/reduced_basis_ex4/Makefile examples/reduced_basis/reduced_basis_ex5/Makefile examples/reduced_basis/reduced_basis_ex6/Makefile examples/reduced_basis/reduced_basis_ex7/Makefile examples/transient/transient_ex1/Makefile examples/transient/transient_ex2/Makefile examples/vector_fe/vector_fe_ex1/Makefile examples/vector_fe/vector_fe_ex2/Makefile examples/vector_fe/vector_fe_ex3/Makefile examples/vector_fe/vector_fe_ex4/Makefile examples/Makefile" + ac_config_files="$ac_config_files examples/introduction/introduction_ex1/Makefile examples/introduction/introduction_ex2/Makefile examples/introduction/introduction_ex3/Makefile examples/introduction/introduction_ex4/Makefile examples/introduction/introduction_ex5/Makefile examples/adaptivity/adaptivity_ex1/Makefile examples/adaptivity/adaptivity_ex2/Makefile examples/adaptivity/adaptivity_ex3/Makefile examples/adaptivity/adaptivity_ex4/Makefile examples/adaptivity/adaptivity_ex5/Makefile examples/adjoints/adjoints_ex1/Makefile examples/adjoints/adjoints_ex2/Makefile examples/adjoints/adjoints_ex3/Makefile examples/adjoints/adjoints_ex4/Makefile examples/adjoints/adjoints_ex5/Makefile examples/eigenproblems/eigenproblems_ex1/Makefile examples/eigenproblems/eigenproblems_ex2/Makefile examples/eigenproblems/eigenproblems_ex3/Makefile examples/fem_system/fem_system_ex1/Makefile examples/fem_system/fem_system_ex2/Makefile examples/solution_transfer/solution_transfer_ex1/Makefile examples/miscellaneous/miscellaneous_ex1/Makefile examples/miscellaneous/miscellaneous_ex2/Makefile examples/miscellaneous/miscellaneous_ex3/Makefile examples/miscellaneous/miscellaneous_ex4/Makefile examples/miscellaneous/miscellaneous_ex5/Makefile examples/miscellaneous/miscellaneous_ex6/Makefile examples/miscellaneous/miscellaneous_ex7/Makefile examples/miscellaneous/miscellaneous_ex8/Makefile examples/miscellaneous/miscellaneous_ex9/Makefile examples/miscellaneous/miscellaneous_ex10/Makefile examples/miscellaneous/miscellaneous_ex11/Makefile examples/subdomains/subdomains_ex1/Makefile examples/subdomains/subdomains_ex2/Makefile examples/systems_of_equations/systems_of_equations_ex1/Makefile examples/systems_of_equations/systems_of_equations_ex2/Makefile examples/systems_of_equations/systems_of_equations_ex3/Makefile examples/systems_of_equations/systems_of_equations_ex4/Makefile examples/systems_of_equations/systems_of_equations_ex5/Makefile examples/systems_of_equations/systems_of_equations_ex6/Makefile examples/reduced_basis/reduced_basis_ex1/Makefile examples/reduced_basis/reduced_basis_ex2/Makefile examples/reduced_basis/reduced_basis_ex3/Makefile examples/reduced_basis/reduced_basis_ex4/Makefile examples/reduced_basis/reduced_basis_ex5/Makefile examples/reduced_basis/reduced_basis_ex6/Makefile examples/reduced_basis/reduced_basis_ex7/Makefile examples/transient/transient_ex1/Makefile examples/transient/transient_ex2/Makefile examples/vector_fe/vector_fe_ex1/Makefile examples/vector_fe/vector_fe_ex2/Makefile examples/vector_fe/vector_fe_ex3/Makefile examples/vector_fe/vector_fe_ex4/Makefile examples/Makefile" fi @@ -35615,6 +35615,7 @@ do "examples/miscellaneous/miscellaneous_ex8/Makefile") CONFIG_FILES="$CONFIG_FILES examples/miscellaneous/miscellaneous_ex8/Makefile" ;; "examples/miscellaneous/miscellaneous_ex9/Makefile") CONFIG_FILES="$CONFIG_FILES examples/miscellaneous/miscellaneous_ex9/Makefile" ;; "examples/miscellaneous/miscellaneous_ex10/Makefile") CONFIG_FILES="$CONFIG_FILES examples/miscellaneous/miscellaneous_ex10/Makefile" ;; + "examples/miscellaneous/miscellaneous_ex11/Makefile") CONFIG_FILES="$CONFIG_FILES examples/miscellaneous/miscellaneous_ex11/Makefile" ;; "examples/subdomains/subdomains_ex1/Makefile") CONFIG_FILES="$CONFIG_FILES examples/subdomains/subdomains_ex1/Makefile" ;; "examples/subdomains/subdomains_ex2/Makefile") CONFIG_FILES="$CONFIG_FILES examples/subdomains/subdomains_ex2/Makefile" ;; "examples/systems_of_equations/systems_of_equations_ex1/Makefile") CONFIG_FILES="$CONFIG_FILES examples/systems_of_equations/systems_of_equations_ex1/Makefile" ;; diff --git a/examples/miscellaneous/miscellaneous_ex11/Makefile.in b/examples/miscellaneous/miscellaneous_ex11/Makefile.in new file mode 100644 index 00000000000..b86e6c16e0c --- /dev/null +++ b/examples/miscellaneous/miscellaneous_ex11/Makefile.in @@ -0,0 +1,1157 @@ +# Makefile.in generated by automake 1.12.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/build-aux/depcomp \ + $(top_srcdir)/examples/Make.common +check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ + $(am__EXEEXT_4) $(am__EXEEXT_5) +@LIBMESH_DBG_MODE_TRUE@am__append_1 = example-dbg +@LIBMESH_DEVEL_MODE_TRUE@am__append_2 = example-devel +@LIBMESH_OPT_MODE_TRUE@am__append_3 = example-opt +@LIBMESH_PROF_MODE_TRUE@am__append_4 = example-prof +@LIBMESH_OPROF_MODE_TRUE@am__append_5 = example-oprof +subdir = examples/miscellaneous/miscellaneous_ex11 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_rtti.m4 \ + $(top_srcdir)/m4/all_static.m4 \ + $(top_srcdir)/m4/ax_boost_base.m4 \ + $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/ax_pthread.m4 \ + $(top_srcdir)/m4/ax_split_version.m4 \ + $(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/backtrace.m4 \ + $(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/compiler.m4 \ + $(top_srcdir)/m4/config_environment.m4 \ + $(top_srcdir)/m4/config_summary.m4 \ + $(top_srcdir)/m4/coverage.m4 $(top_srcdir)/m4/cppunit.m4 \ + $(top_srcdir)/m4/demangle.m4 $(top_srcdir)/m4/eigen.m4 \ + $(top_srcdir)/m4/exodus.m4 $(top_srcdir)/m4/feexcept.m4 \ + $(top_srcdir)/m4/fparser.m4 $(top_srcdir)/m4/glpk.m4 \ + $(top_srcdir)/m4/gmv.m4 $(top_srcdir)/m4/gz.m4 \ + $(top_srcdir)/m4/hdf5.m4 $(top_srcdir)/m4/laspack.m4 \ + $(top_srcdir)/m4/libhilbert.m4 \ + $(top_srcdir)/m4/libmesh_compiler_features.m4 \ + $(top_srcdir)/m4/libmesh_core_features.m4 \ + $(top_srcdir)/m4/libmesh_method.m4 \ + $(top_srcdir)/m4/libmesh_optional_packages.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/locale.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/metis.m4 $(top_srcdir)/m4/mpi.m4 \ + $(top_srcdir)/m4/namespaces.m4 $(top_srcdir)/m4/nanoflann.m4 \ + $(top_srcdir)/m4/nemesis.m4 $(top_srcdir)/m4/netcdf.m4 \ + $(top_srcdir)/m4/parmetis.m4 $(top_srcdir)/m4/petsc.m4 \ + $(top_srcdir)/m4/precision.m4 \ + $(top_srcdir)/m4/prefix_config.m4 $(top_srcdir)/m4/sfc.m4 \ + $(top_srcdir)/m4/slepc.m4 $(top_srcdir)/m4/sstream.m4 \ + $(top_srcdir)/m4/strstream.m4 $(top_srcdir)/m4/tbb.m4 \ + $(top_srcdir)/m4/tecio.m4 $(top_srcdir)/m4/tecplot.m4 \ + $(top_srcdir)/m4/tetgen.m4 $(top_srcdir)/m4/threads.m4 \ + $(top_srcdir)/m4/triangle.m4 $(top_srcdir)/m4/trilinos.m4 \ + $(top_srcdir)/m4/unordered.m4 $(top_srcdir)/m4/vtk.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/include/libmesh_config.h.tmp +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +@LIBMESH_DBG_MODE_TRUE@am__EXEEXT_1 = example-dbg$(EXEEXT) +@LIBMESH_DEVEL_MODE_TRUE@am__EXEEXT_2 = example-devel$(EXEEXT) +@LIBMESH_OPT_MODE_TRUE@am__EXEEXT_3 = example-opt$(EXEEXT) +@LIBMESH_PROF_MODE_TRUE@am__EXEEXT_4 = example-prof$(EXEEXT) +@LIBMESH_OPROF_MODE_TRUE@am__EXEEXT_5 = example-oprof$(EXEEXT) +am__example_dbg_SOURCES_DIST = miscellaneous_ex11.C run.sh +am__objects_1 = example_dbg-miscellaneous_ex11.$(OBJEXT) +am__objects_2 = $(am__objects_1) +@LIBMESH_DBG_MODE_TRUE@am_example_dbg_OBJECTS = $(am__objects_2) +example_dbg_OBJECTS = $(am_example_dbg_OBJECTS) +@LIBMESH_DBG_MODE_TRUE@example_dbg_DEPENDENCIES = \ +@LIBMESH_DBG_MODE_TRUE@ $(top_builddir)/libmesh_dbg.la +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +example_dbg_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(example_dbg_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +am__example_devel_SOURCES_DIST = miscellaneous_ex11.C run.sh +am__objects_3 = example_devel-miscellaneous_ex11.$(OBJEXT) +am__objects_4 = $(am__objects_3) +@LIBMESH_DEVEL_MODE_TRUE@am_example_devel_OBJECTS = $(am__objects_4) +example_devel_OBJECTS = $(am_example_devel_OBJECTS) +@LIBMESH_DEVEL_MODE_TRUE@example_devel_DEPENDENCIES = \ +@LIBMESH_DEVEL_MODE_TRUE@ $(top_builddir)/libmesh_devel.la +example_devel_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(example_devel_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +am__example_oprof_SOURCES_DIST = miscellaneous_ex11.C run.sh +am__objects_5 = example_oprof-miscellaneous_ex11.$(OBJEXT) +am__objects_6 = $(am__objects_5) +@LIBMESH_OPROF_MODE_TRUE@am_example_oprof_OBJECTS = $(am__objects_6) +example_oprof_OBJECTS = $(am_example_oprof_OBJECTS) +@LIBMESH_OPROF_MODE_TRUE@example_oprof_DEPENDENCIES = \ +@LIBMESH_OPROF_MODE_TRUE@ $(top_builddir)/libmesh_oprof.la +example_oprof_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \ + $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \ + $(example_oprof_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ + -o $@ +am__example_opt_SOURCES_DIST = miscellaneous_ex11.C run.sh +am__objects_7 = example_opt-miscellaneous_ex11.$(OBJEXT) +am__objects_8 = $(am__objects_7) +@LIBMESH_OPT_MODE_TRUE@am_example_opt_OBJECTS = $(am__objects_8) +example_opt_OBJECTS = $(am_example_opt_OBJECTS) +@LIBMESH_OPT_MODE_TRUE@example_opt_DEPENDENCIES = \ +@LIBMESH_OPT_MODE_TRUE@ $(top_builddir)/libmesh_opt.la +example_opt_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(example_opt_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +am__example_prof_SOURCES_DIST = miscellaneous_ex11.C run.sh +am__objects_9 = example_prof-miscellaneous_ex11.$(OBJEXT) +am__objects_10 = $(am__objects_9) +@LIBMESH_PROF_MODE_TRUE@am_example_prof_OBJECTS = $(am__objects_10) +example_prof_OBJECTS = $(am_example_prof_OBJECTS) +@LIBMESH_PROF_MODE_TRUE@example_prof_DEPENDENCIES = \ +@LIBMESH_PROF_MODE_TRUE@ $(top_builddir)/libmesh_prof.la +example_prof_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(example_prof_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include +depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp +am__depfiles_maybe = depfiles +am__mv = mv -f +CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) +LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CXXFLAGS) $(CXXFLAGS) +AM_V_CXX = $(am__v_CXX_@AM_V@) +am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) +am__v_CXX_0 = @echo " CXX " $@; +am__v_CXX_1 = +CXXLD = $(CXX) +CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ + $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) +am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) +am__v_CXXLD_0 = @echo " CXXLD " $@; +am__v_CXXLD_1 = +SOURCES = $(example_dbg_SOURCES) $(example_devel_SOURCES) \ + $(example_oprof_SOURCES) $(example_opt_SOURCES) \ + $(example_prof_SOURCES) +DIST_SOURCES = $(am__example_dbg_SOURCES_DIST) \ + $(am__example_devel_SOURCES_DIST) \ + $(am__example_oprof_SOURCES_DIST) \ + $(am__example_opt_SOURCES_DIST) \ + $(am__example_prof_SOURCES_DIST) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(datadir)" +DATA = $(data_DATA) +ETAGS = etags +CTAGS = ctags +am__tty_colors_dummy = \ + mgn= red= grn= lgn= blu= brg= std=; \ + am__color_tests=no +am__tty_colors = { \ + $(am__tty_colors_dummy); \ + if test "X$(AM_COLOR_TESTS)" = Xno; then \ + am__color_tests=no; \ + elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ + am__color_tests=yes; \ + elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ + am__color_tests=yes; \ + fi; \ + if test $$am__color_tests = yes; then \ + red=''; \ + grn=''; \ + lgn=''; \ + blu=''; \ + mgn=''; \ + brg=''; \ + std=''; \ + fi; \ +} +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +AZTECOO_INCLUDES = @AZTECOO_INCLUDES@ +AZTECOO_LIBS = @AZTECOO_LIBS@ +AZTECOO_MAKEFILE_EXPORT = @AZTECOO_MAKEFILE_EXPORT@ +BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ +BOOST_LDFLAGS = @BOOST_LDFLAGS@ +BUILD_ARCH = @BUILD_ARCH@ +BUILD_DEVSTATUS = @BUILD_DEVSTATUS@ +BUILD_HOST = @BUILD_HOST@ +BUILD_USER = @BUILD_USER@ +BUILD_VERSION = @BUILD_VERSION@ +BUNZIP2 = @BUNZIP2@ +BZIP2 = @BZIP2@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CFLAGS_DBG = @CFLAGS_DBG@ +CFLAGS_DEVEL = @CFLAGS_DEVEL@ +CFLAGS_DVL = @CFLAGS_DVL@ +CFLAGS_OPROF = @CFLAGS_OPROF@ +CFLAGS_OPT = @CFLAGS_OPT@ +CFLAGS_PROF = @CFLAGS_PROF@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_DBG = @CPPFLAGS_DBG@ +CPPFLAGS_DEVEL = @CPPFLAGS_DEVEL@ +CPPFLAGS_OPROF = @CPPFLAGS_OPROF@ +CPPFLAGS_OPT = @CPPFLAGS_OPT@ +CPPFLAGS_PROF = @CPPFLAGS_PROF@ +CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@ +CPPUNIT_CONFIG = @CPPUNIT_CONFIG@ +CPPUNIT_LIBS = @CPPUNIT_LIBS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CXXFLAGS_DBG = @CXXFLAGS_DBG@ +CXXFLAGS_DEVEL = @CXXFLAGS_DEVEL@ +CXXFLAGS_DVL = @CXXFLAGS_DVL@ +CXXFLAGS_OPROF = @CXXFLAGS_OPROF@ +CXXFLAGS_OPT = @CXXFLAGS_OPT@ +CXXFLAGS_PROF = @CXXFLAGS_PROF@ +CXXSHAREDFLAG = @CXXSHAREDFLAG@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DOT = @DOT@ +DOTPATH = @DOTPATH@ +DOXYGEN = @DOXYGEN@ +DSYMUTIL = @DSYMUTIL@ +DTK_MAKEFILE_EXPORT = @DTK_MAKEFILE_EXPORT@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EIGEN_INCLUDE = @EIGEN_INCLUDE@ +EXEEXT = @EXEEXT@ +EXODUS_INCLUDE = @EXODUS_INCLUDE@ +EXODUS_NOT_NETCDF4_FLAG = @EXODUS_NOT_NETCDF4_FLAG@ +F77 = @F77@ +FC = @FC@ +FCFLAGS = @FCFLAGS@ +FFLAGS = @FFLAGS@ +FGREP = @FGREP@ +FLIBS = @FLIBS@ +FPARSER_INCLUDE = @FPARSER_INCLUDE@ +FPARSER_LIBRARY = @FPARSER_LIBRARY@ +GCOV_FLAGS = @GCOV_FLAGS@ +GIT_REVISION = @GIT_REVISION@ +GLPK_INCLUDE = @GLPK_INCLUDE@ +GLPK_LIBRARY = @GLPK_LIBRARY@ +GMV_INCLUDE = @GMV_INCLUDE@ +GMV_LIBRARY = @GMV_LIBRARY@ +GREP = @GREP@ +GXX_VERSION = @GXX_VERSION@ +GZSTREAM_INCLUDE = @GZSTREAM_INCLUDE@ +GZSTREAM_LIB = @GZSTREAM_LIB@ +HAVE_DOT = @HAVE_DOT@ +HAVE_GCOV_TOOLS = @HAVE_GCOV_TOOLS@ +HDF5_CFLAGS = @HDF5_CFLAGS@ +HDF5_CPPFLAGS = @HDF5_CPPFLAGS@ +HDF5_CXXLIBS = @HDF5_CXXLIBS@ +HDF5_DIR = @HDF5_DIR@ +HDF5_FLIBS = @HDF5_FLIBS@ +HDF5_LIBS = @HDF5_LIBS@ +HDF5_PREFIX = @HDF5_PREFIX@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LASPACK_INCLUDE = @LASPACK_INCLUDE@ +LASPACK_LIB = @LASPACK_LIB@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBHILBERT_INCLUDE = @LIBHILBERT_INCLUDE@ +LIBHILBERT_LIBRARY = @LIBHILBERT_LIBRARY@ +LIBOBJS = @LIBOBJS@ +LIBS = $(libmesh_optional_LIBS) +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +METHOD = @METHOD@ +METHODS = @METHODS@ +METIS_INCLUDE = @METIS_INCLUDE@ +METIS_LIB = @METIS_LIB@ +MKDIR_P = @MKDIR_P@ +ML_INCLUDES = @ML_INCLUDES@ +ML_LIBS = @ML_LIBS@ +ML_MAKEFILE_EXPORT = @ML_MAKEFILE_EXPORT@ +MPCXX = @MPCXX@ +MPI = @MPI@ +MPI_IMPL = @MPI_IMPL@ +MPI_INCLUDES_PATH = @MPI_INCLUDES_PATH@ +MPI_INCLUDES_PATHS = @MPI_INCLUDES_PATHS@ +MPI_LIBS = @MPI_LIBS@ +MPI_LIBS_PATH = @MPI_LIBS_PATH@ +MPI_LIBS_PATHS = @MPI_LIBS_PATHS@ +NANOFLANN_INCLUDE = @NANOFLANN_INCLUDE@ +NEMESIS_INCLUDE = @NEMESIS_INCLUDE@ +NETCDF_INCLUDE = @NETCDF_INCLUDE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +NODEPRECATEDFLAG = @NODEPRECATEDFLAG@ +NOX_INCLUDES = @NOX_INCLUDES@ +NOX_LIBS = @NOX_LIBS@ +NOX_MAKEFILE_EXPORT = @NOX_MAKEFILE_EXPORT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OPENMP_CFLAGS = @OPENMP_CFLAGS@ +OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@ +OPENMP_FFLAGS = @OPENMP_FFLAGS@ +OPROFILE_FLAGS = @OPROFILE_FLAGS@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PARMETIS_INCLUDE = @PARMETIS_INCLUDE@ +PARMETIS_LIB = @PARMETIS_LIB@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PERL = @PERL@ +PETSCARCH = @PETSCARCH@ +PETSCINCLUDEDIRS = @PETSCINCLUDEDIRS@ +PETSCLINKLIBS = @PETSCLINKLIBS@ +PETSC_ARCH = @PETSC_ARCH@ +PETSC_CC_INCLUDES = @PETSC_CC_INCLUDES@ +PETSC_DIR = @PETSC_DIR@ +PETSC_FC_INCLUDES = @PETSC_FC_INCLUDES@ +PKG_CONFIG = @PKG_CONFIG@ +PROFILING_FLAGS = @PROFILING_FLAGS@ +PTHREAD_CC = @PTHREAD_CC@ +PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ +PTHREAD_LIBS = @PTHREAD_LIBS@ +PWD = @PWD@ +RANLIB = @RANLIB@ +RPATHFLAG = @RPATHFLAG@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SFC_INCLUDE = @SFC_INCLUDE@ +SFC_LIB = @SFC_LIB@ +SHELL = @SHELL@ +SLEPC_DIR = @SLEPC_DIR@ +SLEPC_INCLUDE = @SLEPC_INCLUDE@ +SLEPC_LIBS = @SLEPC_LIBS@ +STRIP = @STRIP@ +TBB_INCLUDE = @TBB_INCLUDE@ +TBB_LIBRARY = @TBB_LIBRARY@ +TECIO_CPPFLAGS = @TECIO_CPPFLAGS@ +TECIO_INCLUDE = @TECIO_INCLUDE@ +TETGEN_INCLUDE = @TETGEN_INCLUDE@ +TETGEN_LIBRARY = @TETGEN_LIBRARY@ +TPETRA_INCLUDES = @TPETRA_INCLUDES@ +TPETRA_LIBS = @TPETRA_LIBS@ +TPETRA_MAKEFILE_EXPORT = @TPETRA_MAKEFILE_EXPORT@ +TRIANGLE_INCLUDE = @TRIANGLE_INCLUDE@ +TRIANGLE_LIBRARY = @TRIANGLE_LIBRARY@ +TRILINOS_DIR = @TRILINOS_DIR@ +TRILINOS_INCLUDES = @TRILINOS_INCLUDES@ +TRILINOS_LIBS = @TRILINOS_LIBS@ +TRILINOS_MAKEFILE_EXPORT = @TRILINOS_MAKEFILE_EXPORT@ +VERSION = @VERSION@ +VTK_DIR = @VTK_DIR@ +VTK_INCLUDE = @VTK_INCLUDE@ +VTK_LIBRARY = @VTK_LIBRARY@ +XZ = @XZ@ +YACC = @YACC@ +YFLAGS = @YFLAGS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +ac_ct_F77 = @ac_ct_F77@ +ac_ct_FC = @ac_ct_FC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +ax_pthread_config = @ax_pthread_config@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = $(install_dir) +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +enabledefaultcommworld = @enabledefaultcommworld@ +enablelegacyincludepaths = @enablelegacyincludepaths@ +enablepetsc = @enablepetsc@ +enablewarnings = @enablewarnings@ +exec_prefix = @exec_prefix@ +gitquery = @gitquery@ +have_gcov = @have_gcov@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +libmesh_CFLAGS = @libmesh_CFLAGS@ +libmesh_CPPFLAGS = @libmesh_CPPFLAGS@ +libmesh_CXXFLAGS = @libmesh_CXXFLAGS@ +libmesh_LDFLAGS = @libmesh_LDFLAGS@ +libmesh_contrib_INCLUDES = @libmesh_contrib_INCLUDES@ +libmesh_installed_LIBS = @libmesh_installed_LIBS@ +libmesh_optional_INCLUDES = @libmesh_optional_INCLUDES@ +libmesh_optional_LIBS = @libmesh_optional_LIBS@ +libmesh_pkgconfig_requires = @libmesh_pkgconfig_requires@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +petscmajor = @petscmajor@ +petscmajorminor = @petscmajorminor@ +petscversion = @petscversion@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +subdirs = @subdirs@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +vtkbuild = @vtkbuild@ +vtkmajor = @vtkmajor@ +vtkversion = @vtkversion@ +example_name = miscellaneous_ex11 +install_dir = $(examples_install_path)/miscellaneous/ex11 +data = miscellaneous_ex11.C run.sh +sources = $(data) run.sh +check_SCRIPTS = run.sh + +###################################################################### +# +# how to make documentation +# +CLEANFILES = without_ghosts.pvtu without_ghosts.e with_ghosts.pvtu \ + with_ghosts.e out.pvtu out.e $(example_name).php stdout.log + +###################################################################### +# +# Common environment for all examples +# +# This file is included by *every* example. If we are careful, common +# rules like 'make doc' or 'make run' can be defined here, once and +# for all. +# +AUTOMAKE_OPTIONS = subdir-objects +AM_CPPFLAGS = $(libmesh_optional_INCLUDES) -I$(top_builddir)/include +AM_CFLAGS = $(libmesh_CFLAGS) +AM_CXXFLAGS = $(libmesh_CXXFLAGS) +AM_LDFLAGS = $(libmesh_LDFLAGS) +examples_source_path = $(top_srcdir)/examples +examples_install_path = $(prefix)/examples +data_DATA = $(data) $(top_builddir)/contrib/utils/Makefile +@LIBMESH_DBG_MODE_TRUE@example_dbg_SOURCES = $(sources) +@LIBMESH_DBG_MODE_TRUE@example_dbg_CPPFLAGS = $(CPPFLAGS_DBG) $(AM_CPPFLAGS) +@LIBMESH_DBG_MODE_TRUE@example_dbg_CXXFLAGS = $(CXXFLAGS_DBG) +@LIBMESH_DBG_MODE_TRUE@example_dbg_LDADD = $(top_builddir)/libmesh_dbg.la +@LIBMESH_DEVEL_MODE_TRUE@example_devel_SOURCES = $(sources) +@LIBMESH_DEVEL_MODE_TRUE@example_devel_CPPFLAGS = $(CPPFLAGS_DEVEL) $(AM_CPPFLAGS) +@LIBMESH_DEVEL_MODE_TRUE@example_devel_CXXFLAGS = $(CXXFLAGS_DEVEL) +@LIBMESH_DEVEL_MODE_TRUE@example_devel_LDADD = $(top_builddir)/libmesh_devel.la +@LIBMESH_OPT_MODE_TRUE@example_opt_SOURCES = $(sources) +@LIBMESH_OPT_MODE_TRUE@example_opt_CPPFLAGS = $(CPPFLAGS_OPT) $(AM_CPPFLAGS) +@LIBMESH_OPT_MODE_TRUE@example_opt_CXXFLAGS = $(CXXFLAGS_OPT) +@LIBMESH_OPT_MODE_TRUE@example_opt_LDADD = $(top_builddir)/libmesh_opt.la +@LIBMESH_PROF_MODE_TRUE@example_prof_SOURCES = $(sources) +@LIBMESH_PROF_MODE_TRUE@example_prof_CPPFLAGS = $(CPPFLAGS_PROF) $(AM_CPPFLAGS) +@LIBMESH_PROF_MODE_TRUE@example_prof_CXXFLAGS = $(CXXFLAGS_PROF) +@LIBMESH_PROF_MODE_TRUE@example_prof_LDADD = $(top_builddir)/libmesh_prof.la +@LIBMESH_OPROF_MODE_TRUE@example_oprof_SOURCES = $(sources) +@LIBMESH_OPROF_MODE_TRUE@example_oprof_CPPFLAGS = $(CPPFLAGS_OPROF) $(AM_CPPFLAGS) +@LIBMESH_OPROF_MODE_TRUE@example_oprof_CXXFLAGS = $(CXXFLAGS_OPROF) +@LIBMESH_OPROF_MODE_TRUE@example_oprof_LDADD = $(top_builddir)/libmesh_oprof.la +@LIBMESH_DBG_MODE_TRUE@@LIBMESH_DEVEL_MODE_FALSE@@LIBMESH_OPROF_MODE_FALSE@@LIBMESH_OPT_MODE_FALSE@@LIBMESH_PROF_MODE_FALSE@DOC_PROGRAM = example-dbg +@LIBMESH_DEVEL_MODE_TRUE@@LIBMESH_OPROF_MODE_FALSE@@LIBMESH_OPT_MODE_FALSE@@LIBMESH_PROF_MODE_FALSE@DOC_PROGRAM = example-devel +@LIBMESH_OPROF_MODE_FALSE@@LIBMESH_OPT_MODE_FALSE@@LIBMESH_PROF_MODE_TRUE@DOC_PROGRAM = example-prof +@LIBMESH_OPROF_MODE_TRUE@@LIBMESH_OPT_MODE_FALSE@DOC_PROGRAM = example-oprof + +###################################################################### +# +# Choose a flavor to run when making documentation +# +@LIBMESH_OPT_MODE_TRUE@DOC_PROGRAM = example-opt +@LIBMESH_DBG_MODE_TRUE@@LIBMESH_DEVEL_MODE_FALSE@@LIBMESH_OPROF_MODE_FALSE@@LIBMESH_OPT_MODE_FALSE@@LIBMESH_PROF_MODE_FALSE@DOC_METHOD = dbg +@LIBMESH_DEVEL_MODE_TRUE@@LIBMESH_OPROF_MODE_FALSE@@LIBMESH_OPT_MODE_FALSE@@LIBMESH_PROF_MODE_FALSE@DOC_METHOD = devel +@LIBMESH_OPROF_MODE_FALSE@@LIBMESH_OPT_MODE_FALSE@@LIBMESH_PROF_MODE_TRUE@DOC_METHOD = prof +@LIBMESH_OPROF_MODE_TRUE@@LIBMESH_OPT_MODE_FALSE@DOC_METHOD = oprof +@LIBMESH_OPT_MODE_TRUE@DOC_METHOD = opt + +###################################################################### +# +# Running the tests +# +TESTS_ENVIRONMENT = LIBMESH_DIR=$(abs_top_srcdir) METHODS="$(METHODS)" +TESTS = $(check_SCRIPTS) +all: all-am + +.SUFFIXES: +.SUFFIXES: .C .lo .o .obj +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/examples/Make.common $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/miscellaneous/miscellaneous_ex11/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu examples/miscellaneous/miscellaneous_ex11/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(top_srcdir)/examples/Make.common: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +clean-checkPROGRAMS: + @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list +example-dbg$(EXEEXT): $(example_dbg_OBJECTS) $(example_dbg_DEPENDENCIES) $(EXTRA_example_dbg_DEPENDENCIES) + @rm -f example-dbg$(EXEEXT) + $(AM_V_CXXLD)$(example_dbg_LINK) $(example_dbg_OBJECTS) $(example_dbg_LDADD) $(LIBS) +example-devel$(EXEEXT): $(example_devel_OBJECTS) $(example_devel_DEPENDENCIES) $(EXTRA_example_devel_DEPENDENCIES) + @rm -f example-devel$(EXEEXT) + $(AM_V_CXXLD)$(example_devel_LINK) $(example_devel_OBJECTS) $(example_devel_LDADD) $(LIBS) +example-oprof$(EXEEXT): $(example_oprof_OBJECTS) $(example_oprof_DEPENDENCIES) $(EXTRA_example_oprof_DEPENDENCIES) + @rm -f example-oprof$(EXEEXT) + $(AM_V_CXXLD)$(example_oprof_LINK) $(example_oprof_OBJECTS) $(example_oprof_LDADD) $(LIBS) +example-opt$(EXEEXT): $(example_opt_OBJECTS) $(example_opt_DEPENDENCIES) $(EXTRA_example_opt_DEPENDENCIES) + @rm -f example-opt$(EXEEXT) + $(AM_V_CXXLD)$(example_opt_LINK) $(example_opt_OBJECTS) $(example_opt_LDADD) $(LIBS) +example-prof$(EXEEXT): $(example_prof_OBJECTS) $(example_prof_DEPENDENCIES) $(EXTRA_example_prof_DEPENDENCIES) + @rm -f example-prof$(EXEEXT) + $(AM_V_CXXLD)$(example_prof_LINK) $(example_prof_OBJECTS) $(example_prof_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example_dbg-miscellaneous_ex11.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example_devel-miscellaneous_ex11.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example_oprof-miscellaneous_ex11.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example_opt-miscellaneous_ex11.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/example_prof-miscellaneous_ex11.Po@am__quote@ + +.C.o: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $< + +.C.obj: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ +@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +.C.lo: +@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ +@am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ +@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $< + +example_dbg-miscellaneous_ex11.o: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_dbg_CPPFLAGS) $(CPPFLAGS) $(example_dbg_CXXFLAGS) $(CXXFLAGS) -MT example_dbg-miscellaneous_ex11.o -MD -MP -MF $(DEPDIR)/example_dbg-miscellaneous_ex11.Tpo -c -o example_dbg-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_dbg-miscellaneous_ex11.Tpo $(DEPDIR)/example_dbg-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_dbg-miscellaneous_ex11.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_dbg_CPPFLAGS) $(CPPFLAGS) $(example_dbg_CXXFLAGS) $(CXXFLAGS) -c -o example_dbg-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C + +example_dbg-miscellaneous_ex11.obj: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_dbg_CPPFLAGS) $(CPPFLAGS) $(example_dbg_CXXFLAGS) $(CXXFLAGS) -MT example_dbg-miscellaneous_ex11.obj -MD -MP -MF $(DEPDIR)/example_dbg-miscellaneous_ex11.Tpo -c -o example_dbg-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_dbg-miscellaneous_ex11.Tpo $(DEPDIR)/example_dbg-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_dbg-miscellaneous_ex11.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_dbg_CPPFLAGS) $(CPPFLAGS) $(example_dbg_CXXFLAGS) $(CXXFLAGS) -c -o example_dbg-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` + +example_devel-miscellaneous_ex11.o: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_devel_CPPFLAGS) $(CPPFLAGS) $(example_devel_CXXFLAGS) $(CXXFLAGS) -MT example_devel-miscellaneous_ex11.o -MD -MP -MF $(DEPDIR)/example_devel-miscellaneous_ex11.Tpo -c -o example_devel-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_devel-miscellaneous_ex11.Tpo $(DEPDIR)/example_devel-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_devel-miscellaneous_ex11.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_devel_CPPFLAGS) $(CPPFLAGS) $(example_devel_CXXFLAGS) $(CXXFLAGS) -c -o example_devel-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C + +example_devel-miscellaneous_ex11.obj: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_devel_CPPFLAGS) $(CPPFLAGS) $(example_devel_CXXFLAGS) $(CXXFLAGS) -MT example_devel-miscellaneous_ex11.obj -MD -MP -MF $(DEPDIR)/example_devel-miscellaneous_ex11.Tpo -c -o example_devel-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_devel-miscellaneous_ex11.Tpo $(DEPDIR)/example_devel-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_devel-miscellaneous_ex11.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_devel_CPPFLAGS) $(CPPFLAGS) $(example_devel_CXXFLAGS) $(CXXFLAGS) -c -o example_devel-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` + +example_oprof-miscellaneous_ex11.o: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_oprof_CPPFLAGS) $(CPPFLAGS) $(example_oprof_CXXFLAGS) $(CXXFLAGS) -MT example_oprof-miscellaneous_ex11.o -MD -MP -MF $(DEPDIR)/example_oprof-miscellaneous_ex11.Tpo -c -o example_oprof-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_oprof-miscellaneous_ex11.Tpo $(DEPDIR)/example_oprof-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_oprof-miscellaneous_ex11.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_oprof_CPPFLAGS) $(CPPFLAGS) $(example_oprof_CXXFLAGS) $(CXXFLAGS) -c -o example_oprof-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C + +example_oprof-miscellaneous_ex11.obj: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_oprof_CPPFLAGS) $(CPPFLAGS) $(example_oprof_CXXFLAGS) $(CXXFLAGS) -MT example_oprof-miscellaneous_ex11.obj -MD -MP -MF $(DEPDIR)/example_oprof-miscellaneous_ex11.Tpo -c -o example_oprof-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_oprof-miscellaneous_ex11.Tpo $(DEPDIR)/example_oprof-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_oprof-miscellaneous_ex11.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_oprof_CPPFLAGS) $(CPPFLAGS) $(example_oprof_CXXFLAGS) $(CXXFLAGS) -c -o example_oprof-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` + +example_opt-miscellaneous_ex11.o: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_opt_CPPFLAGS) $(CPPFLAGS) $(example_opt_CXXFLAGS) $(CXXFLAGS) -MT example_opt-miscellaneous_ex11.o -MD -MP -MF $(DEPDIR)/example_opt-miscellaneous_ex11.Tpo -c -o example_opt-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_opt-miscellaneous_ex11.Tpo $(DEPDIR)/example_opt-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_opt-miscellaneous_ex11.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_opt_CPPFLAGS) $(CPPFLAGS) $(example_opt_CXXFLAGS) $(CXXFLAGS) -c -o example_opt-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C + +example_opt-miscellaneous_ex11.obj: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_opt_CPPFLAGS) $(CPPFLAGS) $(example_opt_CXXFLAGS) $(CXXFLAGS) -MT example_opt-miscellaneous_ex11.obj -MD -MP -MF $(DEPDIR)/example_opt-miscellaneous_ex11.Tpo -c -o example_opt-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_opt-miscellaneous_ex11.Tpo $(DEPDIR)/example_opt-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_opt-miscellaneous_ex11.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_opt_CPPFLAGS) $(CPPFLAGS) $(example_opt_CXXFLAGS) $(CXXFLAGS) -c -o example_opt-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` + +example_prof-miscellaneous_ex11.o: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_prof_CPPFLAGS) $(CPPFLAGS) $(example_prof_CXXFLAGS) $(CXXFLAGS) -MT example_prof-miscellaneous_ex11.o -MD -MP -MF $(DEPDIR)/example_prof-miscellaneous_ex11.Tpo -c -o example_prof-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_prof-miscellaneous_ex11.Tpo $(DEPDIR)/example_prof-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_prof-miscellaneous_ex11.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_prof_CPPFLAGS) $(CPPFLAGS) $(example_prof_CXXFLAGS) $(CXXFLAGS) -c -o example_prof-miscellaneous_ex11.o `test -f 'miscellaneous_ex11.C' || echo '$(srcdir)/'`miscellaneous_ex11.C + +example_prof-miscellaneous_ex11.obj: miscellaneous_ex11.C +@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_prof_CPPFLAGS) $(CPPFLAGS) $(example_prof_CXXFLAGS) $(CXXFLAGS) -MT example_prof-miscellaneous_ex11.obj -MD -MP -MF $(DEPDIR)/example_prof-miscellaneous_ex11.Tpo -c -o example_prof-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` +@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/example_prof-miscellaneous_ex11.Tpo $(DEPDIR)/example_prof-miscellaneous_ex11.Po +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='miscellaneous_ex11.C' object='example_prof-miscellaneous_ex11.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(example_prof_CPPFLAGS) $(CPPFLAGS) $(example_prof_CXXFLAGS) $(CXXFLAGS) -c -o example_prof-miscellaneous_ex11.obj `if test -f 'miscellaneous_ex11.C'; then $(CYGPATH_W) 'miscellaneous_ex11.C'; else $(CYGPATH_W) '$(srcdir)/miscellaneous_ex11.C'; fi` + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dataDATA: $(data_DATA) + @$(NORMAL_INSTALL) + @list='$(data_DATA)'; test -n "$(datadir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(datadir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(datadir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)" || exit $$?; \ + done + +uninstall-dataDATA: + @$(NORMAL_UNINSTALL) + @list='$(data_DATA)'; test -n "$(datadir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(datadir)'; $(am__uninstall_files_from_dir) + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +check-TESTS: $(TESTS) + @failed=0; all=0; xfail=0; xpass=0; skip=0; \ + srcdir=$(srcdir); export srcdir; \ + list=' $(TESTS) '; \ + $(am__tty_colors); \ + if test -n "$$list"; then \ + for tst in $$list; do \ + if test -f ./$$tst; then dir=./; \ + elif test -f $$tst; then dir=; \ + else dir="$(srcdir)/"; fi; \ + if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xpass=`expr $$xpass + 1`; \ + failed=`expr $$failed + 1`; \ + col=$$red; res=XPASS; \ + ;; \ + *) \ + col=$$grn; res=PASS; \ + ;; \ + esac; \ + elif test $$? -ne 77; then \ + all=`expr $$all + 1`; \ + case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$tst[\ \ ]*) \ + xfail=`expr $$xfail + 1`; \ + col=$$lgn; res=XFAIL; \ + ;; \ + *) \ + failed=`expr $$failed + 1`; \ + col=$$red; res=FAIL; \ + ;; \ + esac; \ + else \ + skip=`expr $$skip + 1`; \ + col=$$blu; res=SKIP; \ + fi; \ + echo "$${col}$$res$${std}: $$tst"; \ + done; \ + if test "$$all" -eq 1; then \ + tests="test"; \ + All=""; \ + else \ + tests="tests"; \ + All="All "; \ + fi; \ + if test "$$failed" -eq 0; then \ + if test "$$xfail" -eq 0; then \ + banner="$$All$$all $$tests passed"; \ + else \ + if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ + banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ + fi; \ + else \ + if test "$$xpass" -eq 0; then \ + banner="$$failed of $$all $$tests failed"; \ + else \ + if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ + banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ + fi; \ + fi; \ + dashes="$$banner"; \ + skipped=""; \ + if test "$$skip" -ne 0; then \ + if test "$$skip" -eq 1; then \ + skipped="($$skip test was not run)"; \ + else \ + skipped="($$skip tests were not run)"; \ + fi; \ + test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$skipped"; \ + fi; \ + report=""; \ + if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ + report="Please report to $(PACKAGE_BUGREPORT)"; \ + test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ + dashes="$$report"; \ + fi; \ + dashes=`echo "$$dashes" | sed s/./=/g`; \ + if test "$$failed" -eq 0; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + fi; \ + echo "$${col}$$dashes$${std}"; \ + echo "$${col}$$banner$${std}"; \ + test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ + test -z "$$report" || echo "$${col}$$report$${std}"; \ + echo "$${col}$$dashes$${std}"; \ + test "$$failed" -eq 0; \ + else :; fi + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS) + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(datadir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ + mostlyclean-am + +distclean: distclean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dataDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -rf ./$(DEPDIR) + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dataDATA + +.MAKE: check-am install-am install-strip + +.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ + clean-checkPROGRAMS clean-generic clean-libtool cscopelist \ + ctags distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dataDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-dataDATA + + +# Convenience method: 'make run' +run: $(check_PROGRAMS) + LIBMESH_DIR=$(abs_top_srcdir) METHODS="$(METHODS)" $(srcdir)/$(check_SCRIPTS) +doc: $(example_name).php +html: $(example_name).php +$(example_name).php: $(DOC_PROGRAM) \ + $(top_srcdir)/contrib/bin/ex2html.sh \ + Makefile + $(MAKE) METHODS=$(DOC_METHOD) -s run > stdout.log + $(AM_V_GEN) PATH=$(abs_top_srcdir)/contrib/bin:$(PATH) \ + ex2html.sh $(example_name) $(abs_srcdir) + +# Local Variables: +# mode: makefile +# End: + +############################################## +# include common example environment + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/include/Makefile.in b/include/Makefile.in index c419ab8faf5..8c4b4d3f4ec 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -625,6 +625,7 @@ include_HEADERS = \ geom/face_quad9.h \ geom/face_tri.h \ geom/face_tri3.h \ + geom/face_tri3_sd.h \ geom/face_tri6.h \ geom/node.h \ geom/node_elem.h \ @@ -667,6 +668,7 @@ include_HEADERS = \ mesh/mesh_smoother.h \ mesh/mesh_smoother_laplace.h \ mesh/mesh_smoother_vsmoother.h \ + mesh/mesh_subdiv_support.h \ mesh/mesh_tetgen_interface.h \ mesh/mesh_tetgen_wrapper.h \ mesh/mesh_tools.h \ diff --git a/include/libmesh/Makefile.am b/include/libmesh/Makefile.am index 9ac22535f7b..c322e845827 100644 --- a/include/libmesh/Makefile.am +++ b/include/libmesh/Makefile.am @@ -5,7 +5,7 @@ # include the magic script! EXTRA_DIST = rebuild_makefile.sh -BUILT_SOURCES = auto_ptr.h dirichlet_boundaries.h dof_map.h dof_object.h factory.h getpot.h id_types.h libmesh.h libmesh_C_isnan.h libmesh_augment_std_namespace.h libmesh_base.h libmesh_common.h libmesh_documentation.h libmesh_exceptions.h libmesh_logging.h libmesh_singleton.h libmesh_version.h multi_predicates.h periodic_boundaries.h periodic_boundary.h periodic_boundary_base.h print_trace.h reference_counted_object.h reference_counter.h single_predicates.h sparsity_pattern.h variable.h variant_filter_iterator.h enum_convergence_flags.h enum_eigen_solver_type.h enum_elem_quality.h enum_elem_type.h enum_fe_family.h enum_inf_map_type.h enum_io_package.h enum_norm_type.h enum_order.h enum_parallel_type.h enum_point_locator_type.h enum_preconditioner_type.h enum_quadrature_type.h enum_solver_package.h enum_solver_type.h enum_subset_solve_mode.h enum_xdr_mode.h adjoint_refinement_estimator.h adjoint_residual_error_estimator.h discontinuity_measure.h error_estimator.h exact_error_estimator.h exact_solution.h fourth_error_estimators.h hp_coarsentest.h hp_selector.h hp_singular.h jump_error_estimator.h kelly_error_estimator.h patch_recovery_error_estimator.h uniform_refinement_estimator.h weighted_patch_recovery_error_estimator.h fe.h fe_abstract.h fe_base.h fe_compute_data.h fe_interface.h fe_macro.h fe_map.h fe_transformation_base.h fe_type.h fe_xyz_map.h h1_fe_transformation.h hcurl_fe_transformation.h inf_fe.h inf_fe_instantiate_1D.h inf_fe_instantiate_2D.h inf_fe_instantiate_3D.h inf_fe_macro.h cell.h cell_hex.h cell_hex20.h cell_hex27.h cell_hex8.h cell_inf.h cell_inf_hex.h cell_inf_hex16.h cell_inf_hex18.h cell_inf_hex8.h cell_inf_prism.h cell_inf_prism12.h cell_inf_prism6.h cell_prism.h cell_prism15.h cell_prism18.h cell_prism6.h cell_pyramid.h cell_pyramid13.h cell_pyramid14.h cell_pyramid5.h cell_tet.h cell_tet10.h cell_tet4.h edge.h edge_edge2.h edge_edge3.h edge_edge4.h edge_inf_edge2.h elem.h elem_quality.h elem_range.h elem_type.h face.h face_inf_quad.h face_inf_quad4.h face_inf_quad6.h face_quad.h face_quad4.h face_quad8.h face_quad9.h face_tri.h face_tri3.h face_tri6.h node.h node_elem.h node_range.h plane.h point.h reference_elem.h remote_elem.h side.h sphere.h stored_range.h surface.h abaqus_io.h boundary_info.h boundary_mesh.h checkpoint_io.h diva_io.h ensight_io.h exodusII_io.h exodusII_io_helper.h fro_io.h gmsh_io.h gmv_io.h gnuplot_io.h inf_elem_builder.h legacy_xdr_io.h matlab_io.h medit_io.h mesh.h mesh_base.h mesh_communication.h mesh_data.h mesh_function.h mesh_generation.h mesh_input.h mesh_inserter_iterator.h mesh_modification.h mesh_output.h mesh_refinement.h mesh_serializer.h mesh_smoother.h mesh_smoother_laplace.h mesh_smoother_vsmoother.h mesh_tetgen_interface.h mesh_tetgen_wrapper.h mesh_tools.h mesh_triangle_holes.h mesh_triangle_interface.h mesh_triangle_wrapper.h nemesis_io.h nemesis_io_helper.h off_io.h parallel_mesh.h patch.h postscript_io.h serial_mesh.h tecplot_io.h tetgen_io.h ucd_io.h unstructured_mesh.h unv_io.h vtk_io.h xdr_head.h xdr_io.h xdr_mesh.h xdr_mgf.h xdr_mhead.h xdr_shead.h xdr_soln.h analytic_function.h const_fem_function.h const_function.h coupling_matrix.h dense_matrix.h dense_matrix_base.h dense_submatrix.h dense_subvector.h dense_vector.h dense_vector_base.h distributed_vector.h eigen_core_support.h eigen_preconditioner.h eigen_sparse_matrix.h eigen_sparse_vector.h fem_function_base.h function_base.h laspack_matrix.h laspack_vector.h numeric_vector.h parsed_function.h petsc_macro.h petsc_matrix.h petsc_preconditioner.h petsc_vector.h preconditioner.h raw_accessor.h refinement_selector.h shell_matrix.h sparse_matrix.h sparse_shell_matrix.h sum_shell_matrix.h tensor_shell_matrix.h tensor_tools.h tensor_value.h trilinos_epetra_matrix.h trilinos_epetra_vector.h trilinos_preconditioner.h type_n_tensor.h type_tensor.h type_vector.h vector_value.h wrapped_function.h zero_function.h parallel.h parallel_algebra.h parallel_bin_sorter.h parallel_conversion_utils.h parallel_elem.h parallel_ghost_sync.h parallel_hilbert.h parallel_histogram.h parallel_implementation.h parallel_node.h parallel_object.h parallel_sort.h threads.h threads_allocators.h centroid_partitioner.h hilbert_sfc_partitioner.h linear_partitioner.h metis_csr_graph.h metis_partitioner.h morton_sfc_partitioner.h parmetis_partitioner.h partitioner.h sfc_partitioner.h diff_physics.h diff_qoi.h fem_physics.h quadrature.h quadrature_clough.h quadrature_conical.h quadrature_gauss.h quadrature_gm.h quadrature_grid.h quadrature_jacobi.h quadrature_monomial.h quadrature_rules.h quadrature_simpson.h quadrature_trap.h derived_rb_construction.h derived_rb_evaluation.h rb_assembly_expansion.h rb_construction.h rb_construction_base.h rb_eim_assembly.h rb_eim_construction.h rb_eim_evaluation.h rb_eim_theta.h rb_evaluation.h rb_parameters.h rb_parametrized.h rb_parametrized_function.h rb_scm_construction.h rb_scm_evaluation.h rb_temporal_discretization.h rb_theta.h rb_theta_expansion.h transient_rb_assembly_expansion.h transient_rb_construction.h transient_rb_evaluation.h transient_rb_theta_expansion.h direct_solution_transfer.h dtk_adapter.h dtk_evaluator.h dtk_solution_transfer.h meshfree_interpolation.h meshfree_solution_transfer.h meshfunction_solution_transfer.h radial_basis_functions.h radial_basis_interpolation.h solution_transfer.h adaptive_time_solver.h diff_solver.h eigen_solver.h eigen_sparse_linear_solver.h eigen_time_solver.h euler2_solver.h euler_solver.h laspack_linear_solver.h linear.h linear_solver.h memory_solution_history.h newton_solver.h no_solution_history.h nonlinear_solver.h petsc_auto_fieldsplit.h petsc_diff_solver.h petsc_dm_nonlinear_solver.h petsc_linear_solver.h petsc_nonlinear_solver.h petscdmlibmesh.h slepc_eigen_solver.h slepc_macro.h solution_history.h solver.h steady_solver.h time_solver.h trilinos_aztec_linear_solver.h trilinos_nox_nonlinear_solver.h twostep_time_solver.h unsteady_solver.h condensed_eigen_system.h continuation_system.h dg_fem_context.h diff_context.h diff_system.h eigen_system.h elem_assembly.h equation_systems.h explicit_system.h fem_context.h fem_system.h frequency_system.h implicit_system.h linear_implicit_system.h newmark_system.h nonlinear_implicit_system.h parameter_vector.h qoi_set.h sensitivity_data.h steady_system.h system.h system_norm.h system_subset.h system_subset_by_subdomain.h transient_system.h compare_types.h error_vector.h hashword.h ignore_warnings.h location_maps.h mapvector.h null_output_iterator.h number_lookups.h ostream_proxy.h parameters.h perf_log.h perfmon.h plt_loader.h point_locator_base.h point_locator_list.h point_locator_tree.h pool_allocator.h restore_warnings.h statistics.h string_to_enum.h timestamp.h tree.h tree_base.h tree_node.h utility.h vectormap.h xdr_cxx.h parallel_communicator_specializations +BUILT_SOURCES = auto_ptr.h dirichlet_boundaries.h dof_map.h dof_object.h factory.h getpot.h id_types.h libmesh.h libmesh_C_isnan.h libmesh_augment_std_namespace.h libmesh_base.h libmesh_common.h libmesh_documentation.h libmesh_exceptions.h libmesh_logging.h libmesh_singleton.h libmesh_version.h multi_predicates.h periodic_boundaries.h periodic_boundary.h periodic_boundary_base.h print_trace.h reference_counted_object.h reference_counter.h single_predicates.h sparsity_pattern.h variable.h variant_filter_iterator.h enum_convergence_flags.h enum_eigen_solver_type.h enum_elem_quality.h enum_elem_type.h enum_fe_family.h enum_inf_map_type.h enum_io_package.h enum_norm_type.h enum_order.h enum_parallel_type.h enum_point_locator_type.h enum_preconditioner_type.h enum_quadrature_type.h enum_solver_package.h enum_solver_type.h enum_subset_solve_mode.h enum_xdr_mode.h adjoint_refinement_estimator.h adjoint_residual_error_estimator.h discontinuity_measure.h error_estimator.h exact_error_estimator.h exact_solution.h fourth_error_estimators.h hp_coarsentest.h hp_selector.h hp_singular.h jump_error_estimator.h kelly_error_estimator.h patch_recovery_error_estimator.h uniform_refinement_estimator.h weighted_patch_recovery_error_estimator.h fe.h fe_abstract.h fe_base.h fe_compute_data.h fe_interface.h fe_macro.h fe_map.h fe_transformation_base.h fe_type.h fe_xyz_map.h h1_fe_transformation.h hcurl_fe_transformation.h inf_fe.h inf_fe_instantiate_1D.h inf_fe_instantiate_2D.h inf_fe_instantiate_3D.h inf_fe_macro.h cell.h cell_hex.h cell_hex20.h cell_hex27.h cell_hex8.h cell_inf.h cell_inf_hex.h cell_inf_hex16.h cell_inf_hex18.h cell_inf_hex8.h cell_inf_prism.h cell_inf_prism12.h cell_inf_prism6.h cell_prism.h cell_prism15.h cell_prism18.h cell_prism6.h cell_pyramid.h cell_pyramid13.h cell_pyramid14.h cell_pyramid5.h cell_tet.h cell_tet10.h cell_tet4.h edge.h edge_edge2.h edge_edge3.h edge_edge4.h edge_inf_edge2.h elem.h elem_quality.h elem_range.h elem_type.h face.h face_inf_quad.h face_inf_quad4.h face_inf_quad6.h face_quad.h face_quad4.h face_quad8.h face_quad9.h face_tri.h face_tri3.h face_tri3_sd.h face_tri6.h node.h node_elem.h node_range.h plane.h point.h reference_elem.h remote_elem.h side.h sphere.h stored_range.h surface.h abaqus_io.h boundary_info.h boundary_mesh.h checkpoint_io.h diva_io.h ensight_io.h exodusII_io.h exodusII_io_helper.h fro_io.h gmsh_io.h gmv_io.h gnuplot_io.h inf_elem_builder.h legacy_xdr_io.h matlab_io.h medit_io.h mesh.h mesh_base.h mesh_communication.h mesh_data.h mesh_function.h mesh_generation.h mesh_input.h mesh_inserter_iterator.h mesh_modification.h mesh_output.h mesh_refinement.h mesh_serializer.h mesh_smoother.h mesh_smoother_laplace.h mesh_smoother_vsmoother.h mesh_subdiv_support.h mesh_tetgen_interface.h mesh_tetgen_wrapper.h mesh_tools.h mesh_triangle_holes.h mesh_triangle_interface.h mesh_triangle_wrapper.h nemesis_io.h nemesis_io_helper.h off_io.h parallel_mesh.h patch.h postscript_io.h serial_mesh.h tecplot_io.h tetgen_io.h ucd_io.h unstructured_mesh.h unv_io.h vtk_io.h xdr_head.h xdr_io.h xdr_mesh.h xdr_mgf.h xdr_mhead.h xdr_shead.h xdr_soln.h analytic_function.h const_fem_function.h const_function.h coupling_matrix.h dense_matrix.h dense_matrix_base.h dense_submatrix.h dense_subvector.h dense_vector.h dense_vector_base.h distributed_vector.h eigen_core_support.h eigen_preconditioner.h eigen_sparse_matrix.h eigen_sparse_vector.h fem_function_base.h function_base.h laspack_matrix.h laspack_vector.h numeric_vector.h parsed_function.h petsc_macro.h petsc_matrix.h petsc_preconditioner.h petsc_vector.h preconditioner.h raw_accessor.h refinement_selector.h shell_matrix.h sparse_matrix.h sparse_shell_matrix.h sum_shell_matrix.h tensor_shell_matrix.h tensor_tools.h tensor_value.h trilinos_epetra_matrix.h trilinos_epetra_vector.h trilinos_preconditioner.h type_n_tensor.h type_tensor.h type_vector.h vector_value.h wrapped_function.h zero_function.h parallel.h parallel_algebra.h parallel_bin_sorter.h parallel_conversion_utils.h parallel_elem.h parallel_ghost_sync.h parallel_hilbert.h parallel_histogram.h parallel_implementation.h parallel_node.h parallel_object.h parallel_sort.h threads.h threads_allocators.h centroid_partitioner.h hilbert_sfc_partitioner.h linear_partitioner.h metis_csr_graph.h metis_partitioner.h morton_sfc_partitioner.h parmetis_partitioner.h partitioner.h sfc_partitioner.h diff_physics.h diff_qoi.h fem_physics.h quadrature.h quadrature_clough.h quadrature_conical.h quadrature_gauss.h quadrature_gm.h quadrature_grid.h quadrature_jacobi.h quadrature_monomial.h quadrature_rules.h quadrature_simpson.h quadrature_trap.h derived_rb_construction.h derived_rb_evaluation.h rb_assembly_expansion.h rb_construction.h rb_construction_base.h rb_eim_assembly.h rb_eim_construction.h rb_eim_evaluation.h rb_eim_theta.h rb_evaluation.h rb_parameters.h rb_parametrized.h rb_parametrized_function.h rb_scm_construction.h rb_scm_evaluation.h rb_temporal_discretization.h rb_theta.h rb_theta_expansion.h transient_rb_assembly_expansion.h transient_rb_construction.h transient_rb_evaluation.h transient_rb_theta_expansion.h direct_solution_transfer.h dtk_adapter.h dtk_evaluator.h dtk_solution_transfer.h meshfree_interpolation.h meshfree_solution_transfer.h meshfunction_solution_transfer.h radial_basis_functions.h radial_basis_interpolation.h solution_transfer.h adaptive_time_solver.h diff_solver.h eigen_solver.h eigen_sparse_linear_solver.h eigen_time_solver.h euler2_solver.h euler_solver.h laspack_linear_solver.h linear.h linear_solver.h memory_solution_history.h newton_solver.h no_solution_history.h nonlinear_solver.h petsc_auto_fieldsplit.h petsc_diff_solver.h petsc_dm_nonlinear_solver.h petsc_linear_solver.h petsc_nonlinear_solver.h petscdmlibmesh.h slepc_eigen_solver.h slepc_macro.h solution_history.h solver.h steady_solver.h time_solver.h trilinos_aztec_linear_solver.h trilinos_nox_nonlinear_solver.h twostep_time_solver.h unsteady_solver.h condensed_eigen_system.h continuation_system.h dg_fem_context.h diff_context.h diff_system.h eigen_system.h elem_assembly.h equation_systems.h explicit_system.h fem_context.h fem_system.h frequency_system.h implicit_system.h linear_implicit_system.h newmark_system.h nonlinear_implicit_system.h parameter_vector.h qoi_set.h sensitivity_data.h steady_system.h system.h system_norm.h system_subset.h system_subset_by_subdomain.h transient_system.h compare_types.h error_vector.h hashword.h ignore_warnings.h location_maps.h mapvector.h null_output_iterator.h number_lookups.h ostream_proxy.h parameters.h perf_log.h perfmon.h plt_loader.h point_locator_base.h point_locator_list.h point_locator_tree.h pool_allocator.h restore_warnings.h statistics.h string_to_enum.h timestamp.h tree.h tree_base.h tree_node.h utility.h vectormap.h xdr_cxx.h parallel_communicator_specializations DISTCLEANFILES = $(BUILT_SOURCES) @@ -447,6 +447,9 @@ face_tri.h: $(top_srcdir)/include/geom/face_tri.h face_tri3.h: $(top_srcdir)/include/geom/face_tri3.h $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ +face_tri3_sd.h: $(top_srcdir)/include/geom/face_tri3_sd.h + $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ + face_tri6.h: $(top_srcdir)/include/geom/face_tri6.h $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ @@ -576,6 +579,9 @@ mesh_smoother_laplace.h: $(top_srcdir)/include/mesh/mesh_smoother_laplace.h mesh_smoother_vsmoother.h: $(top_srcdir)/include/mesh/mesh_smoother_vsmoother.h $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ +mesh_subdiv_support.h: $(top_srcdir)/include/mesh/mesh_subdiv_support.h + $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ + mesh_tetgen_interface.h: $(top_srcdir)/include/mesh/mesh_tetgen_interface.h $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ diff --git a/include/libmesh/Makefile.in b/include/libmesh/Makefile.in index fffbd718ae2..9a935f3972b 100644 --- a/include/libmesh/Makefile.in +++ b/include/libmesh/Makefile.in @@ -461,72 +461,73 @@ BUILT_SOURCES = auto_ptr.h dirichlet_boundaries.h dof_map.h \ edge_edge2.h edge_edge3.h edge_edge4.h edge_inf_edge2.h elem.h \ elem_quality.h elem_range.h elem_type.h face.h face_inf_quad.h \ face_inf_quad4.h face_inf_quad6.h face_quad.h face_quad4.h \ - face_quad8.h face_quad9.h face_tri.h face_tri3.h face_tri6.h \ - node.h node_elem.h node_range.h plane.h point.h \ - reference_elem.h remote_elem.h side.h sphere.h stored_range.h \ - surface.h abaqus_io.h boundary_info.h boundary_mesh.h \ - checkpoint_io.h diva_io.h ensight_io.h exodusII_io.h \ - exodusII_io_helper.h fro_io.h gmsh_io.h gmv_io.h gnuplot_io.h \ - inf_elem_builder.h legacy_xdr_io.h matlab_io.h medit_io.h \ - mesh.h mesh_base.h mesh_communication.h mesh_data.h \ + face_quad8.h face_quad9.h face_tri.h face_tri3.h \ + face_tri3_sd.h face_tri6.h node.h node_elem.h node_range.h \ + plane.h point.h reference_elem.h remote_elem.h side.h sphere.h \ + stored_range.h surface.h abaqus_io.h boundary_info.h \ + boundary_mesh.h checkpoint_io.h diva_io.h ensight_io.h \ + exodusII_io.h exodusII_io_helper.h fro_io.h gmsh_io.h gmv_io.h \ + gnuplot_io.h inf_elem_builder.h legacy_xdr_io.h matlab_io.h \ + medit_io.h mesh.h mesh_base.h mesh_communication.h mesh_data.h \ mesh_function.h mesh_generation.h mesh_input.h \ mesh_inserter_iterator.h mesh_modification.h mesh_output.h \ mesh_refinement.h mesh_serializer.h mesh_smoother.h \ mesh_smoother_laplace.h mesh_smoother_vsmoother.h \ - mesh_tetgen_interface.h mesh_tetgen_wrapper.h mesh_tools.h \ - mesh_triangle_holes.h mesh_triangle_interface.h \ - mesh_triangle_wrapper.h nemesis_io.h nemesis_io_helper.h \ - off_io.h parallel_mesh.h patch.h postscript_io.h serial_mesh.h \ - tecplot_io.h tetgen_io.h ucd_io.h unstructured_mesh.h unv_io.h \ - vtk_io.h xdr_head.h xdr_io.h xdr_mesh.h xdr_mgf.h xdr_mhead.h \ - xdr_shead.h xdr_soln.h analytic_function.h \ - const_fem_function.h const_function.h coupling_matrix.h \ - dense_matrix.h dense_matrix_base.h dense_submatrix.h \ - dense_subvector.h dense_vector.h dense_vector_base.h \ - distributed_vector.h eigen_core_support.h \ - eigen_preconditioner.h eigen_sparse_matrix.h \ - eigen_sparse_vector.h fem_function_base.h function_base.h \ - laspack_matrix.h laspack_vector.h numeric_vector.h \ - parsed_function.h petsc_macro.h petsc_matrix.h \ - petsc_preconditioner.h petsc_vector.h preconditioner.h \ - raw_accessor.h refinement_selector.h shell_matrix.h \ - sparse_matrix.h sparse_shell_matrix.h sum_shell_matrix.h \ - tensor_shell_matrix.h tensor_tools.h tensor_value.h \ - trilinos_epetra_matrix.h trilinos_epetra_vector.h \ - trilinos_preconditioner.h type_n_tensor.h type_tensor.h \ - type_vector.h vector_value.h wrapped_function.h \ - zero_function.h parallel.h parallel_algebra.h \ - parallel_bin_sorter.h parallel_conversion_utils.h \ - parallel_elem.h parallel_ghost_sync.h parallel_hilbert.h \ - parallel_histogram.h parallel_implementation.h parallel_node.h \ - parallel_object.h parallel_sort.h threads.h \ - threads_allocators.h centroid_partitioner.h \ - hilbert_sfc_partitioner.h linear_partitioner.h \ - metis_csr_graph.h metis_partitioner.h morton_sfc_partitioner.h \ - parmetis_partitioner.h partitioner.h sfc_partitioner.h \ - diff_physics.h diff_qoi.h fem_physics.h quadrature.h \ - quadrature_clough.h quadrature_conical.h quadrature_gauss.h \ - quadrature_gm.h quadrature_grid.h quadrature_jacobi.h \ - quadrature_monomial.h quadrature_rules.h quadrature_simpson.h \ - quadrature_trap.h derived_rb_construction.h \ - derived_rb_evaluation.h rb_assembly_expansion.h \ - rb_construction.h rb_construction_base.h rb_eim_assembly.h \ - rb_eim_construction.h rb_eim_evaluation.h rb_eim_theta.h \ - rb_evaluation.h rb_parameters.h rb_parametrized.h \ - rb_parametrized_function.h rb_scm_construction.h \ - rb_scm_evaluation.h rb_temporal_discretization.h rb_theta.h \ - rb_theta_expansion.h transient_rb_assembly_expansion.h \ - transient_rb_construction.h transient_rb_evaluation.h \ - transient_rb_theta_expansion.h direct_solution_transfer.h \ - dtk_adapter.h dtk_evaluator.h dtk_solution_transfer.h \ - meshfree_interpolation.h meshfree_solution_transfer.h \ - meshfunction_solution_transfer.h radial_basis_functions.h \ - radial_basis_interpolation.h solution_transfer.h \ - adaptive_time_solver.h diff_solver.h eigen_solver.h \ - eigen_sparse_linear_solver.h eigen_time_solver.h \ - euler2_solver.h euler_solver.h laspack_linear_solver.h \ - linear.h linear_solver.h memory_solution_history.h \ - newton_solver.h no_solution_history.h nonlinear_solver.h \ + mesh_subdiv_support.h mesh_tetgen_interface.h \ + mesh_tetgen_wrapper.h mesh_tools.h mesh_triangle_holes.h \ + mesh_triangle_interface.h mesh_triangle_wrapper.h nemesis_io.h \ + nemesis_io_helper.h off_io.h parallel_mesh.h patch.h \ + postscript_io.h serial_mesh.h tecplot_io.h tetgen_io.h \ + ucd_io.h unstructured_mesh.h unv_io.h vtk_io.h xdr_head.h \ + xdr_io.h xdr_mesh.h xdr_mgf.h xdr_mhead.h xdr_shead.h \ + xdr_soln.h analytic_function.h const_fem_function.h \ + const_function.h coupling_matrix.h dense_matrix.h \ + dense_matrix_base.h dense_submatrix.h dense_subvector.h \ + dense_vector.h dense_vector_base.h distributed_vector.h \ + eigen_core_support.h eigen_preconditioner.h \ + eigen_sparse_matrix.h eigen_sparse_vector.h \ + fem_function_base.h function_base.h laspack_matrix.h \ + laspack_vector.h numeric_vector.h parsed_function.h \ + petsc_macro.h petsc_matrix.h petsc_preconditioner.h \ + petsc_vector.h preconditioner.h raw_accessor.h \ + refinement_selector.h shell_matrix.h sparse_matrix.h \ + sparse_shell_matrix.h sum_shell_matrix.h tensor_shell_matrix.h \ + tensor_tools.h tensor_value.h trilinos_epetra_matrix.h \ + trilinos_epetra_vector.h trilinos_preconditioner.h \ + type_n_tensor.h type_tensor.h type_vector.h vector_value.h \ + wrapped_function.h zero_function.h parallel.h \ + parallel_algebra.h parallel_bin_sorter.h \ + parallel_conversion_utils.h parallel_elem.h \ + parallel_ghost_sync.h parallel_hilbert.h parallel_histogram.h \ + parallel_implementation.h parallel_node.h parallel_object.h \ + parallel_sort.h threads.h threads_allocators.h \ + centroid_partitioner.h hilbert_sfc_partitioner.h \ + linear_partitioner.h metis_csr_graph.h metis_partitioner.h \ + morton_sfc_partitioner.h parmetis_partitioner.h partitioner.h \ + sfc_partitioner.h diff_physics.h diff_qoi.h fem_physics.h \ + quadrature.h quadrature_clough.h quadrature_conical.h \ + quadrature_gauss.h quadrature_gm.h quadrature_grid.h \ + quadrature_jacobi.h quadrature_monomial.h quadrature_rules.h \ + quadrature_simpson.h quadrature_trap.h \ + derived_rb_construction.h derived_rb_evaluation.h \ + rb_assembly_expansion.h rb_construction.h \ + rb_construction_base.h rb_eim_assembly.h rb_eim_construction.h \ + rb_eim_evaluation.h rb_eim_theta.h rb_evaluation.h \ + rb_parameters.h rb_parametrized.h rb_parametrized_function.h \ + rb_scm_construction.h rb_scm_evaluation.h \ + rb_temporal_discretization.h rb_theta.h rb_theta_expansion.h \ + transient_rb_assembly_expansion.h transient_rb_construction.h \ + transient_rb_evaluation.h transient_rb_theta_expansion.h \ + direct_solution_transfer.h dtk_adapter.h dtk_evaluator.h \ + dtk_solution_transfer.h meshfree_interpolation.h \ + meshfree_solution_transfer.h meshfunction_solution_transfer.h \ + radial_basis_functions.h radial_basis_interpolation.h \ + solution_transfer.h adaptive_time_solver.h diff_solver.h \ + eigen_solver.h eigen_sparse_linear_solver.h \ + eigen_time_solver.h euler2_solver.h euler_solver.h \ + laspack_linear_solver.h linear.h linear_solver.h \ + memory_solution_history.h newton_solver.h \ + no_solution_history.h nonlinear_solver.h \ petsc_auto_fieldsplit.h petsc_diff_solver.h \ petsc_dm_nonlinear_solver.h petsc_linear_solver.h \ petsc_nonlinear_solver.h petscdmlibmesh.h slepc_eigen_solver.h \ @@ -1144,6 +1145,9 @@ face_tri.h: $(top_srcdir)/include/geom/face_tri.h face_tri3.h: $(top_srcdir)/include/geom/face_tri3.h $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ +face_tri3_sd.h: $(top_srcdir)/include/geom/face_tri3_sd.h + $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ + face_tri6.h: $(top_srcdir)/include/geom/face_tri6.h $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ @@ -1273,6 +1277,9 @@ mesh_smoother_laplace.h: $(top_srcdir)/include/mesh/mesh_smoother_laplace.h mesh_smoother_vsmoother.h: $(top_srcdir)/include/mesh/mesh_smoother_vsmoother.h $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ +mesh_subdiv_support.h: $(top_srcdir)/include/mesh/mesh_subdiv_support.h + $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@ + mesh_tetgen_interface.h: $(top_srcdir)/include/mesh/mesh_tetgen_interface.h $(AM_V_GEN)rm -f $@ && $(LN_S) $< $@