Merge branch 'master' into cvm

Conflicts:
	tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/extrudeToRegionMeshDict
	tutorials/lagrangian/reactingParcelFilmFoam/panel/system/extrudeToRegionMeshDict
This commit is contained in:
graham
2011-04-21 12:02:49 +01:00
779 changed files with 53481 additions and 57675 deletions

View File

@ -27,6 +27,7 @@ License
#include "addToRunTimeSelectionTable.H"
#include "SortableList.H"
#include "globalIndex.H"
#include "SubField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -117,6 +117,7 @@ License
#include "Time.H"
#include "OFstream.H"
#include "globalIndex.H"
#include "SubField.H"
extern "C"
{

View File

@ -1,4 +1,11 @@
# Note including of mplib compilation rules. This
# is purely to avoid scotch.h including mpicxx.h
# which causes problems.
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
sinclude $(RULES)/mplib$(WM_MPLIB)
EXE_INC = \
$(PFLAGS) $(PINC) \
-I$(SCOTCH_ARCH_PATH)/include \
-I/usr/include/scotch \
-I../decompositionMethods/lnInclude

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2009-2010 OpenCFD Ltd.
\\ / A nd | Copyright (C) 2009-2011 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -65,7 +65,7 @@ License
The current default mapping strategy in Scotch can be seen by using the
"-vs" option of program gmap. It is, to date:
b
r
{
job=t,
map=t,
@ -76,11 +76,17 @@ License
{
asc=b
{
bnd=d{pass=40,dif=1,rem=1}f{move=80,pass=-1,bal=0.005},
org=f{move=80,pass=-1,bal=0.005},
bnd=
(
d{pass=40,dif=1,rem=1}
|
)
f{move=80,pass=-1,bal=0.002491},
org=f{move=80,pass=-1,bal=0.002491},
width=3
},
low=h{pass=10}f{move=80,pass=-1,bal=0.0005},
low=h{pass=10}
f{move=80,pass=-1,bal=0.002491},
type=h,
vert=80,
rat=0.8
@ -89,11 +95,17 @@ License
{
asc=b
{
bnd=d{pass=40,dif=1,rem=1}f{move=80,pass=-1,bal=0.005},
org=f{move=80,pass=-1,bal=0.005},
bnd=
(
d{pass=40,dif=1,rem=1}
|
)
f{move=80,pass=-1,bal=0.002491},
org=f{move=80,pass=-1,bal=0.002491},
width=3
},
low=h{pass=10}f{move=80,pass=-1,bal=0.0005},
low=h{pass=10}
f{move=80,pass=-1,bal=0.002491},
type=h,
vert=80,
rat=0.8
@ -102,6 +114,9 @@ License
}
Note: instead of gmap run gpart <nProcs> -vs <grfFile>
where <grfFile> can be obtained by running with 'writeGraph=true'
\*---------------------------------------------------------------------------*/
#include "scotchDecomp.H"
@ -110,6 +125,7 @@ License
#include "Time.H"
#include "OFstream.H"
#include "globalIndex.H"
#include "SubField.H"
extern "C"
{