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

Implementation of secOrd_op_solutionDriven_impl.h More...

#include <dassert.h>
#include "esfem_error.h"
#include "secOrd_op_solutionDriven_impl.h"
Include dependency graph for secOrd_op_solutionDriven_impl.cpp:

Go to the source code of this file.

Typedefs

using Vector_fef = MCF_op::Vector_fef
 
using Scalar_fef = MCF_op::Scalar_fef
 
using Vec_fe_space = Vector_fef::DiscreteFunctionSpaceType
 Vector valued finite element space.
 
template<typename T >
using Local_function = typename T::LocalFunctionType
 
template<typename T >
using Domain = typename Local_function< T >::DomainType
 
template<typename T >
using Range = typename Local_function< T >::RangeType
 
using Geometry = MCF_op::Geometry
 
using Grid_part = MCF_op::Grid_part
 
using Quadrature = MCF_op::Quadrature
 
template<typename T >
using Jacobian_range = typename Local_function< T >::JacobianRangeType
 

Detailed Description

Implementation of secOrd_op_solutionDriven_impl.h

Revision history

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

Idea

Implementation of helper classes of secOrd_op_solutionDriven.h.

Author
Christian Power
Date
26. April 2016

Definition in file secOrd_op_solutionDriven_impl.cpp.