GEOS
|
This is the complete list of members for geos::DofManager, including all inherited members.
addCoupling(string const &rowFieldName, string const &colFieldName, Connector connectivity, std::vector< FieldSupport > const ®ions={}, bool symmetric=true) | geos::DofManager | |
addCoupling(string const &rowFieldName, string const &colFieldName, Connector connectivity, map< std::pair< string, string >, array1d< string > > const ®ions, bool symmetric=true) | geos::DofManager | |
addCoupling(string const &fieldName, FluxApproximationBase const &stencils) | geos::DofManager | |
addField(string const &fieldName, FieldLocation location, integer components, std::vector< FieldSupport > const ®ions={}) | geos::DofManager | |
addField(string const &fieldName, FieldLocation location, integer components, map< std::pair< string, string >, array1d< string > > const ®ions) | geos::DofManager | |
addFieldToVector(arrayView1d< real64 > const &localVector, string const &srcFieldName, string const &dstFieldName, real64 scalingFactor, CompMask mask=CompMask(MAX_COMP, true)) const | geos::DofManager | |
addVectorToField(arrayView1d< real64 const > const &localVector, string const &srcFieldName, string const &dstFieldName, SCALING_FACTOR_TYPE const &scalingFactor, CompMask mask=CompMask(MAX_COMP, true)) const | geos::DofManager | |
clear() | geos::DofManager | |
CompMask typedef | geos::DofManager | |
Connector enum name | geos::DofManager | |
copyFieldToVector(arrayView1d< real64 > const &localVector, string const &srcFieldName, string const &dstFieldName, real64 scalingFactor, CompMask mask=CompMask(MAX_COMP, true)) const | geos::DofManager | |
copyVectorToField(arrayView1d< real64 const > const &localVector, string const &srcFieldName, string const &dstFieldName, real64 scalingFactor, CompMask mask=CompMask(MAX_COMP, true)) const | geos::DofManager | |
disableGlobalCouplingForEquation(string const &fieldName, integer const c) | geos::DofManager | |
disableGlobalCouplingForEquations(string const &fieldName, arrayView1d< integer const > const components) | geos::DofManager | |
DofManager(string name) | geos::DofManager | explicit |
DofManager(DofManager const &)=delete | geos::DofManager | |
DofManager(DofManager &&)=default | geos::DofManager | |
fieldExists(string const &name) const | geos::DofManager | |
filterDofs(std::vector< SubComponent > const &excluded) const | geos::DofManager | |
getKey(string const &fieldName) const | geos::DofManager | |
getLocalDofComponentLabels(CONTAINER &labels) const | geos::DofManager | inline |
globalOffset(string const &fieldName) const | geos::DofManager | |
LocalReorderingType enum name | geos::DofManager | |
location(string const &fieldName) const | geos::DofManager | |
makeRestrictor(std::vector< SubComponent > const &selection, MPI_Comm const &comm, bool transpose, MATRIX &restrictor) const | geos::DofManager | |
MAX_COMP | geos::DofManager | static |
numComponents(string const &fieldName="") const | geos::DofManager | |
numComponents() const | geos::DofManager | |
numComponentsPerField() const | geos::DofManager | |
numGlobalDofs(string const &fieldName) const | geos::DofManager | |
numGlobalDofs() const | geos::DofManager | |
numLocalDofs(string const &fieldName) const | geos::DofManager | |
numLocalDofs() const | geos::DofManager | |
operator=(DofManager const &)=delete | geos::DofManager | |
operator=(DofManager &&)=default | geos::DofManager | |
printFieldInfo(std::ostream &os=std::cout) const | geos::DofManager | |
rankOffset(string const &fieldName) const | geos::DofManager | |
rankOffset() const | geos::DofManager | |
reorderByRank() | geos::DofManager | |
setDomain(DomainPartition &domain) | geos::DofManager | |
setLocalReorderingType(string const &fieldName, LocalReorderingType const reorderingType) | geos::DofManager | |
setSparsityPattern(SparsityPattern< globalIndex > &pattern) const | geos::DofManager | |
setupFrom(DofManager const &source, std::vector< SubComponent > const &selection) | geos::DofManager |