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
BUGFIX: Illegal use of uninitialised value (backport)
[foam-extend-3.2.git]
/
src
/
multiSolver
/
include
/
setSolverDomain.H
blob
52b2a5a335fd43c9a1d6b2ce2fa35602fe8819e6
1
} // previous solver domain goes out of scope
2
multiRun.setSolverDomain(solverDomain);
3
4
// Clear defines that may interfere with other solver domains
5
#undef createPhi_H
6
#undef createPhiV_H
7
#undef initContinuityErrs_H
8
9
if (multiRun.run())
10
{ // next solver domain comes into scope