Homotopy Jacobian

Homotopy Jacobian

This page documents the functions that compute the Jacobian of the dissipation function needed by homotopy methods

Differentiated version of getLambdaMaxSimple

Inputs

  • params

  • qL

  • qR

  • dir

Inputs/Outputs

  • lambda_dotL: derivative of lambda wrt. qL

  • lambda_dotR: derivative of lambda wrt. qR

source

Differentiated version of getLambdaMax

Inputs

  • params: ParamType

  • qL: vector of conservative variables at a node

  • dir: direction vector (can be scaled)

Inputs/Outputs

  • qL_dot: derivative of lambda max wrt qL

Outputs

  • lambda_max: maximum eigenvalue

source