- Nov 05, 2021
-
-
Dmitry Yu. Naumov authored
-
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
[GeoLib] Add more unit tests for Polyline and fix bugs detected by the tests. See merge request ogs/ogs!3868
-
Dmitry Yu. Naumov authored
add docstrings for process variables See merge request ogs/ogs!3870
-
Fixes bugs detected by tests.
-
-
-
-
-
This fixes a bug in release mode.
-
-
- Nov 04, 2021
-
-
joergbuchwald authored
-
Dmitry Yu. Naumov authored
Vtk mesh converter: safely convert all integer types. See merge request !3857
-
Dmitry Yu. Naumov authored
Inverting some of the nested if-conditions. Now each vtkXxxArray type is converted to some mesh property type (depending on the architecture) or an error is raised.
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
Adding conversion of short = int16 types. Merging conversion of vtkLongArray with vtkLongLongArray, and of vtkUnsignedLongArray with vtkUnsignedLongLongArray. For some systems the conversion of vtkLongArray, where the size of long and long long types are different is not available. (But could be added to the int type array conversion.) Actually the use of vtkLongArray is discouraged by VTK: "The C++ standard does not define the exact size of the long type, so use of this type directly is discouraged. If an array of 32 bit integers is needed, prefer vtkTypeInt32Array to this class. If an array of 64 bit integers is needed, prefer vtkTypeInt64Array to this class." -- from vtkLongArray doxygen documentation. Add compile-time tests for conversion of integer types since in OGS we use the char, short, int, long types which are not guarantied to be of corresponding length of vtk types.
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
Absence of a named property vector and it's type mismatch are easily identified.
-
Tom Fischer authored
Some corrections in 15 node prism element See merge request !3855
-
- Nov 03, 2021
-
-
-
-
-
Dmitry Yu. Naumov authored
Applied clang-format to MeshSubset.h See merge request !3867
-
wenqing authored
-
- Nov 02, 2021
-
-
Lars Bilke authored
Add branch coverage to reports. See merge request !3864
-
Dmitry Yu. Naumov authored
Added the conversion of quadratic quadrilateral elements in GMSH2OGS See merge request ogs/ogs!3863
-
-
-
wenqing authored
[NumLib / ProcessLib] Small cleanups in class TimeStep. See merge request ogs/ogs!3862
-
Dmitry Yu. Naumov authored
-
Dmitry Yu. Naumov authored
[Element] Show node indices of PyramidRule13 in the documentation See merge request ogs/ogs!3861
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Improves readability of the code.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Improvement in GmshReader See merge request ogs/ogs!3859
-