Hi,

When I change the global dimensions from
 GridGenerator::hyper_cube (triangulation, 0, 1) to
 GridGenerator::hyper_cube (triangulation, 1, 2) or any non zero value for
the second argument gives me wrong results. I am wondering if I am missing a
very trivial point here. The terminal output in this case:

Timestep 1
   21 CG Schur complement iterations for pressure.
   0 CG iterations for saturation.
   Now at t=2.98135, dt=2.98135.

Timestep 2
   7 CG Schur complement iterations for pressure.
   0 CG iterations for saturation.
   Now at t=5.96269, dt=2.98135.

Timestep 3
   0 CG Schur complement iterations for pressure.
   0 CG iterations for saturation.
   Now at t=8.94404, dt=2.98135.

Timestep 4
   0 CG Schur complement iterations for pressure.
   0 CG iterations for saturation.
   Now at t=11.9254, dt=2.98135.

Thanks
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to