This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 19, 2018
-
-
Dmitri Naumov authored
Only in ERR/WARN/INFO/DBUG/OGS_FATAL and similar, not in formatted output like xml files.
-
- Nov 27, 2018
-
-
Dmitri Naumov authored
-
- Nov 23, 2018
-
-
Tom Fischer authored
This version checks if the PropertyVector is assigned to the requested mesh item type and has the required number of components.
-
- Nov 02, 2018
-
-
Dmitri Naumov authored
If the lower dimensional elements are inside the bulk mesh, there is no unique bulk element associated with it, but multiple elements. In the case of unique elements, the behaviour didn't change. In the case of multiple elements, the bulk element ids are stored in the FieldData with accompanying CellData array 'number_bulk_elements'.
-
- Oct 02, 2018
-
-
Dmitri Naumov authored
Algorithms for searching the nodes and elements of a subdomain mesh in a bulk mesh. The bulk_node_ids and bulk_element_ids mesh properties are added to the subdomain mesh or checked for consistency.
-
Dmitri Naumov authored
-
- Sep 14, 2018
-
-
Lars Bilke authored
-
- Aug 23, 2018
-
-
Dmitri Naumov authored
Used in construction of mesh names in two places. This unifies the name.
-
- Jul 13, 2018
-
-
Dmitri Naumov authored
-
- Jun 28, 2018
-
-
Dmitri Naumov authored
The bulk mesh property must be set on the newly created meshes. The bulk mesh is not available upon the mesh construction and it is simpler to set the property afterwards, than to pass it through two function calls.
-
- Jun 22, 2018
-
-
Tom Fischer authored
-
- Jun 20, 2018
-
-
Tom Fischer authored
-
- Jun 19, 2018
-
-
Lars Bilke authored
-
- Jun 14, 2018
-
-
Dmitri Naumov authored
Now at the top level of the project's config.
-
Dmitri Naumov authored
-
- Jun 11, 2018
-
-
Dmitri Naumov authored
The identifyFace call with only one valid point in the nodes list is only valid for lines. Calling this function on other elements will most likely end in a SEGV. The problem didn't appear before, because this function was only called for line elements.
-
- May 23, 2018
-
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Jan 10, 2018
-
-
Dmitri Naumov authored
-
- Jan 08, 2018
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Nov 08, 2017
-
-
Tom Fischer authored
This avoids a linker error.
-
- Oct 19, 2017
-
-
Tom Fischer authored
-
- Oct 18, 2017
-
-
Karsten Rink authored
-
Karsten Rink authored
-
- Aug 29, 2017
-
-
Dmitri Naumov authored
The BoundaryElementsAtPoint algorithm expects the given point to be found in the mesh. If this fails the preconditions for the algorithm are not fulfilled. Distinguish two cases of empty and more than one nodes.
-
- May 30, 2017
-
-
Dmitri Naumov authored
-
- May 22, 2017
-
-
Dmitri Naumov authored
-
- May 18, 2017
-
-
Tom Fischer authored
-
Tom Fischer authored
This is needed for polymorphism of the SearchLength alg.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-