|
template<template< typename, int, int > class RT>
requires Dune::AlwaysFalse<RT<double, 1, 1>> |
::value auto | calculateAtImpl (const Requirement &req, const Dune::FieldVector< double, Traits::mydim > &local, Dune::PriorityTag< 0 >) const |
|
template<typename ST > |
auto | calculateScalarImpl (const Requirement &par, ScalarAffordance affordance, const std::optional< std::reference_wrapper< const Eigen::VectorX< ST > > > &dx=std::nullopt) const -> ST |
|
template<typename ST > |
void | calculateVectorImpl (const Requirement &par, VectorAffordance affordance, typename Traits::template VectorType< ST > force, const std::optional< std::reference_wrapper< const Eigen::VectorX< ST > > > &dx=std::nullopt) const |
|
template<typename ST > |
void | calculateMatrixImpl (const Requirement &par, MatrixAffordance, typename Traits::template MatrixType<> K, const std::optional< std::reference_wrapper< const Eigen::VectorX< ST > > > &dx=std::nullopt) const |
|
template<typename
PreFE, typename
FE>
class Ikarus::VolumeLoad< PreFE, FE >
- Template Parameters
-
PreFE | The type of the pre finite element. |
FE | The type of the finite element. |