gf_mdstate_set

Purpose

Modify a model state object mds.

Synopsis

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,'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,'clear') : clear the model state.