cb->setDescription("A generic function that can be evaluated on a set of points. Functions can call other functions and their values are cached so that if two different functions call the same function f, f is only evaluated once.");
cb->setDescription("A generic function that can be evaluated on a set of points. "
"Functions can call other functions and their values are cached "
"so that if two different functions call the same function f, "
cb->setDescription("A function to access the gradient of the solution. This is a single-instance class, use the 'get' member to access the instance.");
cb->setDescription("A function to access the gradient of the solution. This is "
"a single-instance class, use the 'get' member to access the instance.");
mb->setDescription("Tri-linearly interpolate through data in file 'fileName' at coordinate given by 'coordinateFunction'.\nThe file format is :\nx0 y0 z0\ndx dy dz\nnx ny nz\nv(0,0,0) v(0,0,1) v(0 0 2) ...");
mb->setDescription("Tri-linearly interpolate through data in file 'fileName' at "
"coordinate given by 'coordinateFunction'.\nThe file format "
"is :\nx0 y0 z0\ndx dy dz\nnx ny nz\nv(0,0,0) v(0,0,1) v(0 0 2) ...");
mb->setDescription("A new functionLua which evaluates a vector of dimension 'd' using the lua function 'f'. This function can take other functions as arguments listed by the 'dep' vector.");
mb->setDescription("A new functionLua which evaluates a vector of dimension 'd' "
"using the lua function 'f'. This function can take other functions "