Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Typedefs
secOrd_op_rhs.cpp File Reference

Implementing secOrd_op_rhs.h More...

#include <config.h>
#include "secOrd_op_rhs.h"
#include "secOrd_op_rhs_impl.h"
Include dependency graph for secOrd_op_rhs.cpp:

Go to the source code of this file.

Typedefs

using FE_function = Esfem::Grid::Scal_FEfun::Dune_FEfun
 Dune scalar valued finite element function.
 
using Vec_FE_function = Esfem::Grid::Vec_FEfun::Dune_FEfun
 Dune vector valued finite element function.
 

Detailed Description

Implementing secOrd_op_rhs.h

Revision history

 Revised by Christian Power April 2016
 Originally written by Christian Power
      (power22c@gmail.com) January 2016

Idea

Implementation of classes Rhs and Vec_rhs.

Author
Christian Power
Date
23. April 2016

Definition in file secOrd_op_rhs.cpp.