> Does the function VectorTools::project that is used to project the > initial condition in step-21 performs L-2 projections?
Yes, just as the documentation suggests. > I am using this > function to account for the initial conditions for my problem and after > plotting it (the initial condition) I observe some overshoots and > undershoots. Thanks in advance. That's what happens with the L2 projection of functions that are (nearly) discontinuous. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
