grinsfem / grins

Multiphysics Finite Element package built on libMesh
http://grinsfem.github.io
Other
47 stars 39 forks source link

Use vertex_average (what "centroid" used to give) #615

Closed roystgnr closed 2 years ago

roystgnr commented 2 years ago

libMesh Elem::centroid was deprecated, since its name didn't match its behavior.

pbauman commented 2 years ago

Thanks for cleaning that up!