Functions | |
| template<typename FERequirementType , typename LocalView , typename ScalarType > | |
| auto | localSolutionBlockVector (const typename FERequirementType::SolutionVectorTypeRaw &x, const LocalView &localView, const std::optional< const Eigen::VectorX< ScalarType > > &dx=std::nullopt) |
| Gets the local solution Dune block vector. More... | |
| auto Ikarus::FEHelper::localSolutionBlockVector | ( | const typename FERequirementType::SolutionVectorTypeRaw & | x, |
| const LocalView & | localView, | ||
| const std::optional< const Eigen::VectorX< ScalarType > > & | dx = std::nullopt |
||
| ) |
| FERequirementType | Type of the FE requirements. |
| LocalView | Type of the local view. |
| ScalarType | Scalar type for the local solution vector. |
| x | The global solution vector. |
| localView | Local view of the element. |
| dx | Optional global solution vector. |