summaryrefslogtreecommitdiff
path: root/apps/adrian/cylinder2d/common/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/adrian/cylinder2d/common/model.h')
-rw-r--r--apps/adrian/cylinder2d/common/model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/adrian/cylinder2d/common/model.h b/apps/adrian/cylinder2d/common/model.h
index 89b276b..d70208a 100644
--- a/apps/adrian/cylinder2d/common/model.h
+++ b/apps/adrian/cylinder2d/common/model.h
@@ -170,10 +170,12 @@ void getResults(Grid2D<T,DESCRIPTOR>& grid,
SuperLatticePhysPressure2D<T,DESCRIPTOR> pressure(sLattice, converter);
SuperLatticeGeometry2D<T,DESCRIPTOR> geometry(sLattice, sGeometry);
SuperLatticeKnudsen2D<T,DESCRIPTOR> knudsen(sLattice);
+ SuperLatticeRefinementMetricKnudsen2D<T,DESCRIPTOR> quality(sLattice, converter);
vtmWriter.addFunctor(geometry);
vtmWriter.addFunctor(velocity);
vtmWriter.addFunctor(pressure);
vtmWriter.addFunctor(knudsen);
+ vtmWriter.addFunctor(quality);
if (iT==0) {
vtmWriter.createMasterFile();