Released on Wednesday, Mar 20, 2019, GitHub release
The following notable changes and new features were implemented between OpenGeoSys 6.1.0 and 6.2.0:
setInitialConditions()
call to processes and local assemblers. #2334OGS_USE_MFRONT
. #2259OGS_CHECK_HEADER_COMPILATION=ON
. #2043[ci skip]
in the commit message do not trigger a Jenkins
build.vtkdiff
test configuration to project files, s.t. the vtkdiff tests are
performed after successful run comparing output to reference files. This
possibility is also reflected in a new CMake function OgsTest
as an
alternative to the AddTest
. #2255, #2257TecPlotTools
: splitting files containing multiple zones into seperate
TecPlot files. #2114TecPlot-Reader
: converting TecPlot rasters into OGS meshes (one file per
zone, containing all variables as scalar arrays). #2114constructMeshesFromGeometry
:
Construction of boundary meshes from bulk mesh and gml files. #2144identifySubdomains
:
Identification of boundary meshes (or any subdomains in general) in the bulk
mesh. Performs geometrical tests and creates and verifies necessary
bulk_node_ids
and bulk_element_ids
maps. #2227, #2252Mesh2Raster
: converts 2D OGS meshes into raster files of arbitrary pixel
size, where node elevation is represented by pixel value. #2367GocadSGridReader
tool reading the Gocad/SKUA stratigraphic grid format and
writing the data in the vtu format. #2316ogs --help
shows the given CMake options. #2210partmesh
tool and add partitioning of boundary meshes (or subdomains
in general) according to the partition of the bulk mesh. #2159, #2178, #2195ExtractSurface
tool. #2387, #2401moveMeshNodes
: algorithm for mesh on mesh mapping now
calculates exact node elevation instead of using interpolation. #2390OGS_USE_PYTHON
enables Python BCs. #2170OGS_BUILD_TESTS
was renamed to BUILD_TESTING
. #2350OGS_USE_CVODE
. #2344OGS_BUILD_PROCESSES
for ;
-separated list of processes to build.
#2233OGS_USE_CONAN=ON
is now the default when conan
was found. #2207