|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
#include <Factor_dh.h>
Public Attributes | |
| int | m |
| int | n |
| int | id |
| int | beg_row |
| int | first_bdry |
| int | bdry_count |
| bool | blockJacobi |
| int * | rp |
| int * | cval |
| REAL_DH * | aval |
| int * | fill |
| int * | diag |
| int | alloc |
| int | num_recvLo |
| int | num_recvHi |
| int | num_sendLo |
| int | num_sendHi |
| double * | work_y_lo |
| double * | work_x_hi |
| double * | sendbufLo |
| double * | sendbufHi |
| int * | sendindLo |
| int * | sendindHi |
| int | sendlenLo |
| int | sendlenHi |
| bool | solveIsSetup |
| Numbering_dh | numbSolve |
| MPI_Request | recv_reqLo [MAX_MPI_TASKS] |
| MPI_Request | recv_reqHi [MAX_MPI_TASKS] |
| MPI_Request | send_reqLo [MAX_MPI_TASKS] |
| MPI_Request | send_reqHi [MAX_MPI_TASKS] |
| MPI_Request | requests [MAX_MPI_TASKS] |
| MPI_Status | status [MAX_MPI_TASKS] |
| bool | debug |
Definition at line 53 of file Factor_dh.h.
| int _factor_dh::m |
Definition at line 56 of file Factor_dh.h.
| int _factor_dh::n |
Definition at line 56 of file Factor_dh.h.
| int _factor_dh::id |
Definition at line 58 of file Factor_dh.h.
| int _factor_dh::beg_row |
Definition at line 59 of file Factor_dh.h.
| int _factor_dh::first_bdry |
Definition at line 60 of file Factor_dh.h.
| int _factor_dh::bdry_count |
Definition at line 61 of file Factor_dh.h.
| bool _factor_dh::blockJacobi |
Definition at line 66 of file Factor_dh.h.
| int* _factor_dh::rp |
Definition at line 69 of file Factor_dh.h.
| int* _factor_dh::cval |
Definition at line 70 of file Factor_dh.h.
| REAL_DH* _factor_dh::aval |
Definition at line 71 of file Factor_dh.h.
| int* _factor_dh::fill |
Definition at line 72 of file Factor_dh.h.
| int* _factor_dh::diag |
Definition at line 73 of file Factor_dh.h.
| int _factor_dh::alloc |
Definition at line 74 of file Factor_dh.h.
| int _factor_dh::num_recvLo |
Definition at line 77 of file Factor_dh.h.
| int _factor_dh::num_recvHi |
Definition at line 77 of file Factor_dh.h.
| int _factor_dh::num_sendLo |
Definition at line 78 of file Factor_dh.h.
| int _factor_dh::num_sendHi |
Definition at line 78 of file Factor_dh.h.
| double* _factor_dh::work_y_lo |
Definition at line 79 of file Factor_dh.h.
| double* _factor_dh::work_x_hi |
Definition at line 82 of file Factor_dh.h.
| double* _factor_dh::sendbufLo |
Definition at line 85 of file Factor_dh.h.
| double * _factor_dh::sendbufHi |
Definition at line 85 of file Factor_dh.h.
| int* _factor_dh::sendindLo |
Definition at line 86 of file Factor_dh.h.
| int * _factor_dh::sendindHi |
Definition at line 86 of file Factor_dh.h.
| int _factor_dh::sendlenLo |
Definition at line 87 of file Factor_dh.h.
| int _factor_dh::sendlenHi |
Definition at line 87 of file Factor_dh.h.
| bool _factor_dh::solveIsSetup |
Definition at line 88 of file Factor_dh.h.
| Numbering_dh _factor_dh::numbSolve |
Definition at line 89 of file Factor_dh.h.
| MPI_Request _factor_dh::recv_reqLo[MAX_MPI_TASKS] |
Definition at line 91 of file Factor_dh.h.
| MPI_Request _factor_dh::recv_reqHi[MAX_MPI_TASKS] |
Definition at line 91 of file Factor_dh.h.
| MPI_Request _factor_dh::send_reqLo[MAX_MPI_TASKS] |
Definition at line 92 of file Factor_dh.h.
| MPI_Request _factor_dh::send_reqHi[MAX_MPI_TASKS] |
Definition at line 92 of file Factor_dh.h.
| MPI_Request _factor_dh::requests[MAX_MPI_TASKS] |
Definition at line 93 of file Factor_dh.h.
| MPI_Status _factor_dh::status[MAX_MPI_TASKS] |
Definition at line 94 of file Factor_dh.h.
| bool _factor_dh::debug |
Definition at line 96 of file Factor_dh.h.
1.8.5