<< gf_mdbrick_set SciGetFem gf_mdstate_get >>

SciGetFem >> SciGetFem > gf_mdstate

gf_mdstate

A model state is an object which store the state data for a chain of model bricks. This includes the global tangent matrix, the right hand side and the constraints. This object is now deprecated and replaced by the model object. There are two sorts of model states, the real and the complex models states.

Calling Sequence

MDS = gf_mdstate('real')
MDS = gf_mdstate('complex')
MDS = gf_mdstate(mdbrick B)

Description

General constructor for mdstate objects.

A model state is an object which store the state data for a chain of model bricks. This includes the global tangent matrix, the right hand side and the constraints. This object is now deprecated and replaced by the model object. There are two sorts of model states, the real and the complex models states.

Command list

See Also

Authors

Y. Collette


Report an issue
<< gf_mdbrick_set SciGetFem gf_mdstate_get >>