Skip to content
Snippets Groups Projects
Commit e8ff43be authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Add constructor with an explicitly given transfer operator matrix

[[Imported from SVN: r9760]]
parent 00825730
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,13 @@ public:
PKtoP1MGTransfer()
{}
/** \brief Constructor with a given transfer matrix
*/
PKtoP1MGTransfer(std::shared_ptr<TransferOperatorType> matrix)
: TruncatedCompressedMGTransfer<VectorType,BitVectorType,MatrixType>(matrix)
{}
template <class Basis, class GridView>
void setup(const Basis& fineBasis,
const P1NodalBasis<GridView>& p1Basis)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment