Skip to content

v0.4.2

Compare
Choose a tag to compare
@mesnardo mesnardo released this 19 Jul 20:11
· 73 commits to master since this release

Added

  • Add possibility to choose the order of the truncated Taylor series expansion for the inverse of the implicit operator. The order can be set in the YAML configuration file using the key BN under the YAML node parameters. (The default value is BN: 1.)

Changed

  • Use -pc_factor_mat_solver_type instead of -pc_factor_mat_solver_package in the configuration files for the forces solver. (This removes the deprecation warning when using PETSc-3.9+.)

Fixed

  • Probes: fix index for pressure field when using a volume probe (see PR #145).

Removed