Stefano Frambati
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...
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...
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...
[Bug] GEOSX execution fails for the acoustic solver on VTK files unless the VTKMesh is called "mesh"
**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...
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...
Draft PR for debugging purposes. To be finalized
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...
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...
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,...