ESYS13  Revision_
Classes | Typedefs | Functions
MergedSolver.h File Reference
#include "Paso.h"
#include "SystemMatrix.h"
#include "Options.h"
#include "esysUtils/Esys_MPI.h"

Go to the source code of this file.

Classes

struct  Paso_MergedSolver

Typedefs

typedef struct Paso_MergedSolver Paso_MergedSolver

Functions

Paso_SparseMatrixPaso_MergedSolver_mergeSystemMatrix (Paso_SystemMatrix *A)
Paso_MergedSolverPaso_MergedSolver_alloc (Paso_SystemMatrix *A, Paso_Options *options)
void Paso_MergedSolver_free (Paso_MergedSolver *in)
void Paso_MergedSolver_solve (Paso_MergedSolver *ms, double *local_x, double *local_b)

Typedef Documentation


Function Documentation

void Paso_MergedSolver_solve ( Paso_MergedSolver ms,
double *  local_x,
double *  local_b 
)