NGSolve
4.9
|
Prolongation for edge-elements. More...
#include <prolongation.hpp>
Public Member Functions | |
EdgeProlongation (const NedelecFESpace &aspace) | |
virtual void | Update () |
virtual SparseMatrix< double > * | CreateProlongationMatrix (int finelevel) const |
virtual void | ProlongateInline (int finelevel, BaseVector &v) const |
virtual void | RestrictInline (int finelevel, BaseVector &v) const |
void | ApplyGradient (int level, const BaseVector &pot, BaseVector &grad) const |
Prolongation for edge-elements.