Functions | |
| template<typename Traits , typename ScalarType > | |
| auto | localSolutionBlockVector (const typename Traits::FERequirementType::SolutionVectorTypeRaw &x, const typename Traits::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 Traits::FERequirementType::SolutionVectorTypeRaw & | x, |
| const typename Traits::LocalView & | localView, | ||
| const std::optional< const Eigen::VectorX< ScalarType > > & | dx = std::nullopt |
||
| ) |
| Traits | Type of the FE traits. |
| ScalarType | Scalar type for the local solution vector. |
| x | The global solution vector. |
| localView | Local view of the element. |
| dx | Optional global solution vector. |