gf_typeof — Get the type of a GetFEM object.
gf_typeof(gf_variable)
This function returns a string which corresponds to the type of the object.
// First example m = gfMesh('empty',1); disp(gf_typeof(m));
Y. Collette