Dear getfem users,

I wondered if someone had already used gf_global_function under the Matlab interface and more precisely with the option 'parser':
GF = gf_global_function('parser', string val[, string grad[, string hess]]).

I have just tried a stupid example:
>> g = gf_global_function('parser', 'x');
and I obtained:
??? Error using ==> gf_matlab
Bad command name: parser

Error in ==> gf_global_function at 33
    [varargout{1:nargout}]=gf_matlab('global_function', varargin{:});

Note that the script demo_crack.m (using gf_global_function with option 'cutoff', 'crack' and 'product') seems to work nicely.

Thanks in advance,
Best regards,
Ronan

PS : I have just recompiled the last svn version of getfem.

<<attachment: ronan_perrussel.vcf>>

_______________________________________________
Getfem-users mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-users

Reply via email to