4 #include <stk_util/environment/ReportHandler.hpp> 18 LU(
const int dim,
const int bandwidth );
23 ThrowRequire( row <=
dim_ );
24 ThrowRequire( col <=
dim_ );
31 ThrowRequire( row <=
dim_ );
32 ThrowRequire( col <=
dim_ );
38 inline double value(
int row,
int col )
const {
39 ThrowRequire( row <=
dim_ );
40 ThrowRequire( col <=
dim_ );
double ** AA_
Definition: LU.h:78
double & operator()(int row, int col)
Definition: LU.h:22
Definition: ABLForcingAlgorithm.C:26
SparseMatrix AA_
Definition: LU.h:84
bool isReady_
Definition: LU.h:83
const int band_
Definition: LU.h:79
const int dim_
Definition: LU.h:82
double & operator()(int row, int col)
Definition: LU.h:64
double value(int row, int col) const
Definition: LU.h:38
const int dim_
Definition: LU.h:79
static constexpr double rhs[8]
Definition: UnitTestContinuityAdvElem.C:18
double operator()(int row, int col) const
Definition: LU.h:30
~SparseMatrix()
Definition: LU.C:90
Supports LU-decompositon for a matrix.
Definition: LU.h:16
double operator()(int row, int col) const
Definition: LU.h:69
void decompose()
Definition: LU.C:26
void back_subs(double *rhs)
Definition: LU.C:50
void dump()
Definition: LU.C:97