From c7006fdc8497d91561e78fe863f879b9b3ee4fd0 Mon Sep 17 00:00:00 2001 From: Jean-Francois Remacle <jean-francois.remacle@uclouvain.be> Date: Tue, 6 Jan 2009 22:40:41 +0000 Subject: [PATCH] *** empty log message *** --- Geo/Makefile | 14 +++++++------- Makefile | 3 +++ Mesh/Makefile | 2 +- Mesh/{Refine.cpp => meshRefine.cpp} | 0 4 files changed, 11 insertions(+), 8 deletions(-) rename Mesh/{Refine.cpp => meshRefine.cpp} (100%) diff --git a/Geo/Makefile b/Geo/Makefile index bf390b3b36..77ea183111 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 2a82970c2e..b093001d5a 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 648214f251..dd505c04db 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 -- GitLab