- Nov 05, 2021
-
-
-
Dmitry Yu. Naumov authored
[GMSH2OGS] Enabled to convert more high order elements to vtu See merge request ogs/ogs!3809
-
-
-
-
-
Dmitry Yu. Naumov authored
[PL/TH2M] Extend Jacobian with Laplacian's derivatives. See merge request ogs/ogs!3839
-
Dmitry Yu. Naumov authored
Disable too low order shapefunctions See merge request ogs/ogs!3846
-
Dmitry Yu. Naumov authored
Commented for now because not tested.
-
Dmitry Yu. Naumov authored
-
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
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
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
-
-