repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Report patch name instead of index in debug
[foam-extend-3.2.git]
/
src
/
foam
/
include
/
createMesh.H
blob
630494649d5642631313e5226115de446a515e1d
1
//
2
// createMesh.H
3
// ~~~~~~~~~~~~
4
5
Foam::Info
6
<< "Create mesh for time = "
7
<< runTime.timeName() << Foam::nl << Foam::endl;
8
9
Foam::fvMesh mesh
10
(
11
Foam::IOobject
12
(
13
Foam::fvMesh::defaultRegion,
14
runTime.timeName(),
15
runTime,
16
Foam::IOobject::MUST_READ
17
)
18
);