← Back to team overview

dolfin team mailing list archive

Re: Projection onto finer meshes

 

Garth N. Wells wrote:
Hmm, ok. I will try to compute the integral on the right-hands at runtime using quadrature and use it to determine Pu.

It might be useful to look at

  DiscreteFunction::eval(real* values, const real* x) const

It uses some of what you'll need.

ok!


References