Please enable JavaScript.
Coggle requires JavaScript to display documents.
Backlog 22R1 - Coggle Diagram
Backlog 22R1
-
-
Compression
-
-
-
Store U vectors by components : Ux / Uy / Uz / ... / P / ..
This way we can:
- optimize the sparsification
- optimize an SVD
- ...
check: :check:
-
EigenSolvers
All EigenSolvers
-
-
Implementation of the ALL option, to catch all eigenvalues in a specified range
MODOPT,LANB,ALL,Fmin,Fmax
SYM
Lanb
Need to enhance the Orthogonalization Step ( Compute Beta). Example when running Suspension Model, asking for 200 modes, using 16 cores:
Perfs on /scratch/ftheveno/Buckling/LiftingTool/212
vs 201:
We need to undertand why
- Form Reduce Matrice
- Orthogonalization / Form ...
are slower now
-
-
PyAnsys
-
-
Push PR, includes: 2D Dense Arrays, SVD, MGS, SPARSE ..check: :check:
-
-