GEOSX
|
This is the complete list of members for geosx::DofManager, including all inherited members.
addCoupling(string const &rowFieldName, string const &colFieldName, Connector const connectivity) | geosx::DofManager | |
addCoupling(string const &rowFieldName, string const &colFieldName, Connector const connectivity, arrayView1d< string const > const ®ions) | geosx::DofManager | |
addCoupling(string const &rowFieldName, string const &colFieldName, Connector const connectivity, bool const symmetric) | geosx::DofManager | |
addCoupling(string const &rowFieldName, string const &colFieldName, Connector const connectivity, arrayView1d< string const > const ®ions, bool const symmetric) | geosx::DofManager | |
addCoupling(string const &fieldName, FluxApproximationBase const &stencils) | geosx::DofManager | |
addField(string const &fieldName, Location const location) | geosx::DofManager | |
addField(string const &fieldName, Location const location, localIndex const components) | geosx::DofManager | |
addField(string const &fieldName, Location const location, arrayView1d< string const > const ®ions) | geosx::DofManager | |
addField(string const &fieldName, Location const location, localIndex const components, arrayView1d< string const > const ®ions) | geosx::DofManager | |
addFieldToVector(VECTOR &vector, string const &srcFieldName, string const &dstFieldName, real64 const scalingFactor, localIndex const loCompIndex=0, localIndex const hiCompIndex=-1) const | geosx::DofManager | |
addFieldToVector(arrayView1d< real64 > const &localVector, string const &srcFieldName, string const &dstFieldName, real64 const scalingFactor, localIndex const loCompIndex=0, localIndex const hiCompIndex=-1) const | geosx::DofManager | |
addVectorToField(VECTOR const &vector, string const &srcFieldName, string const &dstFieldName, real64 const scalingFactor, localIndex const loCompIndex=0, localIndex const hiCompIndex=-1) const | geosx::DofManager | |
addVectorToField(arrayView1d< real64 const > const &localVector, string const &srcFieldName, string const &dstFieldName, real64 const scalingFactor, localIndex const loCompIndex=0, localIndex const hiCompIndex=-1) const | geosx::DofManager | |
clear() | geosx::DofManager | |
Connector enum name | geosx::DofManager | |
copyFieldToVector(VECTOR &vector, string const &srcFieldName, string const &dstFieldName, real64 const scalingFactor, localIndex const loCompIndex=0, localIndex const hiCompIndex=-1) const | geosx::DofManager | |
copyFieldToVector(arrayView1d< real64 > const &localVector, string const &srcFieldName, string const &dstFieldName, real64 const scalingFactor, localIndex const loCompIndex=0, localIndex const hiCompIndex=-1) const | geosx::DofManager | |
copyVectorToField(VECTOR const &vector, string const &srcFieldName, string const &dstFieldName, real64 const scalingFactor, localIndex const loCompIndex=0, localIndex const hiCompIndex=-1) const | geosx::DofManager | |
copyVectorToField(arrayView1d< real64 const > const &localVector, string const &srcFieldName, string const &dstFieldName, real64 const scalingFactor, localIndex const loCompIndex=0, localIndex const hiCompIndex=-1) const | geosx::DofManager | |
DofManager(string name) | geosx::DofManager | explicit |
DofManager(DofManager const &)=delete | geosx::DofManager | |
DofManager(DofManager &&)=default | geosx::DofManager | |
fieldExists(string const &name) const | geosx::DofManager | |
filterDofs(std::vector< SubComponent > const &excluded) const | geosx::DofManager | |
getKey(string const &fieldName) const | geosx::DofManager | |
getLocalDofComponentLabels() const | geosx::DofManager | |
getLocation(string const &fieldName) const | geosx::DofManager | |
globalOffset(string const &fieldName) const | geosx::DofManager | |
Location enum name | geosx::DofManager | |
makeRestrictor(std::vector< SubComponent > const &selection, MPI_Comm const &comm, bool transpose, MATRIX &restrictor) const | geosx::DofManager | |
MAX_FIELDS | geosx::DofManager | static |
numComponents(string const &fieldName="") const | geosx::DofManager | |
numComponentsPerField() const | geosx::DofManager | |
numGlobalDofs(string const &fieldName="") const | geosx::DofManager | |
numGlobalSupport(string const &fieldName) const | geosx::DofManager | |
numLocalDofs(string const &fieldName="") const | geosx::DofManager | |
numLocalDofsPerField() const | geosx::DofManager | |
numLocalSupport(string const &fieldName) const | geosx::DofManager | |
operator=(DofManager const &)=delete | geosx::DofManager | |
operator=(DofManager &&)=delete | geosx::DofManager | |
printFieldInfo(std::ostream &os=std::cout) const | geosx::DofManager | |
rankOffset(string const &fieldName="") const | geosx::DofManager | |
reorderByRank() | geosx::DofManager | |
setMesh(DomainPartition &domain, localIndex const meshLevelIndex=0, localIndex const meshBodyIndex=0) | geosx::DofManager | |
setSparsityPattern(MATRIX &matrix, bool closePattern=true) const | geosx::DofManager | |
setSparsityPattern(MATRIX &matrix, string const &rowFieldName, string const &colFieldName, bool closePattern=true) const | geosx::DofManager | |
setSparsityPattern(SparsityPattern< globalIndex > &pattern) const | geosx::DofManager | |
setSparsityPattern(SparsityPattern< globalIndex > &pattern, string const &rowFieldName, string const &colFieldName) const | geosx::DofManager | |
~DofManager()=default | geosx::DofManager |