Skip to content

Releases: trilinos/ForTrilinos

ForTrilinos v2.3.0

17 Aug 19:45
6a90c60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

ForTrilinos v2.2.0

24 Jan 17:16
3ae3c2c
Compare
Choose a tag to compare

This version reflects changes in the Trilinos 13.4 Tpetra API: it renames several "Node" -> "Local" functions, deletes some deprecated functions (to support Trilinos installations built without the deprecated API), and deletes some Tpetra functions and enumerations that were simply deleted between 13.2 and 13.4.

  • Removed deleted TpetraCrsGraph::getProfileType
  • Removed deleted TpetraCrsMatrix::getProfileType
  • Remove deleted TpetraStaticProfile enum value and associated constructors
  • Removed deleted TpetraCrsMatrix::computeGlobalConstants
  • Removed deprecated TpetraCrsMatrix::haveGlobalConstants
  • setAllToScalar and scale can now be called after fillComplete in a TpetraCrsMatrix
  • Renamed getNodeNum(Rows|Cols|Entries)getLocalNum\1
  • Renamed getNodeNumColsgetLocalNumCols

ForTrilinos v2.1.0

19 Aug 13:49
6bb7182
Compare
Choose a tag to compare

What's Changed

This version is pinned to 13.2 updates (due to changes in the Tpetra APIs, primarily due to trilinos/Trilinos#8821).

  • Updated documentation
  • Remove deleted CrsMatrix::gaussSeidel, gaussSeidelCopy
  • Remove deprecated CrsMatrix::getGlobalRowView

Full Changelog: v2.0.1...v2.1.0

ForTrilinos v2.0.1

14 Aug 20:09
60323bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

ForTrilinos v2.0.0

15 Dec 13:29
217ba88
Compare
Choose a tag to compare

ForTrilinos 2 is a ground-up rewrite of a Fortran interface to Trilinos powered by SWIG-Fortran. It provides low-level wrappers to components of a few key packages such as Teuchos and Tpetra, and has a high-level interface fortrilinos_hl to linear, eigenvalue, and nonlinear solvers.

Changes since v2.0.0-dev3:

  • Updated Trilinos interface to version 13
  • Simplified and expanded high-level solver interface wrappers

ForTrilinos v2.0.0-dev3

18 Sep 20:16
3f5ff6d
Compare
Choose a tag to compare
Pre-release

Update SWIG interface files for the SWIG 4.0.2+fortran release and regenerate the SWIG wrapper code.

ForTrilinos v2.0.0-dev2

01 Sep 21:25
101ae90
Compare
Choose a tag to compare
Pre-release

Update wrappers for compatibility with Trilinos 12.18.1 (released on spack). The ForTrilinos API remains essentially unchanged from the untagged "12.17" version it depended on. It is not backward-compatible with the older Trilinos version.

ForTrilinos v2.0.0-dev1

01 Sep 19:39
8708d6e
Compare
Choose a tag to compare
Pre-release

First independent pre-release of the ForTrilinos software technology library. Version 1 of ForTrilinos was a previous effort (ca. 2008–2012) included as part of Trilinos prior to 12.12. Initial development releases of ForTrilinos 2 were integrated into Trilinos using the TriBITS build system. This pre-release is an independent software library with Trilinos as its only dependency.