repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git]
/
src
/
OpenFOAM
/
include
/
addRegionOption.H
blob
d801dd0de60ed3b5607eb057a352027ecc422e6e
1
//
2
// addRegionOption.H
3
// ~~~~~~~~~~~~~~~~~
4
5
Foam::argList::addOption
6
(
7
"region",
8
"name",
9
"specify alternative mesh region"
10
);
11