<< gf_spmat_set sci_getfem gf_undelete >>

sci_getfem >> sci_getfem > 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


Report an issue
<< gf_spmat_set sci_getfem gf_undelete >>