Pressio / pressio-demoapps

Suite of 1D, 2D, 3D demo apps of varying complexity with built-in support for sample mesh and exact Jacobians

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discrepancy between pressio-demoapps and pressio4py APIs

JCocola opened this issue · comments

There is a discrepancy between the python demoapps interface and the pressio4py interface:

  • Pressio4py FOM adapter API requires: applyJacobian(y, operand, time, result)
  • Pressio-demoapps python API has 1 : applyJacobian(y, time, operand, result)

Notice that time and operand are inverted.

Footnotes

  1. (see also this)