generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi,
According to the derivation for implicit solve and the formula in the comment, it seems to me that
palace/palace/models/timeoperator.cpp
Lines 218 to 220 in 8a5367f
| // k3 = rhs3 - dt curl k2 | |
| k3 = RHS3; | |
| Curl.AddMult(k2, RHS3, -dt); |
// k3 = rhs3 - dt curl k2
k3 = RHS3;
Curl.AddMult(k2, k3, -dt);instead? Otherwise the - dt curl k2 term will not be updated to k3.
Please let me know if my understanding is correct. Thanks.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working