Several concepts. More...
#include <concepts>#include <type_traits>#include <utility>#include <vector>#include <dune/functions/functionspacebases/basistags.hh>#include <dune/functions/functionspacebases/lagrangebasis.hh>#include <Eigen/Dense>#include <Eigen/Sparse>#include "ikarus/assembler/dirichletbcenforcement.hh"#include <ikarus/utils/traits.hh>Go to the source code of this file.
Namespaces | |
| namespace | Eigen |
| namespace | Ikarus |
| namespace | Ikarus::Concepts |
Concepts | |
| concept | Ikarus::Concepts::FlatInterLeavedBasis |
| Concept to check if a basis uses FlatInterleaved indexing strategy. | |
| concept | Ikarus::Concepts::LagrangeNode |
| Concept to check if a node in a basis tree is a Lagrangian node. | |
| concept | Ikarus::Concepts::LagrangeNodeOfOrder |
| concept | Ikarus::Concepts::FlatLexicographicBasis |
| Concept to check if a basis uses FlatLexicographic indexing strategy. | |
| concept | Ikarus::Concepts::FlatIndexBasis |
| Concept to check if a basis uses FlatIndex indexing strategy. | |
| concept | Ikarus::Concepts::BlockedInterLeavedBasis |
| Concept to check if a basis uses BlockedInterleaved indexing strategy. | |
| concept | Ikarus::Concepts::BlockedLexicographicBasis |
| Concept to check if a basis uses BlockedLexicographic indexing strategy. | |
| concept | Ikarus::Concepts::DuneLocalBasis |
| Concept to check if a local basis is a duneLocalBasis. | |
| concept | Ikarus::Concepts::BlockedIndexBasis |
| Concept to check if a basis uses either BlockedLexicographic or BlockedInterleaved indexing strategy. | |
| concept | Ikarus::Concepts::PathFollowingStrategy |
| Concept defining the requirements for a path-following strategy. | |
| concept | Ikarus::Concepts::AdaptiveStepSizingStrategy |
| Concept to check if a type implements all the needed functions to be an adaptive step sizing method. | |
| concept | Ikarus::Concepts::LinearSolverCheck |
| Concept to check if a linear solver implements all the needed functions for given vector and matrix types. | |
| concept | Ikarus::Concepts::NonLinearSolverCheckForPathFollowing |
| Concept to check if a non-linear solver with its non-linear operator satisfies requirements for path following. | |
| concept | Ikarus::Concepts::MultiplyAble |
| Concept defining the requirements for types that support multiplication. | |
| concept | Ikarus::Concepts::AddAble |
| Concept defining the requirements for types that support addition. | |
| concept | Ikarus::Concepts::SubstractAble |
| Concept defining the requirements for types that support subtraction. | |
| concept | Ikarus::Concepts::MultiplyAssignAble |
| Concept defining the requirements for types that support in-place multiplication. | |
| concept | Ikarus::Concepts::DivideAssignAble |
| Concept defining the requirements for types that support in-place division. | |
| concept | Ikarus::Concepts::AddAssignAble |
| Concept defining the requirements for types that support in-place addition. | |
| concept | Ikarus::Concepts::SubstractAssignAble |
| Concept defining the requirements for types that support in-place subtraction. | |
| concept | Ikarus::Concepts::DivideAble |
| Concept defining the requirements for types that support division. | |
| concept | Ikarus::Concepts::NegateAble |
| Concept defining the requirements for types that support negation. | |
| concept | Ikarus::Concepts::TransposeAble |
| Concept defining the requirements for types that support transposition. | |
| concept | Ikarus::Concepts::IsFunctorWithArgs |
| Concept defining the requirements for functors with arguments. | |
| concept | Ikarus::Concepts::EigenVector |
| Concept defining the requirements for Eigen vectors. | |
| concept | Ikarus::Concepts::EigenMatrix |
| Concept defining the requirements for Eigen matrices. This also includes Eigen vectors. | |
| concept | Ikarus::Concepts::IsMaterial |
| Concept defining the requirements for a material type. | |
| concept | Ikarus::Concepts::ResultType |
| A concept to check if a template type satisfies the ResultType requirements. | |
| concept | Ikarus::Concepts::FlatAssembler |
| Concept representing the requirements for a FlatAssembler.A type T satisfies FlatAssembler if it provides the necessary member functions and data types for assembling sparse matrices in a flat structure. | |
Macros | |
| #define | MAKE_EIGEN_FIXED_VECTOR_CONCEPT(Size) |
| #define | MAKE_EIGEN_FIXED_MATRIX_CONCEPT(Size1, Size2) |
| #define | MAKE_EIGEN_FIXED_MATRIX_OR_VOIGT_CONCEPT(Size1, Size2) |
Functions | |
| template<typename Derived > | |
| auto | Ikarus::transpose (const Eigen::EigenBase< Derived > &A) |
| #define MAKE_EIGEN_FIXED_MATRIX_CONCEPT | ( | Size1, | |
| Size2 | |||
| ) |
| #define MAKE_EIGEN_FIXED_MATRIX_OR_VOIGT_CONCEPT | ( | Size1, | |
| Size2 | |||
| ) |
| #define MAKE_EIGEN_FIXED_VECTOR_CONCEPT | ( | Size | ) |