yes, that's what i want to say.
i think it's more like:
initialization - different
assembling - different (this is where I construct the big vector, it's quite quicker, but the vector is equal in both versions)
Factorization - same for both
Solve - different
print results - same for both
In...
1)through the arguments of the subroutine.
2)I don't think so.. In simple cases, it's taking the same time. And i'm not copying the vector. I this subroutine i'm only working with two vectors. The bigger one, represents a matrix that I want to factorize (turn it into a triangular matrix). The...
Hi,
I'm working in a finite element code but my skills are really limited, since i'm an civil engineer.
My first task was to change the equation solver. I've changed everything, excluding the Factorization, that stills the same subroutine. Comparing the new and the old version, the new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.