First version of BlockILUCp preconditioner
commitb71eb3340c9d843ec7f1f5dd0415cbebeaae736d
authorVuko Vukcevic <vuko.vukcevic@fsb.hr>
Sat, 4 Jul 2015 08:41:52 +0000 (4 10:41 +0200)
committerHrvoje Jasak <h.jasak@wikki.co.uk>
Fri, 30 Oct 2015 19:48:03 +0000 (30 19:48 +0000)
tree25944f9f25f97b28b4e35cc05289320d7caae8ed
parent48ddc085a1b6f24f6dc1b2044eed1ab7f62e8d89
First version of BlockILUCp preconditioner
12 files changed:
src/foam/Make/files
src/foam/matrices/blockLduMatrix/BlockLduMatrix/extendedBlockLduMatrix/extendedBlockLduMatrix.C
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/BlockILUCpPrecon.C [new file with mode: 0644]
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/BlockILUCpPrecon.H [new file with mode: 0644]
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/BlockILUCpPreconDecoupled.C [new file with mode: 0644]
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/blockILUCpPrecons.C [new file with mode: 0644]
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/blockILUCpPrecons.H [new file with mode: 0644]
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/scalarBlockILUCpPrecon.C [new file with mode: 0644]
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/scalarBlockILUCpPrecon.H [new file with mode: 0644]
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/tensorBlockILUCpPrecon.C [new file with mode: 0644]
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/tensorBlockILUCpPrecon.H [new file with mode: 0644]
src/lduSolvers/lduPrecon/ILUCp/ILUCp.C