Mentions légales du service

Skip to content

#1520 Global coordinates of quadrature points

DIAZ Jerome requested to merge jediaz/MoReFEM:1520_global_coords_quad_pts into master

Contains a new parameter operator to compute the global coordinates of quadrature points. The underlying parameter can then be written out for post processing purposes (such as defining other parameters at quadrature points). Several tests are done on the output of this new operator by comparing the resulting global coordinates with independently computed analytical coordinates of the different quadrature rules on reference finite elements for each topology (unit segment, unit triangle etc...).

Merge request reports