Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
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"
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... | |
Helper classes for secOrd_op_rhs.cpp
Revised by Christian Power April 2016 Originally written by Christian Power (power22c@gmail.com) April 2016
Implement Vec_rhs::Data
Definition in file secOrd_op_rhs_impl.h.