Revisions of getdp

Stefan Brüns's avatar Stefan Brüns (StefanBruens) accepted request 1056940 from Stefan Brüns's avatar Stefan Brüns (StefanBruens) (revision 13)
- update to version 3.5.0
  * generalized Trace operator on non-conforming meshes
  * new Errf function
  * source code reorganization.
- update to version 3.4.0
  * new Min and Max functions on constants (at parse time)
  * fixed regression in trees of edges in 2D
  * added support for non-ASCII paths on command line on Windows
  * GetDP now requires C++11 and CMake 3.3
  * small bug fixes.
- update to version 3.3.0
  * improved support for curved elements
  * added support for auto-similar trees of edges (e.g. for sliding
    surfaces in 3D)
  * update for latest Gmsh version.
- update to version 3.2.0
  * improved node and edge link constraints search using rtree
  * added support for BF_Edge basis functions on curved elements
  * small fixes.
- update to version 3.1.0
  * added support for high-order (curved) Lagrange elements (P2,
    P3 and P4)
  * added support for latest Gmsh version
  * code refactoring.
- update to version 3.0.4
  * allow general groups in Jacobian definitions
  * fixed string parser regression.
- update to version 3.0.3
  * new AtGaussPoint PostOperation option
  * bug fixes.
- update to version 3.0.2
  * small compilation fixes.
- update to version 3.0.1
  * small bug fixes.
- update to version 3.0.0
  * new extrapolation (see SetExtrapolationOrder) in time-domain
    resolutions
  * new string macros
  * added support for Gmsh MSH4 file format
  * new file handling operations and ElementTable format in
    PostOperation
  * added support for curved (2nd order) simplices
  * enhanced communication of post-processing data with ONELAB
  * many new functions (Atanh, JnSph, YnSph, ValueFromTable,
    ListFromServer, GroupExists, ...)
  * various small bug fixes.
- update to version 2.11.3
  * new 'Eig' operator for general eigenvalue problems
    (polynomial, rational)
  * small improvements and bug fixes.
- Drop upstream or obsolete patches:
  * getdp-2.11.2-reproducible-date.patch
  * getdp-2.11.2-reproducible-host.patch
  * getdp-2.11.2-fix-doc-build.patch
- Spec file cleanup.
- Fix libgetdp package name capitalization to match SONAME.
Stefan Brüns's avatar Stefan Brüns (StefanBruens) committed (revision 12)
Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) accepted request 824994 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 11)
Add getdp-2.11.2-reproducible-host.patch to override build host name
  to make package build reproducible (boo#1084909)
buildservice-autocommit accepted request 554847 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 10)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 537991 from Daniel Weatherill's avatar Daniel Weatherill (weatherhead99) (revision 9)
- update to version 2.11.2
  * minor build system changes
  2.11.1
  * small bug fixes & improvements
  2.11.0
  * small improvements in math functions
  * bug fixes
  2.10.0
  * ONELAB 1.3 usability & perf improvements
  2.9.2
  * small bug fixes
  2.9.1
  * small improvements & bug fixes
  2.9.0
  * new ONELAB 1.2 protocol
  * new functions (Min, Max, SetDTime)
  * small fixes
  2.8.0
  * added support for list of strings
  * various improvements and bugfixes for ONELAB
  2.7.0
  * new Else/ElseIf commands
  * new timing and memory reporting functions
  2.6.1
  * enhanced Print[] command
  * minor fixes
  2.6.0
  * new ability to define and use Macros in .pro files
  * new run time variables
  * new Append*ToFileName PostOperation options
  * new GetResidual and associated operations
  * extend format support in MSH file reader
  * fixed UpdateCOnstraint for complex-simulated-real and
    multi-harmonic calculations
  2.5.1
  * enhanced Python[] and DefineFunction[]
  2.6.0
  * added option to embed Octave and Python interpreters
  * extended "Field" functions with gradient
  * extended string and list handling functions
  * new resolution and postprocessing functions
  * extended EigenSolve with eigenvalue filter and high
    order polynomial EV problems
  * small bug fixes
- refresh patch getdp-2.4.4-reproducible-date.patch to
  getdp-2.11.2-reproducible-date.patch so it applies
  successfully
- VERSIONS.txt has been renamed to CHANGELOG.txt
- add patch getdp-2.11.2-fix-doc-build.patch to
  allow building info doc on OpenSuse <=42.3
buildservice-autocommit accepted request 514113 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 8)
baserev update by copy to link target
Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) accepted request 512482 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 7)
Add getdp-2.4.4-reproducible-date.patch to not have build date in getdp binary (boo#1047218)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 289241 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 6)
initialized devel package after accepting 289241
Matthias Mailänder's avatar Matthias Mailänder (Mailaender) accepted request 288251 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 5)
- Update to version 2.4.4
  * new two-step Init constraints
  * faster network computation (with new -cache)
  * improved Update operation
  * better cpu/memory reporting
  * new -setnumber, -setstring and -gmshread command line options
- Drop obsolete getdp-2.3.0-libdir.patch, getdp-2.3.0-soversion.patch
Corot Sebastien's avatar Corot Sebastien (scorot) accepted request 161670 from Corot Sebastien's avatar Corot Sebastien (scorot) (revision 4)
- version 2.3.0
  * new family of Field functions to use data imported from Gmsh
  * improved list handling
  * general code cleanup
- build shared library
- add patches:
  - getdp-2.3.0-libdir.patch
  - getdp-2.3.0-soversion.patch
- remove patch:
  - getdp-2.1.0-install.patch
Corot Sebastien's avatar Corot Sebastien (scorot) committed (revision 3)
- version 2.2.1
  * cleaned up nonlinear convergence tests 
  * integrated experimental adaptive time loop code
  * small bug fixes
Corot Sebastien's avatar Corot Sebastien (scorot) committed (revision 2)
- spec file re-formating
- version 2.1.1
  * no changelog provided
Displaying all 13 revisions
openSUSE Build Service is sponsored by