dune-pdelab
2.7-git
|
extract the curl of a 3D-valued function in 3D from the jacobian of that function More...
#include <dune/pdelab/common/jacobiantocurl.hh>
Public Types | |
typedef Jacobian::block_type | CurlField |
typedef FieldVector< CurlField, dimCurl > | Curl |
Public Member Functions | |
void | operator() (const Jacobian &jacobian, Curl &curl) const |
Static Public Attributes | |
static const std::size_t | dimCurl = 3 |
extract the curl of a 3D-valued function in 3D from the jacobian of that function
In the general 3D formula for the curl
we just need to replace ,
and
by the apropriate indices
typedef FieldVector<CurlField, dimCurl> Dune::PDELab::JacobianToCurl< Jacobian, 3, 3 >::Curl |
typedef Jacobian::block_type Dune::PDELab::JacobianToCurl< Jacobian, 3, 3 >::CurlField |
|
inline |
|
static |