GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
207 stars 83 forks source link

Force the number of quadrature points to 1 in some constitutive models #2454

Open francoishamon opened 1 year ago

francoishamon commented 1 year ago

Describe the issue For multiphase poromechanics simulations on hexahedral meshes, the memory requirements of the constitutive models (multifluid, relperm, capillary pressure) are huge because of the way we determine the number of quadrature points in these models

Proposed cleanup Does anyone mind if I do the following:

?

I did not find another way to do it (for instance, using mesh levels and discretization) given the way poromechanics kernels interact with the mesh levels.

@rrsettgast @CusiniM @klevzoff @castelletto1

TotoGaz commented 1 year ago

@francoishamon is this "in progress"? How does this relate to https://github.com/GEOS-DEV/GEOS/issues/2338?