From d147a0739f3b180e138ab1a214c28a885859e96c Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Sun, 23 Jun 2019 21:47:32 +0200 Subject: [PATCH] corrected init file of heat example to support output --- examples/init/heat.dat.2d | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/examples/init/heat.dat.2d b/examples/init/heat.dat.2d index e938b21c..350c7bfa 100644 --- a/examples/init/heat.dat.2d +++ b/examples/init/heat.dat.2d @@ -1,8 +1,7 @@ -heatMesh->macro file name: ./macro/macro.stand.2d -heatMesh->global refinements: 4 +heatMesh->global refinements: 2 heatMesh->min corner: 0 0 heatMesh->max corner: 2 2 -heatMesh->num cells: 2 2 +heatMesh->num cells: 8 8 heat->mesh: heatMesh heat->names: u @@ -13,10 +12,10 @@ heat->solver->break if tolerance not reached: 1 heat->solver->info: 1 heat->solver->left precon: diag -heat->output->filename: heat.2d -heat->output->output directory: output -heat->output->ParaView format: 1 -heat->output->ParaView mode: 1 +heat->output[0]->filename: heat.2d +heat->output[0]->output directory: output +heat->output[0]->ParaView mode: 1 +heat->output[0]->ParaView animation: 1 adapt->timestep: 0.1 adapt->start time: 0.0 -- GitLab