Protected Attributes | |
const word | modelType_ |
the name of the jacCon matrix More... | |
const fvMesh & | mesh_ |
fvMesh More... | |
const DAOption & | daOption_ |
DAOption object. More... | |
const DAModel & | daModel_ |
DAModel object. More... | |
const DAIndex & | daIndex_ |
DAIndex object. More... | |
DAColoring | daColoring_ |
DAColoring object. More... | |
DAField | daField_ |
DAField object. More... | |
HashTable< wordList > | stateInfo_ |
the regState_ list from DAStateInfo object More... | |
Mat | stateBoundaryCon_ |
matrix to store boundary connectivity levels for state Jacobians More... | |
Mat | stateBoundaryConID_ |
matrix to store boundary connectivity ID for state Jacobians More... | |
labelList | neiBFaceGlobalCompact_ |
neibough face global index for a given local boundary face More... | |
Mat | jacCon_ |
Jacobian connectivity mat. More... | |
Vec | jacConColors_ |
jacCon matrix colors More... | |
label | nJacConColors_ |
number of jacCon colors More... | |
on- and off-diagonal preallocation sizes for each row of dRdW, dRdWT, and dRdXv | |
Vec | dRdWTPreallocOn_ |
Vec | dRdWTPreallocOff_ |
Vec | dRdWPreallocOn_ |
Vec | dRdWPreallocOff_ |
Vec | isPIVBCState_ |
a vector to show whether a state is connected to a pressureInletVelocity boundary face (3 level max) More... | |
void | initializeStateBoundaryCon () |
initialize state boundary connection More... | |
void | calcNeiBFaceGlobalCompact (labelList &neiBFaceGlobalCompact) |
calculate DAJacCon::neiBFaceGlobalCompact_ More... | |
label | getLocalCoupledBFaceIndex (const label localFaceI) const |
given a local face index, return the local index of the coupled boundary face More... | |
void | setupStateBoundaryCon (Mat *stateBoundaryCon) |
calculate DAJacCon::stateBoundaryCon_ More... | |
void | setupStateBoundaryConID (Mat *stateBoundaryConID) |
calculate DAJacCon::stateBoundaryConID_ More... | |
void | createConnectionMat (Mat *connectedStates) |
allocate connectedState matrix More... | |
void | addStateConnections (Mat connections, const label cellI, const label connectedLevelLocal, const wordList connectedStatesLocal, const List< List< word >> connectedStateInterProc, const label addFace) |
a high-level function to add connected state column indices to the connectivity matrix More... | |
void | setConnections (Mat conMat, const label idx) const |
add value 1 for the colume idx to conMat More... | |
void | setupJacobianConnections (Mat conMat, Mat connections, const label idxI) |
assign values in connections to a specific row idxI in conMat More... | |
void | combineStateBndCon (Mat *stateBoundaryCon, Mat *stateBoundaryConTmp) |
combine stateBoundaryCon and stateBoundaryConTmp, this is to ensure including all connected states for parallel cases More... | |
void | addConMatCell (Mat conMat, const label gRow, const label cellI, const word stateName, const PetscScalar val) |
add val to the gRow row in conMat, the column indice are the state (given by stateName) for a given cellI More... | |
void | addConMatNeighbourCells (Mat conMat, const label gRow, const label cellI, const word stateName, const PetscScalar val) |
add val to gRow row in conMat, column indice are the neighbouring states (given by stateName) for a given cellI More... | |
void | addConMatCellFaces (Mat conMat, const label gRow, const label cellI, const word stateName, const PetscScalar val) |
add val to gRow row in conMat, column indice are the faces (given by stateName) for a given cellI More... | |
void | addBoundaryFaceConnections (Mat conMat, const label gRow, const label cellI, const labelList v, const List< List< word >> connectedStates, const label addFaces) |
add the column index of the (iner-proc) connected states and faces to conMat, given a local face index More... | |
void | clearDAJacConMembers () |
clear members in DAJacCon More... | |
void | checkSpecialBCs () |
check if there is special boundary conditions that need special treatment in jacCon_ More... | |
void | setPIVVec (Vec iSPIV, const label idxI) |
function used to add connectivity for pressureInletVelocity More... | |
label | addPhi4PIV (const word stateName, const label idxI, const label comp=-1) |
add connectivity phi for pressureInletVelocity More... | |
void | initializePetscVecs () |
initialize petsc vectors More... | |
void | allocateJacobianConnections (Vec preallocOnProc, Vec preallocOffProc, Vec preallocOnProcT, Vec preallocOffProcT, Mat connections, const label row) |
compute preallocation vectors More... | |
void | preallocateJacobianMatrix (Mat dRMat, const Vec preallocOnProc, const Vec preallocOffProc) const |
compute preallocation vectors More... | |
void | setupdRdWCon (const HashTable< List< List< word >>> &stateResConInfo, const label isPrealloc) |
DAJacCon (const word modelType, const fvMesh &mesh, const DAOption &daOption, const DAModel &daModel, const DAIndex &daIndex) | |
virtual | ~DAJacCon () |
void | clear () |
clear members in parent and child objects More... | |
void | setupJacConPreallocation (const dictionary &options) |
calculate the preallocation vector for initializing the JacCon mat, if necessary More... | |
void | initializeJacCon (const dictionary &options) |
initialize the state Jacobian connectivity matrix More... | |
void | setupJacCon (const dictionary &options) |
assign 1 to all non-zero elements for the Jacobian connecitivyt matrix More... | |
label | getNJacConColors () const |
get the number of JacCon colors More... | |
void | preallocatedRdW (Mat dRMat, const label transposed) const |
preallocate dRdW matrix using the preallocVec More... | |
void | calcJacConColoring (const word postFix="") |
compute graph coloring for Jacobian connectivity matrix More... | |
void | readJacConColoring (const word postFix="") |
read colors for JacCon More... | |
label | coloringExists (const word postFix="") const |
whether the coloring file exists More... | |
Vec | getJacConColor () const |
return DAJacCon::jacConColors_ More... | |
void | calcColoredColumns (const label colorI, Vec coloredColumn) const |
calculate the colored column vector More... | |
Definition at line 35 of file DAJacCon.H.
DAJacCon | ( | const word | modelType, |
const fvMesh & | mesh, | ||
const DAOption & | daOption, | ||
const DAModel & | daModel, | ||
const DAIndex & | daIndex | ||
) |
Definition at line 17 of file DAJacCon.C.
References DAJacCon::checkSpecialBCs(), DAOption::getOption(), DAJacCon::initializePetscVecs(), DAJacCon::initializeStateBoundaryCon(), mesh, DAStateInfo::New(), solverName, and DAJacCon::stateInfo_.
|
inlinevirtual |
Definition at line 233 of file DAJacCon.H.
|
protected |
initialize state boundary connection
Definition at line 45 of file DAJacCon.C.
References DAJacCon::calcNeiBFaceGlobalCompact(), DAJacCon::daOption_, DAOption::getAllOptions(), DAOption::getOption(), DAJacCon::neiBFaceGlobalCompact_, DAJacCon::setupStateBoundaryCon(), DAJacCon::setupStateBoundaryConID(), DAJacCon::stateBoundaryCon_, DAJacCon::stateBoundaryConID_, and DAUtility::writeMatrixBinary().
Referenced by DAJacCon::DAJacCon().
|
protected |
calculate DAJacCon::neiBFaceGlobalCompact_
Definition at line 686 of file DAJacCon.C.
References DAJacCon::daIndex_, forAll(), DAIndex::globalCoupledBFaceNumbering, DAJacCon::mesh_, DAIndex::nLocalBoundaryFaces, and DAIndex::nLocalInternalFaces.
Referenced by DAJacCon::initializeStateBoundaryCon().
|
protected |
given a local face index, return the local index of the coupled boundary face
Definition at line 753 of file DAJacCon.C.
References forAll(), and DAJacCon::mesh_.
Referenced by DAJacCon::addBoundaryFaceConnections(), and DAJacCon::setupdRdWCon().
|
protected |
calculate DAJacCon::stateBoundaryCon_
Definition at line 800 of file DAJacCon.C.
References DAJacCon::addBoundaryFaceConnections(), DAJacCon::addConMatCell(), DAJacCon::addConMatCellFaces(), DAJacCon::addConMatNeighbourCells(), DAIndex::adjStateNames, DAIndex::adjStateType, DAJacCon::combineStateBndCon(), DAJacCon::daIndex_, forAll(), DAJacCon::mesh_, DAJacCon::neiBFaceGlobalCompact_, DAIndex::nLocalAdjointStates, DAIndex::nLocalCoupledBFaces, DAIndex::nLocalInternalFaces, and DAJacCon::stateInfo_.
Referenced by DAJacCon::initializeStateBoundaryCon().
|
protected |
calculate DAJacCon::stateBoundaryConID_
Definition at line 1443 of file DAJacCon.C.
References DAIndex::calcAdjStateID4GlobalAdjIdx(), DAJacCon::daIndex_, DAUtility::isValueCloseToRef(), DAIndex::nGlobalAdjointStates, DAIndex::nLocalAdjointStates, DAIndex::nLocalCoupledBFaces, DAJacCon::stateBoundaryCon_, and dafoam_plot3dtransform::vals.
Referenced by DAJacCon::initializeStateBoundaryCon().
|
protected |
allocate connectedState matrix
Definition at line 146 of file DAJacCon.C.
References DAJacCon::daIndex_, and DAIndex::nGlobalAdjointStates.
Referenced by DAJacCon::setupdRdWCon().
|
protected |
a high-level function to add connected state column indices to the connectivity matrix
Definition at line 304 of file DAJacCon.C.
References DAJacCon::addBoundaryFaceConnections(), DAJacCon::addConMatCellFaces(), DAJacCon::addConMatNeighbourCells(), DAIndex::adjStateType, DAJacCon::daIndex_, forAll(), DAIndex::getGlobalAdjointStateIndex(), DAJacCon::mesh_, DAJacCon::setConnections(), and DAJacCon::stateInfo_.
Referenced by DAJacCon::setupdRdWCon().
|
protected |
add value 1 for the colume idx to conMat
Definition at line 669 of file DAJacCon.C.
Referenced by DAJacCon::addStateConnections(), and DAJacCon::setupdRdWCon().
|
protected |
assign values in connections to a specific row idxI in conMat
Definition at line 111 of file DAJacCon.C.
References dafoam_plot3dtransform::vals.
Referenced by DAJacCon::setupdRdWCon().
|
protected |
combine stateBoundaryCon and stateBoundaryConTmp, this is to ensure including all connected states for parallel cases
Definition at line 1207 of file DAJacCon.C.
References DAJacCon::addBoundaryFaceConnections(), DAJacCon::daIndex_, forAll(), k, DAJacCon::mesh_, DAJacCon::neiBFaceGlobalCompact_, DAIndex::nLocalAdjointStates, DAIndex::nLocalCoupledBFaces, DAIndex::nLocalInternalFaces, and dafoam_plot3dtransform::vals.
Referenced by DAJacCon::setupStateBoundaryCon().
|
protected |
add val to the gRow row in conMat, the column indice are the state (given by stateName) for a given cellI
Definition at line 1509 of file DAJacCon.C.
References DAIndex::adjStateType, DAJacCon::daIndex_, and DAIndex::getGlobalAdjointStateIndex().
Referenced by DAJacCon::setupStateBoundaryCon().
|
protected |
add val to gRow row in conMat, column indice are the neighbouring states (given by stateName) for a given cellI
Definition at line 1568 of file DAJacCon.C.
References DAIndex::adjStateType, DAJacCon::daIndex_, forAll(), DAIndex::getGlobalAdjointStateIndex(), and DAJacCon::mesh_.
Referenced by DAJacCon::addStateConnections(), and DAJacCon::setupStateBoundaryCon().
|
protected |
add val to gRow row in conMat, column indice are the faces (given by stateName) for a given cellI
Definition at line 1637 of file DAJacCon.C.
References DAJacCon::daIndex_, forAll(), DAIndex::getGlobalAdjointStateIndex(), and DAJacCon::mesh_.
Referenced by DAJacCon::addStateConnections(), and DAJacCon::setupStateBoundaryCon().
|
protected |
add the column index of the (iner-proc) connected states and faces to conMat, given a local face index
Definition at line 1693 of file DAJacCon.C.
References DAIndex::adjStateID, DAJacCon::daIndex_, forAll(), DAJacCon::getLocalCoupledBFaceIndex(), DAIndex::globalCoupledBFaceNumbering, DAIndex::isCoupledFace, DAJacCon::mesh_, DAJacCon::stateBoundaryCon_, DAJacCon::stateBoundaryConID_, and dafoam_plot3dtransform::vals.
Referenced by DAJacCon::addStateConnections(), DAJacCon::combineStateBndCon(), and DAJacCon::setupStateBoundaryCon().
|
inlineprotected |
clear members in DAJacCon
Definition at line 173 of file DAJacCon.H.
References DAJacCon::jacCon_, DAJacCon::jacConColors_, DAJacCon::neiBFaceGlobalCompact_, DAJacCon::stateBoundaryCon_, DAJacCon::stateBoundaryConID_, and DAJacCon::stateInfo_.
Referenced by DAJacCon::clear().
|
protected |
check if there is special boundary conditions that need special treatment in jacCon_
Definition at line 2824 of file DAJacCon.C.
References DAJacCon::daField_, DAJacCon::daIndex_, DAJacCon::daOption_, forAll(), DAOption::getAllOptions(), DAJacCon::isPIVBCState_, DAJacCon::mesh_, DAIndex::nLocalAdjointStates, DAJacCon::setPIVVec(), DAField::specialBCs, U, and DAUtility::writeVectorASCII().
Referenced by DAJacCon::DAJacCon().
|
protected |
function used to add connectivity for pressureInletVelocity
Definition at line 2905 of file DAJacCon.C.
References DAIndex::adjStateNames, DAIndex::adjStateType, DAJacCon::daIndex_, forAll(), DAIndex::getGlobalAdjointStateIndex(), and DAJacCon::mesh_.
Referenced by DAJacCon::checkSpecialBCs().
|
protected |
add connectivity phi for pressureInletVelocity
Definition at line 2942 of file DAJacCon.C.
References DAJacCon::daIndex_, DAIndex::getLocalAdjointStateIndex(), DAJacCon::isPIVBCState_, and DAUtility::isValueCloseToRef().
|
protected |
initialize petsc vectors
Definition at line 83 of file DAJacCon.C.
References DAJacCon::daIndex_, DAJacCon::dRdWPreallocOff_, DAJacCon::dRdWPreallocOn_, DAJacCon::dRdWTPreallocOff_, DAJacCon::dRdWTPreallocOn_, DAJacCon::jacConColors_, and DAIndex::nLocalAdjointStates.
Referenced by DAJacCon::DAJacCon().
|
protected |
compute preallocation vectors
Definition at line 2602 of file DAJacCon.C.
References DAJacCon::daIndex_, DAIndex::globalAdjointStateNumbering, DAUtility::isValueCloseToRef(), DAIndex::nLocalAdjointStates, and dafoam_plot3dtransform::vals.
Referenced by DAJacCon::setupdRdWCon().
|
protected |
compute preallocation vectors
Definition at line 173 of file DAJacCon.C.
References DAJacCon::daIndex_, and DAIndex::nLocalAdjointStates.
Referenced by DAJacCon::initializeJacCon(), and DAJacCon::preallocatedRdW().
|
protected |
Definition at line 2039 of file DAJacCon.C.
References DAJacCon::addStateConnections(), DAIndex::adjStateNames, DAIndex::adjStateType, DAJacCon::allocateJacobianConnections(), DAIndex::bFaceFaceI, DAIndex::bFacePatchI, DAJacCon::createConnectionMat(), DAJacCon::daField_, DAJacCon::daIndex_, DAJacCon::daOption_, DAJacCon::dRdWPreallocOff_, DAJacCon::dRdWPreallocOn_, DAJacCon::dRdWTPreallocOff_, DAJacCon::dRdWTPreallocOn_, forAll(), DAOption::getAllOptions(), DAIndex::getGlobalAdjointStateIndex(), DAJacCon::getLocalCoupledBFaceIndex(), DAOption::getOption(), DAIndex::globalCoupledBFaceNumbering, DAJacCon::jacCon_, k, DAJacCon::mesh_, DAIndex::nLocalInternalFaces, DAJacCon::setConnections(), DAJacCon::setupJacobianConnections(), DAField::specialBCs, DAJacCon::stateBoundaryCon_, DAJacCon::stateBoundaryConID_, DAJacCon::stateInfo_, dafoam_plot3dtransform::vals, DAUtility::writeMatrixBinary(), and DAUtility::writeVectorASCII().
Referenced by DAJacCon::setupJacCon(), and DAJacCon::setupJacConPreallocation().
void clear | ( | ) |
clear members in parent and child objects
Definition at line 2966 of file DAJacCon.C.
References DAJacCon::clearDAJacConMembers(), DAJacCon::dRdWPreallocOff_, DAJacCon::dRdWPreallocOn_, DAJacCon::dRdWTPreallocOff_, and DAJacCon::dRdWTPreallocOn_.
Referenced by DASolver::calcdRdWT(), and DASolver::runColoring().
void setupJacConPreallocation | ( | const dictionary & | options | ) |
calculate the preallocation vector for initializing the JacCon mat, if necessary
Definition at line 2016 of file DAJacCon.C.
References DAJacCon::setupdRdWCon().
Referenced by DASolver::calcdRdWT(), and DASolver::runColoring().
void initializeJacCon | ( | const dictionary & | options | ) |
initialize the state Jacobian connectivity matrix
Definition at line 254 of file DAJacCon.C.
References DAJacCon::daIndex_, DAJacCon::daOption_, DAJacCon::dRdWPreallocOff_, DAJacCon::dRdWPreallocOn_, DAOption::getOption(), DAJacCon::jacCon_, DAIndex::nLocalAdjointStates, and DAJacCon::preallocateJacobianMatrix().
Referenced by DASolver::calcdRdWT(), and DASolver::runColoring().
void setupJacCon | ( | const dictionary & | options | ) |
assign 1 to all non-zero elements for the Jacobian connecitivyt matrix
Definition at line 286 of file DAJacCon.C.
References DAJacCon::setupdRdWCon().
Referenced by DASolver::calcdRdWT(), and DASolver::runColoring().
|
inline |
get the number of JacCon colors
Definition at line 252 of file DAJacCon.H.
References DAJacCon::nJacConColors_.
Referenced by DAPartDeriv::calcPartDerivMat().
void preallocatedRdW | ( | Mat | dRMat, |
const label | transposed | ||
) | const |
preallocate dRdW matrix using the preallocVec
Definition at line 228 of file DAJacCon.C.
References DAJacCon::dRdWPreallocOff_, DAJacCon::dRdWPreallocOn_, DAJacCon::dRdWTPreallocOff_, DAJacCon::dRdWTPreallocOn_, and DAJacCon::preallocateJacobianMatrix().
Referenced by DAPartDeriv::initializePartDerivMat().
void calcJacConColoring | ( | const word | postFix = "" | ) |
compute graph coloring for Jacobian connectivity matrix
Definition at line 1917 of file DAJacCon.C.
References DAJacCon::daColoring_, DAJacCon::daOption_, DAOption::getOption(), DAJacCon::jacCon_, DAJacCon::jacConColors_, DAJacCon::modelType_, DAJacCon::nJacConColors_, DAColoring::parallelD2Coloring(), DAColoring::validateColoring(), and DAUtility::writeVectorBinary().
Referenced by DASolver::runColoring().
void readJacConColoring | ( | const word | postFix = "" | ) |
read colors for JacCon
Definition at line 1980 of file DAJacCon.C.
References DAJacCon::daColoring_, DAJacCon::jacCon_, DAJacCon::jacConColors_, DAJacCon::modelType_, DAJacCon::nJacConColors_, DAUtility::readVectorBinary(), and DAColoring::validateColoring().
Referenced by DASolver::calcdRdWT().
label coloringExists | ( | const word | postFix = "" | ) | const |
whether the coloring file exists
Definition at line 1886 of file DAJacCon.C.
References DAJacCon::modelType_.
Referenced by DASolver::runColoring().
|
inline |
return DAJacCon::jacConColors_
Definition at line 272 of file DAJacCon.H.
References DAJacCon::jacConColors_.
Referenced by DAPartDeriv::calcPartDerivMat().
void calcColoredColumns | ( | const label | colorI, |
Vec | coloredColumn | ||
) | const |
calculate the colored column vector
Definition at line 2691 of file DAJacCon.C.
References DAJacCon::daOption_, DAOption::getOption(), DAUtility::isValueCloseToRef(), DAJacCon::jacCon_, and DAJacCon::jacConColors_.
Referenced by DAPartDeriv::calcPartDerivMat().
|
protected |
the name of the jacCon matrix
Definition at line 47 of file DAJacCon.H.
Referenced by DAJacCon::calcJacConColoring(), DAJacCon::coloringExists(), and DAJacCon::readJacConColoring().
|
protected |
fvMesh
Definition at line 50 of file DAJacCon.H.
Referenced by DAJacCon::addBoundaryFaceConnections(), DAJacCon::addConMatCellFaces(), DAJacCon::addConMatNeighbourCells(), DAJacCon::addStateConnections(), DAJacCon::calcNeiBFaceGlobalCompact(), DAJacCon::checkSpecialBCs(), DAJacCon::combineStateBndCon(), DAJacCon::getLocalCoupledBFaceIndex(), DAJacCon::setPIVVec(), DAJacCon::setupdRdWCon(), and DAJacCon::setupStateBoundaryCon().
|
protected |
DAOption object.
Definition at line 53 of file DAJacCon.H.
Referenced by DAJacCon::calcColoredColumns(), DAJacCon::calcJacConColoring(), DAJacCon::checkSpecialBCs(), DAJacCon::initializeJacCon(), DAJacCon::initializeStateBoundaryCon(), and DAJacCon::setupdRdWCon().
|
protected |
DAModel object.
Definition at line 56 of file DAJacCon.H.
|
protected |
DAIndex object.
Definition at line 59 of file DAJacCon.H.
Referenced by DAJacCon::addBoundaryFaceConnections(), DAJacCon::addConMatCell(), DAJacCon::addConMatCellFaces(), DAJacCon::addConMatNeighbourCells(), DAJacCon::addPhi4PIV(), DAJacCon::addStateConnections(), DAJacCon::allocateJacobianConnections(), DAJacCon::calcNeiBFaceGlobalCompact(), DAJacCon::checkSpecialBCs(), DAJacCon::combineStateBndCon(), DAJacCon::createConnectionMat(), DAJacCon::initializeJacCon(), DAJacCon::initializePetscVecs(), DAJacCon::preallocateJacobianMatrix(), DAJacCon::setPIVVec(), DAJacCon::setupdRdWCon(), DAJacCon::setupStateBoundaryCon(), and DAJacCon::setupStateBoundaryConID().
|
protected |
DAColoring object.
Definition at line 62 of file DAJacCon.H.
Referenced by DAJacCon::calcJacConColoring(), and DAJacCon::readJacConColoring().
|
protected |
DAField object.
Definition at line 65 of file DAJacCon.H.
Referenced by DAJacCon::checkSpecialBCs(), and DAJacCon::setupdRdWCon().
|
protected |
the regState_ list from DAStateInfo object
Definition at line 68 of file DAJacCon.H.
Referenced by DAJacCon::addStateConnections(), DAJacCon::clearDAJacConMembers(), DAJacCon::DAJacCon(), DAJacCon::setupdRdWCon(), and DAJacCon::setupStateBoundaryCon().
|
protected |
matrix to store boundary connectivity levels for state Jacobians
Definition at line 71 of file DAJacCon.H.
Referenced by DAJacCon::addBoundaryFaceConnections(), DAJacCon::clearDAJacConMembers(), DAJacCon::initializeStateBoundaryCon(), DAJacCon::setupdRdWCon(), and DAJacCon::setupStateBoundaryConID().
|
protected |
matrix to store boundary connectivity ID for state Jacobians
Definition at line 74 of file DAJacCon.H.
Referenced by DAJacCon::addBoundaryFaceConnections(), DAJacCon::clearDAJacConMembers(), DAJacCon::initializeStateBoundaryCon(), and DAJacCon::setupdRdWCon().
|
protected |
neibough face global index for a given local boundary face
Definition at line 77 of file DAJacCon.H.
Referenced by DAJacCon::clearDAJacConMembers(), DAJacCon::combineStateBndCon(), DAJacCon::initializeStateBoundaryCon(), and DAJacCon::setupStateBoundaryCon().
|
protected |
Jacobian connectivity mat.
Definition at line 80 of file DAJacCon.H.
Referenced by DAJacCon::calcColoredColumns(), DAJacCon::calcJacConColoring(), DAJacCon::clearDAJacConMembers(), DAJacCon::initializeJacCon(), DAJacCon::readJacConColoring(), and DAJacCon::setupdRdWCon().
|
protected |
jacCon matrix colors
Definition at line 83 of file DAJacCon.H.
Referenced by DAJacCon::calcColoredColumns(), DAJacCon::calcJacConColoring(), DAJacCon::clearDAJacConMembers(), DAJacCon::getJacConColor(), DAJacCon::initializePetscVecs(), and DAJacCon::readJacConColoring().
|
protected |
number of jacCon colors
Definition at line 86 of file DAJacCon.H.
Referenced by DAJacCon::calcJacConColoring(), DAJacCon::getNJacConColors(), and DAJacCon::readJacConColoring().
|
protected |
Definition at line 90 of file DAJacCon.H.
Referenced by DAJacCon::clear(), DAJacCon::initializePetscVecs(), DAJacCon::preallocatedRdW(), and DAJacCon::setupdRdWCon().
|
protected |
Definition at line 91 of file DAJacCon.H.
Referenced by DAJacCon::clear(), DAJacCon::initializePetscVecs(), DAJacCon::preallocatedRdW(), and DAJacCon::setupdRdWCon().
|
protected |
Definition at line 92 of file DAJacCon.H.
Referenced by DAJacCon::clear(), DAJacCon::initializeJacCon(), DAJacCon::initializePetscVecs(), DAJacCon::preallocatedRdW(), and DAJacCon::setupdRdWCon().
|
protected |
Definition at line 93 of file DAJacCon.H.
Referenced by DAJacCon::clear(), DAJacCon::initializeJacCon(), DAJacCon::initializePetscVecs(), DAJacCon::preallocatedRdW(), and DAJacCon::setupdRdWCon().
|
protected |
a vector to show whether a state is connected to a pressureInletVelocity boundary face (3 level max)
Definition at line 188 of file DAJacCon.H.
Referenced by DAJacCon::addPhi4PIV(), and DAJacCon::checkSpecialBCs().