Skip to content
Snippets Groups Projects
Commit e591cf13 authored by Vaggelis Papoutsis's avatar Vaggelis Papoutsis Committed by Andrew Heather
Browse files

ENH: objectiveDict is appended with objective name

to allow for continuation with averaging, line search and multiple
objectives
parent d496d653
No related branches found
No related tags found
1 merge request!314ENH: Adjoint optimisation fixes
......@@ -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_,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment