|
FEAT 3
Finite Element Analysis Toolbox
|
Analytic 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 | |
| Curl (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 Function Curl wrapper.
This class template represents the curl of another vector field.
| Function_ | The function whose curl is to be wrapped. |
Definition at line 186 of file wrappers.hpp.
| typedef Image::Vector<domain_dim> FEAT::Analytic::Curl< Function_ >::ImageType |
this is a vector-valued function
Definition at line 197 of file wrappers.hpp.
|
inlineexplicit |
Constructor.
| [in] | function | A resident reference to the function whose curl is to be wrapped. |
Definition at line 286 of file wrappers.hpp.
|
private |
Definition at line 277 of file wrappers.hpp.
|
staticconstexpr |
Definition at line 200 of file wrappers.hpp.
|
staticconstexpr |
Definition at line 201 of file wrappers.hpp.
|
staticconstexpr |
Definition at line 199 of file wrappers.hpp.
|
staticconstexpr |
our domain dimension is the same as the input function's
Definition at line 194 of file wrappers.hpp.