Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Implementation of secOrd_op_solutionDriven_impl.h
More...
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 |
Implementation of secOrd_op_solutionDriven_impl.h
Revised by Christian Power April 2016 Revised by Christian Power March 2016 Originally written by Christian Power (power22c@gmail.com) March 2016
Implementation of helper classes of secOrd_op_solutionDriven.h
.
Definition in file secOrd_op_solutionDriven_impl.cpp.