← Back to team overview

dolfin team mailing list archive

PETScVector

 

I've compiled dolfin using PETSc. After some work, everything finally
compiles, but there was no way to make those working inside PETScVector:

/// Return value of maximum component of vector
real max() const;

/// Return value of minimum component of vector
real min() const;

I thought you wanted to know it, just in case you want to dump them (max
is just the linf norm so it's not even necessary).

I have also another question: why is uBlas necessary for compiling?
Wouldn'it be (at least in theory) possible to use just PETSc?

Alessio








Follow ups