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

Helper classes for secOrd_op_rhs.cpp More...

#include <functional>
#include <config.h>
#include <dune/fem/quadrature/cachingquadrature.hh>
#include "grid.h"
#include "secOrd_op_rhs.h"
Include dependency graph for secOrd_op_rhs_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Esfem::Impl::Rhs_fun
 Scalar valued right-hand side for the surface PDE. More...
 
class  Esfem::Impl::Vec_rhs_fun
 Vector valued right-hand side for the mean curvature equation. More...
 
struct  Esfem::Impl::sls_rhs
 Right-hand side for surface logistic sphere experiment. More...
 
struct  Esfem::Impl::sd_rhs
 Right-hand side for surface Dalquist test equation. More...
 
struct  Esfem::Impl::sdp_u_rhs
 Right-hand side for surface logistic sphere experiment. More...
 
struct  Esfem::SecOrd_op::Rhs::Data
 Data details of Rhs More...
 
struct  Esfem::SecOrd_op::Vec_rhs::Data
 Data details of Vec_rhs More...
 

Namespaces

 Esfem
 The evolving surface finite element method.
 
 Esfem::Impl
 Implementation details.
 

Functions

template<typename Rhs , typename Fef >
void Esfem::Impl::assemble_RHS (const Rhs &rhs, Fef &fef)
 Assemble load vector. More...
 

Detailed Description

Helper classes for secOrd_op_rhs.cpp

Revision history

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

Idea

Implement Vec_rhs::Data

Author
Christian Power
Date
16. April 2016

Definition in file secOrd_op_rhs_impl.h.