ENH: objectiveDict is appended with objective name

to allow for continuation with averaging, line search and multiple
objectives
This commit is contained in:
Vaggelis Papoutsis
2019-12-16 21:05:55 +02:00
committed by Andrew Heather
parent d496d6536d
commit e591cf130c

View File

@ -162,7 +162,7 @@ objective::objective
// Read JMean from dictionary, if present
IOobject headObjectiveIODict
(
"objectiveDict",
"objectiveDict" + objectiveName_,
mesh_.time().timeName(),
"uniform",
mesh_,
@ -654,7 +654,7 @@ void objective::writeMeanValue() const
(
IOobject
(
"objectiveDict",
"objectiveDict" + objectiveName_,
mesh_.time().timeName(),
"uniform",
mesh_,