- Mar 27, 2024
-
-
Dmitri Naumov authored
Various small fixes mostly from cppcheck See merge request ogs/ogs!4964
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The value k could be pointing to the end of the vector if the for loops runs through without fulfilling the if-condition.
-
Dmitri Naumov authored
Resolves cppcheck warning about missing return statement.
-
Dmitri Naumov authored
-
Tom Fischer authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Use shape matrix cache in LiquidFlow process to reduce memory consumption See merge request ogs/ogs!4962
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Mar 26, 2024
-
-
Dmitri Naumov authored
Pass the solution vectors of all coupled processes to setInitialConditions See merge request ogs/ogs!4950
-
-
-
-
wenqing authored
-
wenqing authored
to NumLib
-
wenqing authored
to avoid data copying
-
wenqing authored
-
wenqing authored
-
wenqing authored
-
wenqing authored
-
wenqing authored
-
wenqing authored
-
wenqing authored
-
wenqing authored
setInitialConditionsConcrete
-
wenqing authored
From std::vectory<double> to Eigen::VectorXd
-
Dmitri Naumov authored
Add Newton nonlinear iteration feature in the HeatTransportBHE process See merge request ogs/ogs!4956
-
HBShaoUFZ authored
Add Nonlinear Solver Section to Heat_Transport_BHE removing extra blank line remove tailing white space add more description
-
HBShaoUFZ authored
use xml in the test config
-
HBShaoUFZ authored
fix running error fix xml patch error
-
HBShaoUFZ authored
-
HBShaoUFZ authored
realize BHE Jacobi assembler fix compiling error fix run-time error remove assert fix BHE should be -=, bhe part set local M and K to zero, soil part use BheLocalMatrixType and BheLocalVectorType
-
HBShaoUFZ authored
realize Jakobi assember fix run-time error correct size fix soil should be -=, soil part set local M and K to zero, soil part
-
- Mar 25, 2024
-
-
Dmitri Naumov authored
-
- Mar 23, 2024
-
-
Dmitri Naumov authored
TH2M; extract Permeability data and model See merge request ogs/ogs!4951
-
- Mar 22, 2024
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Move after constitutive models evaluation and remove no longer necessary setting of equivalent plastic strain, total stress, and mechanical strain.
-
Dmitri Naumov authored
-