#26 closed enhancement (fixed)
Implement DianaSensDAESO
Reported by: | ginkel | Owned by: | miha |
---|---|---|---|
Priority: | minor | Milestone: | Promot 0.8 |
Component: | DianaKernel | Version: | |
Severity: | bad | Keywords: | |
Cc: |
Description (last modified by miha)
Currently DianaSensDAESO only works for specifying the sensitivity problem, but the actual calculation has to be done by some sensitity-capable solver. This should be improved.
Change History (4)
comment:1 Changed 19 years ago by miha
- Description modified (diff)
- Status changed from new to assigned
comment:2 Changed 19 years ago by miha
- Description modified (diff)
Sorry, i've removed description somehow.
comment:3 Changed 19 years ago by ginkel
- Resolution set to fixed
- Status changed from assigned to closed
Finally this is done with [5744]. The residuals are calculated in sparse way based on iterators. There could be some improvements possible, exploiting patterns beforehand.
The system works with IDA now, care should be taken about error tolerances.
comment:4 Changed 17 years ago by rempel
- Milestone changed from Promot 1.0+ to Promot 0.8
Note: See
TracTickets for help on using
tickets.
Is "sensitity-capable solver" handles lower block triangular structure of the common Jacobi matrix and makes LU decomposition only for the matrix (Fx+alpha*Fx') in the case of the IDA solver?