Releases: trilinos/ForTrilinos
ForTrilinos v2.3.0
ForTrilinos v2.2.0
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
andscale
can now be called afterfillComplete
in aTpetraCrsMatrix
- Renamed
getNodeNum(Rows|Cols|Entries)
→getLocalNum\1
- Renamed
getNodeNumCols
→getLocalNumCols
ForTrilinos v2.1.0
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
ForTrilinos v2.0.0
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
Update SWIG interface files for the SWIG 4.0.2+fortran release and regenerate the SWIG wrapper code.
ForTrilinos v2.0.0-dev2
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
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.