ESScript  Revision_
Functions
MergedSolver.cpp 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

Paso_MergedSolver* Paso_MergedSolver_alloc ( Paso_SystemMatrix A,
Paso_Options options 
)
void Paso_MergedSolver_free ( Paso_MergedSolver in)
Paso_SparseMatrix* Paso_MergedSolver_mergeSystemMatrix ( Paso_SystemMatrix A)
void Paso_MergedSolver_solve ( Paso_MergedSolver ms,
double *  local_x,
double *  local_b 
)