|
FEAT 3
Finite Element Analysis Toolbox
|
Analytic Scalar Function Curl wrapper. More...
#include <wrappers.hpp>
Classes | |
| class | Evaluator |
Public Types | |
| typedef Image::Vector< domain_dim > | ImageType |
| this is a vector-valued function More... | |
Public Member Functions | |
| ScalarCurl (const Function_ &function) | |
| Constructor. More... | |
Static Public Attributes | |
| static constexpr bool | can_grad = Function_::can_hess |
| static constexpr bool | can_hess = false |
| static constexpr bool | can_value = Function_::can_grad |
| static constexpr int | domain_dim = Function_::domain_dim |
| our domain dimension is the same as the input function's More... | |
Private Attributes | |
| const Function_ & | _function |
Analytic Scalar Function Curl wrapper.
This class template represents the curl of a scalar function.
| Function_ | The function whose curl is to be wrapped. |
Definition at line 303 of file wrappers.hpp.
| typedef Image::Vector<domain_dim> FEAT::Analytic::ScalarCurl< Function_ >::ImageType |
this is a vector-valued function
Definition at line 314 of file wrappers.hpp.
|
inlineexplicit |
Constructor.
| [in] | function | A resident reference to the function whose scalar is to be wrapped. |
Definition at line 403 of file wrappers.hpp.
|
private |
Definition at line 394 of file wrappers.hpp.
|
staticconstexpr |
Definition at line 317 of file wrappers.hpp.
|
staticconstexpr |
Definition at line 318 of file wrappers.hpp.
|
staticconstexpr |
Definition at line 316 of file wrappers.hpp.
|
staticconstexpr |
our domain dimension is the same as the input function's
Definition at line 311 of file wrappers.hpp.