← Back to team overview

dolfin team mailing list archive

sub-functions

 

Would it be possible to define sub-functions that don't make a copy of
the vector associated with the function, rather just have a pointer to
the original vector? I use sub-functions primarily for post-processing,
so it would be useful not to have 

  v = u[0];

every time the result is written to a file.  

Garth




Follow ups