Euler much slower than Exp4 in RungeKutta

Bug #606023 reported by Nuno Lopes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DOLFWAVE
Invalid
High
Nuno Lopes

Bug Description

Using the uBLAS factorized solver,
Euler method is much slower than explicit 4th order runge-kutta.

Nuno Lopes (ndlopes)
Changed in dolfwave:
status: New → Confirmed
importance: Undecided → High
milestone: none → 0.3
assignee: nobody → Nuno Lopes (ndlopes)
Revision history for this message
Nuno Lopes (ndlopes) wrote :

The problem is due to the multiplication of a matrix by a vector
M.mult(v1,v2) "v1=M*v2".

Changed in dolfwave:
status: Confirmed → Invalid
Revision history for this message
Nuno Lopes (ndlopes) wrote :

M.mult(v1,v2) -> v2=M*v1

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.