TotoGaz

Results 26 issues of TotoGaz

Here is the first version of the work plan to eventually import fractures from input files instead of using `SurfaceGenerator`. - [x] Move the `m_recalculateFractureConnectorEdges`, `m_edgesToFractureConnectorsEdges`, `m_fractureConnectorsEdgesToEdges` and `m_fractureConnectorEdgesToFaceElements` from...

type: feature

It appears that we were not using the VM sizes we were paying `travis-ci` for. - [x] Use the `large` machines for all the `travis` pipeline. Done in https://github.com/GEOSX/GEOSX/pull/2025 -...

type: cleanup / refactor

I compile today's `develop` (`310492d0`) _with GPU support_ and run the unit tests, inside my `nvidia-docker` environment. I compile with `CUDA 10.1.243`, `-arch sm_61`, nvidia's driver `460.39`, `nvidia-docker version 20.10.3,...

Related to discussion [here](https://github.com/GEOSX/GEOSX/pull/1878#discussion_r857052469). Instead of using raw `string` to identify the fields, let's build up some `FieldPath class` that will be easier to manipulate (and more robust). @rrsettgast @CusiniM

This PRs configures the repository to be able to use https://github.com/features/codespaces . It's possible to get a configured env up and running in the cloud in a matter of minutes....

type: build system
type: dev environment
flag: requires updated TPL(s)

We now extensively use `extrinsicData` when registering information here and there (some code seems duplicated in `ObjectManagerBase` and `ConstitutiveBase`... whatever). It's proposed to use the `fields` naming instead. This should...

First WIP version

Let's add the support for prism with 7 faces or more! Here are the planned steps. For a first PR: - [x] Validate support of `vtk 42` recognition and conversion...

type: feature

Resolution of https://github.com/GEOSX/GEOSX/issues/1889 emphasized that the quartz target on travis was outdated (in a nutshell, old version of `clang` and more important, old `gcc` headers). See full discussion here https://github.com/GEOSX/thirdPartyLibs/pull/200....

Related to issue https://github.com/GEOSX/GEOSX/issues/1440: some tests `testTensorOpsInverseTwoArgs` and `testTensorOpsInverseOneArg` are failing due to large numerical imprecision. Using the Kahan method to compute 2x2 determinants brings more precision. 3x3 case still...