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 )
 

Referenced by SymSparseLinSolver::solve(), and SymArpackSolver::solve().

void pfsslv ( int neqns,
double * diag,
double ** penv,
int nblks,
int * xblk,
double * rhs,
OFFDBLK ** begblk )
 

Referenced by SymSparseLinSolver::solve(), and SymArpackSolver::solve().

Copyright Contact Us