Skip to content

Exasim 1.0

Latest
Compare
Choose a tag to compare
@exapde exapde released this 12 Jul 02:58
· 49 commits to master since this release

This release contains the following capabilities of Exasim:

  • Solve a wide range of partial differential equations
  • Generate stand-alone C++ production code via the mathematical expressions of the PDEs
  • Implement high-order DG methods including local DG and hybridized DG methods
  • Implement diagonally implicit Runge-Kutta methods
  • Implement parallel Newton-GMRES solvers and scalable preconditioners
  • Employ Kokkos to provide full GPU functionality for all code components from discretization schemes to iterative solvers
  • Provide interfaces to Julia, Python, and Matlab.