Skip to content

Releases: Niceno/Visual-Fortran-Solvers

Cleaned the Code

23 Feb 13:15
Compare
Choose a tag to compare

Got rid of all compiler warning, for three compilers: Intel, Nvidia and Gnu

I do not have immediate plans what to do next with this package.

All Dense Factorizations Make Movies

12 Feb 21:07
Compare
Choose a tag to compare

Sound silly, to tag a release when all dense factorizations make movies, but this movies also revealed a lot of redundant calculations and got rid of them.

A natural development from here would be to implement all the dense solvers (which now make movies) to incomplete, and after that also to sparse solvers.

Last with GPU Commands

06 Feb 03:56
Compare
Choose a tag to compare

Well, porting to GPUs never really became airborne in this software, so I think it is better to just leave it behind. Now, four years after the previous release, I don't think the current GPU implementation is a good starting step.

Preconditioned CG solver works!

20 Sep 11:18
Compare
Choose a tag to compare

This release also has an important bug fix when creating matrices from grid resolutions. Only grids with ni == nj == nk were working, because at one point it was written nj*nj instead of ni*nj

After refactoring

18 Sep 15:42
Compare
Choose a tag to compare

I did a thorough refactoring of the sources with two reasons: to modernize the code (and avoid interface files along the way) and to bring syntax closer to T-Flows'

Sources organised in directories.

21 Oct 04:35
Compare
Choose a tag to compare
v1.1

Organized files in directories.

Added LDL^T preconditioner

20 Oct 08:18
Compare
Choose a tag to compare
v1.0

Added LDL^T Factorization.

Variable level preconditioners work

17 Oct 10:43
Compare
Choose a tag to compare
v0.9

Works with variable level preconditioning.

Incomplete Cholesky works!!!

14 Oct 13:36
Compare
Choose a tag to compare
v0.8

Final touches :-)

Expands Compressed Matrices

13 Oct 05:31
Compare
Choose a tag to compare

In addition to compressing, now can also expand matrices..