From 9d6a1e4ca22182744cc6ef3b00ad157232f68237 Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Fri, 7 Sep 2018 18:29:19 +0200 Subject: [PATCH] Initfile for heat example added --- examples/init/heat.dat.2d | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 examples/init/heat.dat.2d diff --git a/examples/init/heat.dat.2d b/examples/init/heat.dat.2d new file mode 100644 index 00000000..31836835 --- /dev/null +++ b/examples/init/heat.dat.2d @@ -0,0 +1,24 @@ +heatMesh->macro file name: ./macro/macro.stand.2d +heatMesh->global refinements: 4 +heatMesh->min corner: 0 0 +heatMesh->max corner: 1 1 +heatMesh->num cells: 2 2 +heatMesh->dimension: 2 2 + +heat->mesh: heatMesh +heat->names: u +heat->solver->name: cg +heat->solver->max iteration: 1000 +heat->solver->absolute tolerance: 1e-6 +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 + +adapt->timestep: 0.1 +adapt->start time: 0.0 +adapt->end time: 1.0 -- GitLab