On 4/9/19 1:27 AM, Phạm Ngọc Kiên wrote: > I looked through the codes for Fe_Nedelec_SZ in the library and found that > the > fe_values was transformed from reference cell to physical cell by the > function > like: > mapping.transform(make_array_view(fe_data.shape_values[dof]), > mapping_covariant, > mapping_internal, > make_array_view(transformed_shape_values)); > Does this mean that fe_values.value(i,q_point) and fe_values.curl(i,q_point) > are stored on physical cell?
Yes, yes, of course -- that's the point of FEValues :-) Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
