<< gf_mesher_object_get SciGetFem gf_model_get >>

SciGetFem >> SciGetFem > gf_model

gf_model

model variables store the variables and the state data and the description of a model. This includes the global tangent matrix, the right hand side and the constraints. There are two kinds of models, the real and the complex models. model object is the evolution for getfem++ 4.0 of the mdstate object.

Calling Sequence

MD = gf_model('real')
MD = gf_model('complex')

Description

General constructor for model objects.

model variables store the variables and the state data and the description of a model. This includes the global tangent matrix, the right hand side and the constraints. There are two kinds of models, the real and the complex models. model object is the evolution for getfem++ 4.0 of the mdstate object.

Command list

See Also

Authors

Y. Collette


Report an issue
<< gf_mesher_object_get SciGetFem gf_model_get >>