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

This class serves as a base class for local assemblers. It provides space and access to the local stiffness matrix. The actual assembling is done in a derived class via the virtual assemble method.
The template parameters are:
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 | |