KASKADE 7 development version
|
Finds the parent nodes and their interpolation weight for each node in the grid. usage eg.: ParentalNodes<Grid> parentalNodes( gridManager.grid() );. More...
#include <multiGridStacks.hh>
Finds the parent nodes and their interpolation weight for each node in the grid. usage eg.: ParentalNodes<Grid> parentalNodes( gridManager.grid() );.
creates a "level-nested" vector "levelParentsVector" whose components are vectors, containing the indices of vertices and barycentric coordinates corresponding to the parent cells
creates also the "level-nested" Vector "levelDisappear" whose entries will be set 1 if corresponding node disappears in current level and 0 else
Definition at line 91 of file multiGridStacks.hh.
Public Member Functions | |
ParentalNodes (Grd const &grd) | |
Public Attributes | |
std::vector< std::vector< FatherSimplexPairs > > | levelParentsVector |
std::vector< std::vector< int > > | levelDisappear |
|
inline |
Definition at line 103 of file multiGridStacks.hh.
std::vector< std::vector<int> > ParentalNodes< Grd >::levelDisappear |
Definition at line 101 of file multiGridStacks.hh.
Referenced by ProlongationStack< Grd >::ProlongationStack().
std::vector< std::vector<FatherSimplexPairs> > ParentalNodes< Grd >::levelParentsVector |
Definition at line 100 of file multiGridStacks.hh.
Referenced by ProlongationStack< Grd >::ProlongationStack().