mfem/web

Improve documentation of GetElementTransformation

Closed this issue · 1 comments

From mfem/mfem#2824 (comment):

the doxygen comment for GetElementTransformation(int) and other similar methods can be be improved to clarify that the returned pointer points to an internal objects which is invalidated by other calls to the same method (with a different index) or by calls to some other methods.