Stefano Frambati

Results 10 issues of Stefano Frambati

This PR provides a significant boost to the performance of the Acoustic wave propagator. In particular: * The assembly of the (approximate) stiffness matrix exploits the characteristic of the SEM...

type: bug
type: optimization
flag: ready for review
flag: requires rebaseline

This PR adds the first unit test for the pygeosx python interface. This test runs a very simple wave propagation problem, handling the time loop in python. The test command...

type: testing
type: pygeosx

This PR includes a few optimizations by @jiemeng-total and @acitrain on the initialization phase of GEOSX, especially for mesh levels higher than zero. Specifically: - a few variable declarations were...

type: optimization
flag: ready for review

**Describe the bug** Run GEOSX with a vtk file. GEOSX fails with the following error: ``` ***** LOCATION: /(insert path here)/Group.hpp:337 ***** Controlling expression (should be false): child == nullptr...

type: bug

Hi, I don't know if this is a potential issue or simply a misuse of the library. When I have a a shared object and a main executable, both compiling...

**Describe the issue** Compilation on Pangea3 generates (repeatedly) the following warning: ``` GEOS/src/coreComponents/common/TypeDispatch.hpp(371): warning: variable "typeListPrinter" was declared but never referenced detected during: instantiation of "__nv_bool geos::types::dispatch(LIST, LAMBDA &&, Ts...

type: cleanup / refactor

Draft PR for debugging purposes. To be finalized

type: bug

This PR introduces attenuation for the isotropic Elastic Wave Propagator (SEM, 2nd order formulation). Specifically, this PR follows the approach of [1], which is based on the satndard Fichtner approach...

type: feature
flag: requires rebaseline
ci: run integrated tests

This PR adds a new method to determine if a point lies inside or outsilde a (convex) polyhedral cell. Compared to the current method, the new implementation is slower, but...

type: bug
ci: run CUDA builds
flag: ready for review
flag: requires rebaseline
ci: run integrated tests

This PR adds attenuation for the acoustic isotropic and VTI wave solvers, analogously as done for the elastic solvers by #3080 . THe method is similar: memory variables are added,...

type: feature
flag: requires rebaseline