version 0.4.1
Ikarus::NonLinearOperatorFactory Struct Reference

#include <ikarus/utils/nonlinopfactory.hh>

Static Public Member Functions

template<typename Assembler , typename... Affordances>
static auto op (Assembler &&as, typename traits::remove_pointer_t< std::remove_cvref_t< Assembler > >::FERequirement &req, AffordanceCollection< Affordances... > affordances, DBCOption dbcOption)
 
template<typename Assembler >
static auto op (Assembler &&as, DBCOption dbcOption)
 
template<typename Assembler >
static auto op (Assembler &&as)
 
template<typename Assembler , typename... Affordances>
static auto op (Assembler &&as, AffordanceCollection< Affordances... > affordances, DBCOption dbcOption=DBCOption::Full)
 
template<typename Assembler >
static auto op (Assembler &&as, typename traits::remove_pointer_t< std::remove_cvref_t< Assembler > >::FERequirement &req, DBCOption dbcOption)
 

Member Function Documentation

◆ op() [1/5]

template<typename Assembler >
static auto Ikarus::NonLinearOperatorFactory::op ( Assembler &&  as)
inlinestatic

◆ op() [2/5]

template<typename Assembler , typename... Affordances>
static auto Ikarus::NonLinearOperatorFactory::op ( Assembler &&  as,
AffordanceCollection< Affordances... >  affordances,
DBCOption  dbcOption = DBCOption::Full 
)
inlinestatic

◆ op() [3/5]

template<typename Assembler >
static auto Ikarus::NonLinearOperatorFactory::op ( Assembler &&  as,
DBCOption  dbcOption 
)
inlinestatic

◆ op() [4/5]

template<typename Assembler , typename... Affordances>
static auto Ikarus::NonLinearOperatorFactory::op ( Assembler &&  as,
typename traits::remove_pointer_t< std::remove_cvref_t< Assembler > >::FERequirement &  req,
AffordanceCollection< Affordances... >  affordances,
DBCOption  dbcOption 
)
inlinestatic
Here is the caller graph for this function:

◆ op() [5/5]

template<typename Assembler >
static auto Ikarus::NonLinearOperatorFactory::op ( Assembler &&  as,
typename traits::remove_pointer_t< std::remove_cvref_t< Assembler > >::FERequirement &  req,
DBCOption  dbcOption 
)
inlinestatic

The documentation for this struct was generated from the following file: