- update to version 2.10.0
* Gmsh reader learned to read and export gmsh physical entity
names.
* Grid concepts are here! A Grid can now be inspected and also
its components checked for valid interfaces at compilation time
using c++20 concepts.
* A new parameter 'bisectioncompatibility' for DGF block
GridParameter was added.
* MultipleCodimMultipleGeomTypeMapper is assignable.
OBS-URL: https://build.opensuse.org/request/show/1221880
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=20
- Update to 2.9.0
* The Geometry interface was extended by methods jacobian(local)
and jacobianInverse(local) and corresponding typedefs Jacobian
and JacobianInverse. All grid implementations need to provide
the new interface. For transition, the methods and typedefs
are default-implemented in the Dune::Geometry interface class
which is used for all grid geometries.
* The Geometry::integrationElement now needs to return the type
Volume instead of ctype. Note that this may be different from
ctype if the grid supports typed dimensions. In such a case,
ctype is a length, and not appropriate for a volume quantity.
* The FindAlberta.cmake module only searches for world dimension
libraries up to dim 3. This can be increased by setting the
CMake variable ALBERTA_MAX_WORLD_DIM
* A method GridView::isConforming() was added indicating whether
a given grid view is representing a conforming grid. For some
grid implementations this could vary from the compile time
static GridView::conforming depending on run time parameters.
* The Python bindings now support tensorproduct coordinates of
YaspGrid
OBS-URL: https://build.opensuse.org/request/show/1036883
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=16
- update to verion 2.2.1
* Better support for clang
* Detect and support alberta grid configured with --disable-graphics
* Fixed compilation of gmsh2dgf FS 929)
* UGGrid switched to using static_cast from C-style casts.
* Fixed support of UG with gcc 4.6.3 on OpenSuse 11.3 (FS 1142)
* Fixed ALUGridFactory on MacOS.
* Allow compilation of subsequent modules with -D<gridtype> if dune-grid is not used (FS 1203)
OBS-URL: https://build.opensuse.org/request/show/180535
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=5