Name

gf_mdstate_set — Modify a model state object.

Calling Sequence

gf_mdstate_set(mds,'compute_reduced_system')
gf_mdstate_set(mds,'compute_reduced_residual')
gf_mdstate_set(mds,'compute_residual', mdbrick B)
gf_mdstate_set(mds,'compute_tangent_matrix', mdbrick B)
gf_mdstate_set(mds,'state', vec U)
gf_mdstate_set(mds,'clear')
    

Description

  • gf_mdstate_set(mds,'compute_reduced_system') Compute the reduced system from the tangent matrix and constraints.

  • gf_mdstate_set(mds,'compute_reduced_residual') Compute the reduced residual from the residual and constraints.

  • gf_mdstate_set(mds,'compute_residual',MdBrick B) Compute the residual for the brick B.

  • gf_mdstate_set(mds,'compute_tangent_matrix',MdBrick B) Update the tangent matrix from the brick B.

  • gf_mdstate_set(mds,'state',vec U) Update the internal state with the vector U.

  • gf_mdstate_set(mds,'clear') Clear the model state.

See Also

gf_mdstate_get, gf_mdstate

Authors

Y. Collette