KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
1.01k stars 244 forks source link

5th order Gauss quadrature #10362

Open jgonzalezusua opened 1 year ago

jgonzalezusua commented 1 year ago

Description The 5th order quadrature is not implemented in quadrilateral_2d_9.h but it can be found in quadrilateral_2d_8.h. Is it possible to introduce the 5th order Gauss quadrature for the nine noded quadrilateral? It is just to write three code lines. Maybe it was not introduced because some problems were found in this geometry but there is no documentation in Kratos related to that.

Scope

rubenzorrilla commented 1 year ago

Most probably it is not in there because no one did it. I think there is no inconvenience on adding it.