Multiplies a given expression with the Jacobian cell-quantity. If the expression is given by an integral, the integrand is multiplied with the Jacobian.
More...
#include <transform.hpp>
Public Types |
typedef InterfaceType::numeric_type | numeric_type |
Public Member Functions |
InterfaceType * | operator() (InterfaceType const *e) const |
bool | modifies (InterfaceType const *e) const |
Detailed Description
template<typename CellType, typename InterfaceType, typename ReferenceCellTag>
struct viennafem::detail::jacobian_adder< CellType, InterfaceType, ReferenceCellTag >
Multiplies a given expression with the Jacobian cell-quantity. If the expression is given by an integral, the integrand is multiplied with the Jacobian.
Member Typedef Documentation
Member Function Documentation
bool modifies |
( |
InterfaceType const * |
e |
) |
const [inline] |
InterfaceType* operator() |
( |
InterfaceType const * |
e |
) |
const [inline] |
The documentation for this struct was generated from the following file: