|
FEAT 3
Finite Element Analysis Toolbox
|
Analytic Function Divergence wrapper. More...
#include <wrappers.hpp>
Classes | |
| class | Evaluator |
Public Types | |
| typedef Image::Scalar | ImageType |
| this is a vector-valued function More... | |
Public Member Functions | |
| Divergence (const Function_ &function) | |
| Constructor. More... | |
Static Public Attributes | |
| static constexpr bool | can_grad = false |
| 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 Divergence wrapper.
This class template represents the divergence of another vector field.
| Function_ | The function whose divergence is to be wrapped. |
Definition at line 102 of file wrappers.hpp.
| typedef Image::Scalar FEAT::Analytic::Divergence< Function_ >::ImageType |
this is a vector-valued function
Definition at line 113 of file wrappers.hpp.
|
inlineexplicit |
Constructor.
| [in] | function | A resident reference to the function whose divergence is to be wrapped. |
Definition at line 169 of file wrappers.hpp.
|
private |
Definition at line 160 of file wrappers.hpp.
|
staticconstexpr |
Definition at line 116 of file wrappers.hpp.
|
staticconstexpr |
Definition at line 117 of file wrappers.hpp.
|
staticconstexpr |
Definition at line 115 of file wrappers.hpp.
|
staticconstexpr |
our domain dimension is the same as the input function's
Definition at line 110 of file wrappers.hpp.