| abbbba34 | 20-Nov-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: move creation of temporary MATIS matrix before coarse ksp is created.
This way, we can temporary set the coarse MATIS into coarse ksp. This allows to call pc_bddc_coarse_ksp_fischer_guess <>
PCBDDC: move creation of temporary MATIS matrix before coarse ksp is created.
This way, we can temporary set the coarse MATIS into coarse ksp. This allows to call pc_bddc_coarse_ksp_fischer_guess <> from option
show more ...
|
| 70cf5478 | 19-Nov-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added reuse of coarse subassembling information
In order to do do, I had to change the MATIS class (I dont know why there was a guard for is->mapping in matis code)
Solved a couple of bugs
PCBDDC: added reuse of coarse subassembling information
In order to do do, I had to change the MATIS class (I dont know why there was a guard for is->mapping in matis code)
Solved a couple of bugs when doing multilevel and a dbg_viewer on a single level only
show more ...
|
| dc359a40 | 18-Nov-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: added second parameter to PCBDDCApplyInterfacePreconditioner to determine if the interface preconditioner should be applied tranposed or not
The main reason for this is to avoid code duplica
PCBDDC: added second parameter to PCBDDCApplyInterfacePreconditioner to determine if the interface preconditioner should be applied tranposed or not
The main reason for this is to avoid code duplication
show more ...
|
| 63602bca | 12-Nov-2013 |
Stefano Zampini <stefano.zampini@gmail.com> |
PCBDDC: provide APIs for setting field split in global ordering
previous API moved to PCBDDCSetDofsSplittingLocal
For consistency with updated man pages, which_dof values should default to -1; this
PCBDDC: provide APIs for setting field split in global ordering
previous API moved to PCBDDCSetDofsSplittingLocal
For consistency with updated man pages, which_dof values should default to -1; this way, unlisted nodes in field split will belong to a different subset
show more ...
|