[Trilinos-Users] aliasing in Epetra/Ifpack/NOX

Jonas Thies J.Thies at rug.nl
Mon Feb 23 02:51:39 MST 2009


Hi,

I'm experiencing some trouble with user-defined preconditioners.
Is it possible that a call to Epetra_Operator::ApplyInverse(x,y) is
actually called with the same vector, ApplyInverse(x,x)? Do I have to
check for that case in my implementations? I know that the C++ standard
allows aliasing, but I still favor the fortran way...

thanks,
Jonas



More information about the Trilinos-Users mailing list