autopdex.models.isochoric_neo_hooke

autopdex.models.isochoric_neo_hooke(F, mu)[source]

Computes the strain energy for an isochoric neo-Hookean material model.

Parameters:
  • F (jnp.ndarray) – Deformation gradient tensor.

  • mu (float) – Shear modulus.

Returns:

Strain energy value for the given deformation gradient.

Return type:

float