Skip to content

Commit

Permalink
Merge pull request #114 from bendudson/output-metrics
Browse files Browse the repository at this point in the history
Ensure that metrics are written to output file
  • Loading branch information
bendudson authored Mar 9, 2023
2 parents 58603dc + cd7197b commit 33c4ad3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hermes-3.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ void Hermes::outputVars(Options& options) {
// Save the Hermes version in the output dump files
options["HERMES_REVISION"].force(hermes::version::revision);

// Ensure that metrics are updated
mesh->getCoordinates()->outputVars(options);

// Save normalisation quantities. These may be used by components
// to calculate conversion factors to SI units

Expand Down

0 comments on commit 33c4ad3

Please sign in to comment.