https://github.com/feelpp/feelpp
Raw File
Tip revision: 076c4b04f6826f8729da96caaf7c0f41a5fba8a6 authored by thomas-saigre on 28 October 2021, 15:14:04 UTC
fix configuration
Tip revision: 076c4b0
CMakeLists.txt

#
# 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
set_directory_properties(PROPERTIES LABEL testinterpolation )

feelpp_add_test( interpolation_type )
feelpp_add_test( form_interpolation NO_MPI_TEST )
feelpp_add_test( interpolation NO_MPI_TEST   )
feelpp_add_test( interpolation_op NO_MPI_TEST )
feelpp_add_test( interp_twomesh NO_MPI_TEST )
feelpp_add_test( eval_at_point )
feelpp_add_test( operatorinterpolation )
feelpp_add_test( hypercubeinterpolation )
feelpp_add_test( interpolation_grad )
feelpp_add_test( interpolation_id )

feelpp_add_test( interpolation_RT CFG test_interpolation_RT.cfg NO_MPI_TEST)
feelpp_add_test( interpolation_Nedelec CFG test_interpolation_Nedelec.cfg NO_MPI_TEST)
feelpp_add_test( interpolation_Nedelec3d CFG test_interpolation_Nedelec3d.cfg NO_MPI_TEST )

feelpp_add_test( darcy_on_2d SRCS test_darcy_on.cpp CFG test_darcy_on.cfg DEFS FEELPP_DIM=2 CLI "--gmsh.hsize=0.1" )
feelpp_add_test( darcy_on_3d SRCS test_darcy_on.cpp CFG test_darcy_on.cfg DEFS FEELPP_DIM=3  CLI "--gmsh.hsize=0.1" )

back to top