19 Commits

Author SHA256 Message Date
b8a9cc25d3 Accepting request 1221880 from home:mathletic:branches:science
- 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
2024-11-07 06:03:59 +00:00
c6883e3587 Accepting request 1137388 from home:mathletic:branches:science
- update to version 2.9.1
  * Fixes for recent compilers
- Use OpmenMPI 4 instead of 2.

OBS-URL: https://build.opensuse.org/request/show/1137388
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=18
2024-01-08 20:46:54 +00:00
feb5c3a6e2 Accepting request 1038280 from home:mathletic:branches:science
- Re-add dependecy of dune-uggrid

OBS-URL: https://build.opensuse.org/request/show/1038280
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=17
2022-11-30 08:07:53 +00:00
764df2452c Accepting request 1036883 from home:mathletic:branches:science
- 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
2022-11-24 06:10:15 +00:00
3c9e3b52a5 Accepting request 858778 from home:mathletic:branches:science
- Cleaned spec with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/858778
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=15
2020-12-26 20:45:32 +00:00
c0494a18c6 Accepting request 854160 from home:mathletic:branches:science
update to 2.7.1

OBS-URL: https://build.opensuse.org/request/show/854160
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=14
2020-12-09 22:35:50 +00:00
27da39f644 Accepting request 750883 from home:mathletic:branches:home:weatherhead99:branches:science
-update to 2.6.0

OBS-URL: https://build.opensuse.org/request/show/750883
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=13
2019-11-25 21:53:07 +00:00
c585f90285 Accepting request 430547 from home:mathletic:branches:science
drop support for Alberta

OBS-URL: https://build.opensuse.org/request/show/430547
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=12
2016-09-27 12:20:33 +00:00
417eb4a454 Accepting request 418870 from home:mathletic:branches:science
Replace Autotools by CMake

OBS-URL: https://build.opensuse.org/request/show/418870
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=11
2016-08-12 08:49:38 +00:00
cd852902fc Accepting request 364004 from home:mathletic:branches:science
remove dependency to psurface

OBS-URL: https://build.opensuse.org/request/show/364004
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=10
2016-03-02 07:09:40 +00:00
Matthias Mailänder
37cd9df482 Accepting request 362948 from home:mathletic:branches:science
update to 2.4.1

OBS-URL: https://build.opensuse.org/request/show/362948
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=9
2016-02-29 13:29:32 +00:00
4856ee345e Accepting request 341893 from home:mathletic:branches:science
Dependency libpsurface is now called psurface

OBS-URL: https://build.opensuse.org/request/show/341893
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=8
2015-11-01 08:56:23 +00:00
1e6eda6187 Accepting request 337818 from home:mathletic:branches:science
Update to version 2.4.0
Remove deprecated dependency ALUGrid.

OBS-URL: https://build.opensuse.org/request/show/337818
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=7
2015-10-11 08:27:10 +00:00
Matthias Mailänder
3be51ae85d Accepting request 239544 from home:polyconvex:branches:science
- update to version 2.3.1
  For release notes see
  http://www.dune-project.org/releasenotes/releasenotes-2.3.html

OBS-URL: https://build.opensuse.org/request/show/239544
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=6
2014-07-04 09:35:08 +00:00
Corot Sebastien
3ceeb40609 Accepting request 180535 from home:scorot:branches:science
- 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
2013-06-22 10:08:47 +00:00
Corot Sebastien
b17cc5a26e Accepting request 138900 from home:scorot:branches:science
add parallel version with openmpi

OBS-URL: https://build.opensuse.org/request/show/138900
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=4
2012-10-20 18:32:10 +00:00
Corot Sebastien
efd259ae19 - add build requirements in the requirements of the devel package
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=3
2012-09-15 09:29:18 +00:00
Corot Sebastien
d474837dcc - enable libpsurface support
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=2
2012-08-14 13:23:34 +00:00
Corot Sebastien
2cea60a04c - first package
OBS-URL: https://build.opensuse.org/package/show/science/dune-grid?expand=0&rev=1
2012-08-07 15:04:58 +00:00