ufz / ogs5

OpenGeoSys THM/C simulator version 5
https://www.opengeosys.org/ogs-5
Other
39 stars 97 forks source link

Some approvements about SP linear solver, BCs for excavation. #124

Closed wenqing closed 5 years ago

wenqing commented 5 years ago
  1. removed a weird characters from CMakeLists.txt, which prevents OGS_CONFIG=SP to work.
  2. In new equation solver (OGS_CONFIG=SP), let solutions of the the deactivated domain, in which all associated entries of the matrix and vectors are zero, to zero. To do this, the zero diagonal entries of the stiffness matrix are assigned with a small number. Before the change, theses solutions just take theirs initial guess.
  3. removed spurious piece of source code in IncorporateBoundaryConditions.
norihiro-w commented 5 years ago

👍