[Core] Add GeometryMetricsTensorAdaptor#14208
Conversation
|
Just to comment that DomainSize is alrrady exppsed in the geoemtriestensoradaptor |
Hmm... Is it? I checked, it exposes the Jacobians, but not the domain size straight away. Unless I do the jacobians determinant integration manually, I don't see a way to get the domain size. Am I missing something @RiccardoRossi ? |
i thought it was one of the ones exposed...yet if it is not it is a trivial change to add it ... |
|
@RiccardoRossi We could change the Another thing is, all the computations in |
…s/add_geometry_metrics_ta
|
@matekelemen I addressed your comments, and this is ready for your review. |
📝 Description
This PR adds
GeometryMetricsTensorAdaptorwhich is able to computeDomainSizeof each geometry in the givenGeometries,ElementsorConditionscontainer.Thsi is made such that, it would be easier to extend if someone needs
Length,Area,Volume, etc methods in future as well.🆕 Changelog
GeometryMetricsTensorAdaptor