|
[Sponsors] |
June 20, 2007, 17:55 |
fem solvers
|
#1 |
Guest
Posts: n/a
|
Hi!
Which solvers are the best for FEM-calculation! Many times I read that direct solution algorithm (based on gaussian elimination) are yet used! Aren't they very bad for solving the sparse equation systems, whats about cgstab-type algorithms, I think they should be much faster and much less expensive in storage cost?!?! Thank you very much... |
|
June 21, 2007, 04:43 |
Re: fem solvers
|
#2 |
Guest
Posts: n/a
|
CGstab is for symmetric positive definite matrices only if I remember correctly. But you're right. Direct solvers are only for toy examples. In real life usually Krylov subspace methods (eg. CG, BiCGStab, MINRES, GMRES) with preconditioners and/or Multigrid solvers are used.
|
|
June 24, 2007, 13:51 |
Re: fem solvers
|
#3 |
Guest
Posts: n/a
|
please have a reference to the fidap users guide.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
I developed an FEM toolkit in Java: FuturEye | nkliuyueming | Main CFD Forum | 7 | January 29, 2016 14:28 |
FEM fast iterative solvers | dontknow | Main CFD Forum | 1 | July 23, 2007 00:39 |
hex mesh vs. tet mesh (for FEM solvers) | Sam | Main CFD Forum | 0 | July 1, 2005 16:11 |
comments on FDM, FEM, FVM, SM, SEM, DSEM, BEM | kenn | Main CFD Forum | 2 | July 18, 2004 19:28 |
FEM or FVM for CFD | Astrid | Main CFD Forum | 18 | December 15, 2000 01:02 |