Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Namespaces
secOrd_op_identity.h File Reference

Providing an identity function for vector valued finite element functions. More...

#include <memory>
#include "esfem_fwd.h"
Include dependency graph for secOrd_op_identity.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Esfem::SecOrd_op::Identity
 Interface for the identity function. More...
 

Namespaces

 Esfem
 The evolving surface finite element method.
 
 Esfem::SecOrd_op
 Parabolic and elliptic second order operators.
 

Detailed Description

Providing an identity function for vector valued finite element functions.

Revision history

 Revised by Christian Power Mai 2016
 Originally written by Christian Power
      (power22c@gmail.com) March 2016

Idea

This class provides a way to save the current grid in a vector valued finite element function. With a different function you can save the nodal values into a file with the dune grid format.

Author
Christian Power
Date
23. Mai 2016

Definition in file secOrd_op_identity.h.