Get the matrix of the linear problem
[Mat,jlow,jhigh,SizeBloc] = getMatrix()
a list of real values
a list of integer values
// Define and solve the problem ff_problem('solve(u) {pde(u) laplace(u) = 1; on(a,b,c,d,e,f) u = 0;};',1); // Get the result as a Scilab variable [tFunc] = getffResult('u'); // Get the matrix of the linear problem [Mat,jlow,jhigh,SizeBloc] = getMatrix();