We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58603dc + cd7197b commit 33c4ad3Copy full SHA for 33c4ad3
hermes-3.cxx
@@ -190,6 +190,9 @@ void Hermes::outputVars(Options& options) {
190
// Save the Hermes version in the output dump files
191
options["HERMES_REVISION"].force(hermes::version::revision);
192
193
+ // Ensure that metrics are updated
194
+ mesh->getCoordinates()->outputVars(options);
195
+
196
// Save normalisation quantities. These may be used by components
197
// to calculate conversion factors to SI units
198
0 commit comments