Go to the source code of this file.
Namespaces | |
| namespace | TSFExtended |
Functions | |
| template<class Scalar > | |
| VectorSpace< Scalar > | TSFExtended::buildPartitionedSpace (int nTotalDofs, int lowestLocalDof, int nLocalDofs, const Array< int > &isBCIndex, const VectorType< Scalar > &internalType, const VectorType< Scalar > &bcType, const MPIComm &comm) |
| This helper function builds a product space in which BC and internal rows are partitioned into physically distinct spaces. | |