#include "ml_common.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_Time.h"
#include "Epetra_RowMatrix.h"
#include "Epetra_MpiComm.h"
#include "ml_epetra.h"
#include "ml_amesos_wrap.h"
#include "ml_MultiLevelPreconditioner.h"
#include "AztecOO.h"
Functions | |
static int | SetLHSAndRHS (Epetra_Vector &LHS, Epetra_Vector &RHS, const Epetra_RowMatrix &Matrix) |
static void | MLP_print (int count, char *str, double status[AZ_STATUS_SIZE], double time) |
static void MLP_print | ( | int | count, | |
char * | str, | |||
double | status[AZ_STATUS_SIZE], | |||
double | time | |||
) | [static] |
static int SetLHSAndRHS | ( | Epetra_Vector & | LHS, | |
Epetra_Vector & | RHS, | |||
const Epetra_RowMatrix & | Matrix | |||
) | [static] |