Select Git revision
Forked from
gmsh / gmsh
Source project has a limited visibility.
-
Amaury Johnen authored
AnalyseCurvedMesh development (works for triangle and tetra but is not yet optimized and is still incomplete, edit PluginManager.cpp to activate the plugin)
Amaury Johnen authoredAnalyseCurvedMesh development (works for triangle and tetra but is not yet optimized and is still incomplete, edit PluginManager.cpp to activate the plugin)
CMakeLists.txt 641 B
# Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle
#
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to <gmsh@geuz.org>.
set(SRC
Numeric.cpp
fullMatrix.cpp
polynomialBasis.cpp
JacobianBasis.cpp
GaussQuadratureLin.cpp
GaussQuadratureTri.cpp
GaussQuadratureQuad.cpp
GaussQuadratureTet.cpp
GaussQuadratureHex.cpp
GaussQuadraturePri.cpp
GaussLegendreSimplex.cpp
Gauss.cpp
robustPredicates.cpp
mathEvaluator.cpp
Iso.cpp
DivideAndConquer.cpp
)
file(GLOB HDR RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.h)
append_gmsh_src(Numeric "${SRC};${HDR}")