LvTravis wrote: > Hello: > It seems that shape_value function provide only values on quadrature > points. > However, solving a local problem(when solving a problem in one of the > child cells), I need shape function values on all the quadrature > points of the childcells(the shape function belongs to the parent > cell). So basically I need to have access to shape function values on > arbitrary points within a cell. > Is there a way to do it?Or is there a simple way to modify the > parameters of the shape_value function? QProjector applied to the parent cell achieves exactly that.
Best, Guido _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
