public class BMatrixSolver
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected BaseAclfNetwork<?,?> |
aclfNet |
Constructor and Description |
---|
BMatrixSolver(BaseAclfNetwork<?,?> net)
constructor
|
BMatrixSolver(BaseAclfNetwork<?,?> net,
JacobianMatrixType type)
constructor
|
Modifier and Type | Method and Description |
---|---|
void |
distructor()
distructor to release resource if necessary
|
ISparseEqnDouble |
getB11Matrix()
get B11 matrix.
|
ISparseEqnDouble |
getB1Matrix()
get B1 matrix.
|
protected boolean |
isB11MatrixDirty() |
protected boolean |
isB1MatrixDirty() |
void |
setB11MatrixDirty()
set B11 matrix dirty
|
void |
setB1MatrixDirty()
set B1 matrix dirty
|
void |
setBMatrixDirty()
set B1 and B11 matrix dirty
|
protected BaseAclfNetwork<?,?> aclfNet
public BMatrixSolver(BaseAclfNetwork<?,?> net)
net
- public BMatrixSolver(BaseAclfNetwork<?,?> net, JacobianMatrixType type)
net
- type
- public void distructor()
public ISparseEqnDouble getB1Matrix() throws InterpssException
InterpssException
protected boolean isB1MatrixDirty()
public ISparseEqnDouble getB11Matrix() throws InterpssException
InterpssException
protected boolean isB11MatrixDirty()
public void setBMatrixDirty()
public void setB1MatrixDirty()
public void setB11MatrixDirty()