#include <omg.h>
Public Attributes | |
| MPI_Comm | commActive |
| bool | iAmActive |
| KSP | ksp_private |
| PC | pc |
| Vec | rhs_private |
| Vec | sol_private |
Definition at line 236 of file omg.h.
|
|
The active processors Definition at line 238 of file omg.h. Referenced by ot::DAMGSetKSP(). |
|
|
True if the calling processor is active. Definition at line 237 of file omg.h. Referenced by ot::DAMGSetKSP(). |
|
|
Internal KSP Definition at line 240 of file omg.h. Referenced by ot::DAMGSetKSP(). |
|
|
The PCSHELL itself Definition at line 239 of file omg.h. Referenced by ot::DAMGSetKSP(). |
|
|
Internal rhs vector for ksp_private Definition at line 241 of file omg.h. Referenced by ot::DAMGSetKSP(). |
|
|
Internal rhs vector for sol_private Definition at line 242 of file omg.h. Referenced by ot::DAMGSetKSP(). |
1.3.9.1