#include <variant>
#include <memory>
#include <headers.h>
#include "feevaluationWrapper.def"
#include "feevaluationWrapper3Comp.def"
Go to the source code of this file.
◆ FEEvaluationWrapperTemplates [1/4]
#define FEEvaluationWrapperTemplates |
( |
| T1, |
|
|
| T2 ) |
Value: std::shared_ptr<dealii::FEEvaluation<3, T1, T2, components>>,
◆ FEEvaluationWrapperTemplates [2/4]
#define FEEvaluationWrapperTemplates |
( |
| T1, |
|
|
| T2 ) |
Value: std::shared_ptr<dealii::FEEvaluation<3, T1, T2, 3>>,
◆ FEEvaluationWrapperTemplates [3/4]
#define FEEvaluationWrapperTemplates |
( |
| T1, |
|
|
| T2 ) |
Value: case encodeFEEvaluation(T1, T2): \
return FEEvaluationObject<components>( \
std::make_shared<dealii::FEEvaluation<3, T1, T2, components>>( \
std::forward<Args>(args)...));
◆ FEEvaluationWrapperTemplates [4/4]
#define FEEvaluationWrapperTemplates |
( |
| T1, |
|
|
| T2 ) |
Value: case encodeFEEvaluation(T1, T2): \
return FEEvaluationObject<components>( \
std::make_shared<dealii::FEEvaluation<3, T1, T2, components>>( \
std::forward<Args>(args)...));