> 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.
You also have to adjust the SaturationBoundaryValues class appropriately, since it sets saturation boundary values based on the location of a boundary quadrature point. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
