<< gf_spmat_set SciGetFem gf_undelete >>

SciGetFem >> SciGetFem > gf_typeof

gf_typeof

Get the type of a GetFEM object.

Calling Sequence

gf_typeof(gf_variable)

Description

This function returns a string which corresponds to the type of the object.

Examples

// First example
m = gfMesh('empty',1);
disp(gf_typeof(m));

See Also

Authors

Y. Collette

<< gf_spmat_set SciGetFem gf_undelete >>