diff --git a/Geo/Makefile b/Geo/Makefile index bf390b3b365a26e37ab590d7912e5f76cf8e8cb5..77ea183111a7f2960712c59f0076bb91b029bf19 100644 --- a/Geo/Makefile +++ b/Geo/Makefile @@ -21,15 +21,15 @@ SRC = GEntity.cpp\ discreteEdge.cpp discreteFace.cpp discreteRegion.cpp\ fourierEdge.cpp fourierFace.cpp fourierProjectionFace.cpp\ GModel.cpp\ - GModelIO_Geo.cpp\ - GModelIO_Mesh.cpp\ - GModelIO_OCC.cpp\ - GModelIO_Fourier.cpp\ - GModelIO_CGNS.cpp\ - GModelIO_MED.cpp\ + GModelIO_Geo.cpp\ + GModelIO_Mesh.cpp\ + GModelIO_OCC.cpp\ + GModelIO_Fourier.cpp\ + GModelIO_CGNS.cpp\ + GModelIO_MED.cpp\ ExtrudeParams.cpp \ Geo.cpp \ - GeoStringInterface.cpp GeoInterpolation.cpp\ + GeoStringInterface.cpp GeoInterpolation.cpp\ findLinks.cpp\ MVertex.cpp\ MFace.cpp\ diff --git a/Makefile b/Makefile index 2a82970c2e4822b47bf0681b4bc44652b61b1e87..b093001d5ab03610ed5f334ba7cf6d4c26c7a43b 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,9 @@ GMSH_API = Geo/GModel.h Geo/GEntity.h Geo/GPoint.h\ Geo/SPoint2.h Geo/SPoint3.h Geo/SVector3.h Geo/SBoundingBox3d.h\ Geo/Pair.h Geo/Range.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 Numeric/gmshFunction.h\ Post/PView.h Post/PViewData.h Plugin/PluginManager.h\ Common/VertexArray.h Common/GmshMessage.h\ Common/Gmsh.h Common/GmshDefines.h Common/GmshVersion.h diff --git a/Mesh/Makefile b/Mesh/Makefile index 648214f25100dde9a2e4c1434c0d55b0e41a5205..dd505c04db3c7e3181de11bec7d321d2bfbde07f 100644 --- a/Mesh/Makefile +++ b/Mesh/Makefile @@ -44,7 +44,7 @@ SRC = Generator.cpp \ BDS.cpp \ HighOrder.cpp \ Partition.cpp \ - Refine.cpp + meshRefine.cpp OBJ = ${SRC:.cpp=${OBJEXT}} diff --git a/Mesh/Refine.cpp b/Mesh/meshRefine.cpp similarity index 100% rename from Mesh/Refine.cpp rename to Mesh/meshRefine.cpp