Home
last modified time | relevance | path

Searched hist:"544 be873e4f477177e7f8c17bfd35ebcd452b114" (Results 1 – 4 of 4) sorted by relevance

/libCEED/examples/fluids/src/
H A Dcloptions.c544be873e4f477177e7f8c17bfd35ebcd452b114 Sun Jul 10 21:47:02 UTC 2022 Jed Brown <jed@jedbrown.org> examples/fluids: use shell for Amat, block diagonal aij* for Pmat

This adds two independent options for tuning solves.

-amat_type shell: causes Amat and Pmat to be different matrices, with shell
used for Amat. It's technically possible to use other matrix formats
here.

-pmat_pbdiagonal: causes Pmat to be assembled as point-block diagonal.
Note that this usually only makes sense in addition to -amat_type shell
because otherwise your KSP is only working with the point-block diagonal.
H A Dsetupts.c544be873e4f477177e7f8c17bfd35ebcd452b114 Sun Jul 10 21:47:02 UTC 2022 Jed Brown <jed@jedbrown.org> examples/fluids: use shell for Amat, block diagonal aij* for Pmat

This adds two independent options for tuning solves.

-amat_type shell: causes Amat and Pmat to be different matrices, with shell
used for Amat. It's technically possible to use other matrix formats
here.

-pmat_pbdiagonal: causes Pmat to be assembled as point-block diagonal.
Note that this usually only makes sense in addition to -amat_type shell
because otherwise your KSP is only working with the point-block diagonal.
/libCEED/examples/fluids/
H A Dnavierstokes.h544be873e4f477177e7f8c17bfd35ebcd452b114 Sun Jul 10 21:47:02 UTC 2022 Jed Brown <jed@jedbrown.org> examples/fluids: use shell for Amat, block diagonal aij* for Pmat

This adds two independent options for tuning solves.

-amat_type shell: causes Amat and Pmat to be different matrices, with shell
used for Amat. It's technically possible to use other matrix formats
here.

-pmat_pbdiagonal: causes Pmat to be assembled as point-block diagonal.
Note that this usually only makes sense in addition to -amat_type shell
because otherwise your KSP is only working with the point-block diagonal.
H A Dnavierstokes.c544be873e4f477177e7f8c17bfd35ebcd452b114 Sun Jul 10 21:47:02 UTC 2022 Jed Brown <jed@jedbrown.org> examples/fluids: use shell for Amat, block diagonal aij* for Pmat

This adds two independent options for tuning solves.

-amat_type shell: causes Amat and Pmat to be different matrices, with shell
used for Amat. It's technically possible to use other matrix formats
here.

-pmat_pbdiagonal: causes Pmat to be assembled as point-block diagonal.
Note that this usually only makes sense in addition to -amat_type shell
because otherwise your KSP is only working with the point-block diagonal.