Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
SymSparseLinSolver.cpp File Reference#include "SymSparseLinSOE.h"
#include "SymSparseLinSolver.h"
#include <f2c.h>
#include <math.h>
#include <Channel.h>
#include <FEM_ObjectBroker.h>
#include "FeStructs.h"
#include "globalVars.h"
#include "tim.h"
Go to the source code of this file.
Functions |
int | pfsfct (int neqns, double *diag, double **penv, int nblks, int *xblk, OFFDBLK **begblk, OFFDBLK *first, int *rowblks) |
void | pfsslv (int neqns, double *diag, double **penv, int nblks, int *xblk, double *rhs, OFFDBLK **begblk) |
Function Documentation
int pfsfct (
|
int neqns,
|
|
double * diag,
|
|
double ** penv,
|
|
int nblks,
|
|
int * xblk,
|
|
OFFDBLK ** begblk,
|
|
OFFDBLK * first,
|
|
int * rowblks )
|
|
void pfsslv (
|
int neqns,
|
|
double * diag,
|
|
double ** penv,
|
|
int nblks,
|
|
int * xblk,
|
|
double * rhs,
|
|
OFFDBLK ** begblk )
|
|
|