Go to the source code of this file.
|
template<class CGSolver > |
void | mghype::matrixfree::solvers::cgmultigrid::restrictToNextLevel (const tarch::la::Matrix< TwoPowerD, FourPowerD, double > &restrictionMatrix, auto &coarseGridVertices, auto &fineGridVertex, const auto &vertexMarker) |
| Restrict data from fine grid vertices onto the coarse level.
|
|
template<class CGSolver > |
void | mghype::matrixfree::solvers::cgmultigrid::prolongate (const tarch::la::Matrix< FourPowerD, TwoPowerD, double > &prolongationMatrix, auto &coarseGridVertices, auto &fineGridVertex, const auto &vertexMarker) |
| Prolongate data from coarse vertices down onto fine vertices.
|
|