- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <p1operator.hh>
Inheritance diagram for Dune::P1OperatorBase< G, RT, GV, LC, m >:

This class sets up a compressed row storage matrix with connectivity for P1 elements. It includes hanging nodes and is able to extend the matrix pattern arising from non-overlapping grids to minimum overlap.
This class does not fill any entries into the matrix.
GV The grid view
Public Member Functions | |
| const RepresentationType & | operator * () const |
| return const reference to operator matrix | |
| RepresentationType & | operator * () |
| return reference to operator matrix | |
| void | sumEntries () |
| makes matrix consistent in nonoverlapping case | |