History log of /petsc/src/ksp/pc/impls/telescope/telescope_coarsedm.c (Results 51 – 51 of 51)
Revision Date Author Comments
# 8d9f7141 27-Feb-2019 Dave May <dave.mayhem23@gmail.com>

PCTelescope: Added support to define setup via the communicator associated with a coarse DM
* The implementation is general and works with any DM type
* The coarse DM must reside on a sub-communicato

PCTelescope: Added support to define setup via the communicator associated with a coarse DM
* The implementation is general and works with any DM type
* The coarse DM must reside on a sub-communicator of the parent (fine) DM. This is checked during setup.
* Support for using coarse DMs requires the user compose methods for the field scatter between two topologically identical DMs defined on different communicators.
* Currently only works with KSPSetComputeOperators, although it is straightforward to add the extra hooks to support assembled operators

show more ...


123