ESYS13  Revision_
Functions
MergedSolver.c File Reference
#include "Paso.h"
#include "MergedSolver.h"
#include "Preconditioner.h"
#include "PasoUtil.h"
#include "UMFPACK.h"
#include "MKL.h"
#include <stdio.h>

Functions

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

Function Documentation

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