This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Jun 27, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This is significant speedup for large simulations.
-
Dmitri Naumov authored
-
- May 30, 2023
-
-
Tom Fischer authored
-
- May 23, 2023
-
-
wenqing authored
-
- Mar 28, 2023
-
-
Tom Fischer authored
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Dec 14, 2022
-
-
Tom Fischer authored
-
- Sep 23, 2022
-
-
- Aug 02, 2022
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The element ids are used to check if globally the variable has been deactivated for all surrounding elements making application of dirichlet 0 bcs necessary to avoid singular global system.
-
- Jun 28, 2022
-
-
Dmitri Naumov authored
Removing unique_ptr and constness from the members allowing removing the constructors. Defaulting ProcessVariable move ctor.
-
Dmitri Naumov authored
Adding a new convenience overload of getEssentialBCValuesLocal taking whole mesh w/o nodes.
-
- May 24, 2022
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The previous method was based on material ids, but now it is gone there must be another method to find out whether an element is active or not.
-
Dmitri Naumov authored
Replacing the dummy segment with an optional one to avoid floating point exception in the evaluation of the position on the line. If the whole domain is deactivated, then there is no need to evaluate a position on a line segment.
-
Dmitri Naumov authored
A deactivated subdomain consists of a single set of elements (with inner and outer nodes) instead of multiple meshes, one for each material id. In the former implementation the artificially created boundary between two deactivated subdomains was not handled correctly resulting in singular global matrices.
-
- May 16, 2022
-
-
Tom Fischer authored
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Oct 10, 2021
-
-
Dmitri Naumov authored
-
- Oct 05, 2021
-
-
Tom Fischer authored
-
- May 11, 2021
-
-
Dmitri Naumov authored
Allowing not only a zero value to be applied to the inactive nodes but also heterogeneous, time-dependent values.
-
Dmitri Naumov authored
-
- Apr 28, 2021
-
-
Dmitri Naumov authored
-
- Apr 27, 2021
-
-
Dmitri Naumov authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
Adding a single space in incorrectly broken lines.
-
- Mar 31, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Either time interval is given w/o line segment, which is unused for whole material ids blocks deactivation *or* a curve and line segment must be given.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Creating the curve for time interval s.t. the whole material ids group is deactivated, as it was for the time interval case.
-
- Mar 19, 2021
-
-
Dmitri Naumov authored
Code simplification and one less dereferencing at run time.
-
- Mar 15, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-