Mac port, topo FV mesh

This commit is contained in:
Hrvoje Jasak 2015-08-07 01:57:10 +01:00 committed by Dominik Christ
parent 629d716c38
commit f01d38cc30
72 changed files with 6 additions and 22 deletions

View file

@ -8,7 +8,8 @@ wmake libso dynamicMesh
meshMotion/Allwmake
# Make libraries in dynamicFvMesh
dynamicFvMesh/Allwmake
wmake libso dynamicFvMesh
wmake libso dynamicTopoFvMesh
wmake libso topoChangerFvMesh

View file

@ -1,12 +0,0 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
# Clean dynamicFvMesh libraries
wclean
wclean dynamicTopoFvMesh
# Wipe out all lnInclude directories and re-link
wcleanLnIncludeAll
# ----------------------------------------------------------------- end-of-file

View file

@ -1,9 +0,0 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
# Make dynamicFvMesh libraries
wmake libso
wmake libso dynamicTopoFvMesh
# ----------------------------------------------------------------- end-of-file

View file

@ -34,6 +34,7 @@ Author
\*---------------------------------------------------------------------------*/
#include "objectRegistry.H"
#include "foamTime.H"
#include "IOMap.H"
#include "meshOps.H"

View file

@ -23,6 +23,7 @@ License
\*---------------------------------------------------------------------------*/
#include "objectRegistry.H"
#include "foamTime.H"
#include "coupledInfo.H"
#include "emptyPolyPatch.H"

View file

@ -35,6 +35,7 @@ SourceFiles
#ifndef eMesh_H
#define eMesh_H
#include "objectRegistry.H"
#include "foamTime.H"
#include "polyMesh.H"
#include "edgeIOList.H"

View file

@ -34,6 +34,7 @@ Author
\*---------------------------------------------------------------------------*/
#include "objectRegistry.H"
#include "foamTime.H"
#include "meshOps.H"
#include "ListOps.H"