diff --git a/CMakeLists.txt b/CMakeLists.txt index bf645e46d4b6f32997c2d6e3214756e169e937e5..79f7a61a343991d56966215da7d983d45e1b6564 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ set(GMSH_API ${CMAKE_BINARY_DIR}/Common/GmshConfig.h ${CMAKE_BINARY_DIR}/Common/GmshVersion.h Common/Gmsh.h Common/GmshDefines.h Common/GmshMessage.h Common/VertexArray.h - Numeric/Gauss.h Numeric/FunctionSpace.h Numeric/GmshMatrix.h + Numeric/Numeric.h Numeric/Gauss.h Numeric/FunctionSpace.h Numeric/GmshMatrix.h Numeric/gmshAssembler.h Numeric/gmshTermOfFormulation.h Numeric/gmshLaplace.h Numeric/gmshElasticity.h Numeric/gmshLinearSystem.h Numeric/gmshLinearSystemGmm.h Numeric/gmshLinearSystemFull.h @@ -68,8 +68,10 @@ set(GMSH_API Geo/MQuadrangle.h Geo/MTetrahedron.h Geo/MHexahedron.h Geo/MPrism.h Geo/MPyramid.h Geo/MElementCut.h Geo/discreteVertex.h Geo/discreteEdge.h Geo/discreteFace.h Geo/discreteRegion.h Geo/SPoint2.h Geo/SPoint3.h - Geo/SVector3.h Geo/SBoundingBox3d.h Geo/Pair.h Geo/Range.h + Geo/SVector3.h Geo/STensor3.h Geo/SBoundingBox3d.h Geo/Pair.h Geo/Range.h Geo/SOrientedBoundingBox.h Geo/CellComplex.h Geo/ChainComplex.h + Mesh/meshGEdge.h Mesh/meshGFace.h Mesh/meshGFaceOptimize.h + Mesh/meshGFaceDelaunayInsertion.h Post/PView.h Post/PViewData.h Plugin/PluginManager.h Graphics/drawContext.h contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h diff --git a/Geo/STensor3.h b/Geo/STensor3.h index 3b406bf636278000a325d4125c4b160174b73847..0c3d0982c2b88eddbdd17aa4d7aa359c7f4154a3 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -9,6 +9,7 @@ #include "SVector3.h" #include "GmshMatrix.h" #include "Numeric.h" + // concrete class for symmetric positive definite 3x3 matrix class SMetric3 { protected: