gf_levelset_set¶
Synopsis
gf_levelset_set(levelset LS, 'values', {mat v1|string func_1}[, mat v2|string func_2])
gf_levelset_set(levelset LS, 'simplify'[, scalar eps=0.01])
Description :
General function for modification of LEVELSET objects.
Command list :
gf_levelset_set(levelset LS, 'values', {mat v1|string func_1}[, mat v2|string func_2])
Set values of the vector of dof for the level-set functions.
Set the primary function with the vector of dof <literal>v1</literal> (or the expression <literal>func_1</literal>) and the secondary function (if any) with the vector of dof <literal>v2</literal> (or the expression <literal>func_2</literal>)
gf_levelset_set(levelset LS, 'simplify'[, scalar eps=0.01])
Simplify dof of level-set optionally with the parameter <literal>eps</literal>.