Mac port, topo FV mesh
This commit is contained in:
parent
629d716c38
commit
f01d38cc30
72 changed files with 6 additions and 22 deletions
|
@ -8,7 +8,8 @@ wmake libso dynamicMesh
|
||||||
meshMotion/Allwmake
|
meshMotion/Allwmake
|
||||||
|
|
||||||
# Make libraries in dynamicFvMesh
|
# Make libraries in dynamicFvMesh
|
||||||
dynamicFvMesh/Allwmake
|
wmake libso dynamicFvMesh
|
||||||
|
wmake libso dynamicTopoFvMesh
|
||||||
|
|
||||||
wmake libso topoChangerFvMesh
|
wmake libso topoChangerFvMesh
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -34,6 +34,7 @@ Author
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#include "objectRegistry.H"
|
||||||
#include "foamTime.H"
|
#include "foamTime.H"
|
||||||
#include "IOMap.H"
|
#include "IOMap.H"
|
||||||
#include "meshOps.H"
|
#include "meshOps.H"
|
|
@ -23,6 +23,7 @@ License
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#include "objectRegistry.H"
|
||||||
#include "foamTime.H"
|
#include "foamTime.H"
|
||||||
#include "coupledInfo.H"
|
#include "coupledInfo.H"
|
||||||
#include "emptyPolyPatch.H"
|
#include "emptyPolyPatch.H"
|
|
@ -35,6 +35,7 @@ SourceFiles
|
||||||
#ifndef eMesh_H
|
#ifndef eMesh_H
|
||||||
#define eMesh_H
|
#define eMesh_H
|
||||||
|
|
||||||
|
#include "objectRegistry.H"
|
||||||
#include "foamTime.H"
|
#include "foamTime.H"
|
||||||
#include "polyMesh.H"
|
#include "polyMesh.H"
|
||||||
#include "edgeIOList.H"
|
#include "edgeIOList.H"
|
|
@ -34,6 +34,7 @@ Author
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#include "objectRegistry.H"
|
||||||
#include "foamTime.H"
|
#include "foamTime.H"
|
||||||
#include "meshOps.H"
|
#include "meshOps.H"
|
||||||
#include "ListOps.H"
|
#include "ListOps.H"
|
Reference in a new issue