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"
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 | |
|
) |
| | |
Generated on Mon Oct 23 15:05:36 2006 for OpenSees by 1.5.0
|