1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218
|
# Copyright (C) 1999-2020 Yves Renard
#
# This file is a part of GetFEM
#
# GetFEM is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version along with the GCC Runtime Library
# Exception either version 3.1 or (at your option) any later version.
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
# License and GCC Runtime Library Exception for more details.
# You should have received a copy of the GNU Lesser General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
if QHULL
optprogs = test_mesh_generation test_mesh_im_level_set crack thermo_elasticity_electrical_coupling
optpl = test_mesh_im_level_set.pl \
crack.pl \
thermo_elasticity_electrical_coupling.pl \
test_mesh_generation.pl
else
optprogs =
optpl =
endif
check_PROGRAMS = \
dynamic_array \
dynamic_tas \
test_int_set \
test_tree_sorted \
poly \
test_small_vector \
test_kdtree \
test_rtree \
test_mesh \
test_slice \
integration \
geo_trans_inv \
test_mat_elem \
test_interpolation \
test_assembly \
test_assembly_assignment \
test_interpolated_fem \
test_internal_variables \
test_condensation \
test_range_basis \
laplacian \
stokes \
schwarz_additive \
$(optprogs) \
plasticity \
heat_equation \
wave_equation \
cyl_slicer \
test_continuation
CLEANFILES = \
laplacian.res laplacian.mesh laplacian.dataelt \
elasto_static.mesh test_mesh.mesh toto.mat test_mat_elem.mesh \
helmholtz.vtk helmholtz.vtu plate.mesh plate.vtk \
nonlinear_elastostatic.mesh \
nonlinear_elastostatic.mf nonlinear_elastostatic.mfd \
nonlinear_elastostatic.dx plasticity.mesh plasticity.U \
plasticity.sigmabar plasticity.meshfem plasticity.coef \
ii_files/* auto_gmm* dyn*.txt *.sl time FN0 *.vtk \
nonlinear_elastostatic.U crack.mesh cut.mesh nonlinear_membrane.mfd \
nonlinear_membrane.mesh test_range_basis.mesh nonlinear_membrane.mf \
Q2_incomplete.pos Q2_incomplete.msh
dynamic_array_SOURCES = dynamic_array.cc
dynamic_tas_SOURCES = dynamic_tas.cc
test_small_vector_SOURCES = test_small_vector.cc
test_kdtree_SOURCES = test_kdtree.cc
test_rtree_SOURCES = test_rtree.cc
test_assembly_SOURCES = test_assembly.cc
test_assembly_assignment_SOURCES = test_assembly_assignment.cc
laplacian_SOURCES = laplacian.cc
test_interpolation_SOURCES = test_interpolation.cc
stokes_SOURCES = stokes.cc
integration_SOURCES = integration.cc
poly_SOURCES = poly.cc
test_mesh_SOURCES = test_mesh.cc
geo_trans_inv_SOURCES = geo_trans_inv.cc
test_int_set_SOURCES = test_int_set.cc
test_interpolated_fem_SOURCES = test_interpolated_fem.cc
test_internal_variables_SOURCES = test_internal_variables.cc
test_condensation_SOURCES = test_condensation.cc
test_tree_sorted_SOURCES = test_tree_sorted.cc
test_mat_elem_SOURCES = test_mat_elem.cc
test_slice_SOURCES = test_slice.cc
test_range_basis_SOURCES = test_range_basis.cc
schwarz_additive_SOURCES = schwarz_additive.cc
plasticity_SOURCES = plasticity.cc
if QHULL
test_mesh_generation_SOURCES = test_mesh_generation.cc
test_mesh_im_level_set_SOURCES = test_mesh_im_level_set.cc
crack_SOURCES = crack.cc
thermo_elasticity_electrical_coupling_SOURCES = thermo_elasticity_electrical_coupling.cc
endif
heat_equation_SOURCES = heat_equation.cc
wave_equation_SOURCES = wave_equation.cc
cyl_slicer_SOURCES = cyl_slicer.cc
test_continuation_SOURCES = test_continuation.cc
test_gmm_matrix_functions_SOURCES = test_gmm_matrix_functions.cc
AM_CPPFLAGS = -I$(top_srcdir)/src -I../src
LDADD = ../src/libgetfem.la -lm @SUPLDFLAGS@ -lstdc++
TESTS = \
dynamic_array.pl \
dynamic_tas.pl \
test_int_set.pl \
test_tree_sorted.pl \
poly.pl \
test_small_vector.pl \
test_kdtree.pl \
test_rtree.pl \
geo_trans_inv.pl \
test_mesh.pl \
test_interpolation.pl \
test_mat_elem.pl \
test_slice.pl \
integration.pl \
test_assembly.pl \
test_assembly_assignment.pl \
test_interpolated_fem.pl \
test_internal_variables.pl \
test_condensation.pl \
test_range_basis.pl \
laplacian.pl \
stokes.pl \
$(optpl) \
test_continuation.pl \
schwarz_additive.pl \
heat_equation.pl \
wave_equation.pl \
cyl_slicer.pl \
make_gmm_test.pl
EXTRA_DIST = \
dynamic_array.pl \
dynamic_tas.pl \
test_small_vector.pl \
test_kdtree.pl \
test_rtree.pl \
test_interpolation.pl \
test_assembly.pl \
test_assembly_assignment.pl \
laplacian.pl \
stokes.pl \
integration.pl \
poly.pl \
test_mesh.pl \
geo_trans_inv.pl \
test_int_set.pl \
test_interpolated_fem.pl \
test_internal_variables.pl \
test_condensation.pl \
test_slice.pl \
test_mesh_im_level_set.pl \
thermo_elasticity_electrical_coupling.pl \
thermo_elasticity_electrical_coupling.param \
test_tree_sorted.pl \
test_mat_elem.pl \
test_mesh_generation.pl \
crack.pl \
crack.param \
laplacian.param \
test_range_basis.param \
test_range_basis.pl \
plate.param \
schwarz_additive.pl \
schwarz_additive.param \
stokes.param \
nonlinear_membrane.param \
test_interpolated_fem.param \
geo_trans_inv.param \
heat_equation.pl \
heat_equation.param \
wave_equation.pl \
wave_equation.param \
cyl_slicer.pl \
test_continuation.param \
test_continuation.pl \
make_gmm_test.pl \
gmm_torture01_lusolve.cc \
gmm_torture05_mult.cc \
gmm_torture06_mat_mult.cc \
gmm_torture10_qr.cc \
gmm_torture15_sub.cc \
gmm_torture20_iterative_solvers.cc \
meshes/disc_2D_degree3.mesh \
meshes/donut_regulier_72_elements.mesh \
meshes/disc_P2_h0_3.mesh \
meshes/donut_regulier_8_elements_288ddl.mesh \
meshes/disc_P2_h0_5.mesh \
meshes/disc_P2_h1.mesh \
meshes/disc_P2_h2.mesh \
meshes/disc_P2_h4.mesh \
meshes/sphere_with_quadratic_tetra_16000_elts.mesh \
meshes/disc_P2_h6.mesh \
meshes/sphere_with_quadratic_tetra_2000_elts.mesh \
meshes/disc_P2_h8.mesh \
meshes/sphere_with_quadratic_tetra_400_elts.mesh \
meshes/disc_P2_h10.mesh \
meshes/sphere_with_quadratic_tetra_80_elts.mesh \
meshes/donut_regulier_32_elements.mesh \
meshes/sphere_with_quadratic_tetra_8_elts.mesh \
meshes/disc_with_a_hole.mesh \
meshes/punch2D_1.mesh \
meshes/punch2D_2.mesh \
meshes/multi_body.mesh \
meshes/donut_regulier_512_elements.mesh
LOG_COMPILER = perl
|