Name

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

gf_delete, gf_mesh, gf_mesh_fem

Authors

Y. Collette