1#ifndef _RHEOLEF_PIOLA_FEM_HDIV_H
2#define _RHEOLEF_PIOLA_FEM_HDIV_H
23#include "rheolef/piola_fem.h"
79 std::string
name()
const {
return "Hdiv"; }
86 const details::differentiate_option& gopt,
void inv_transform(const piola< T > &p, const point_basic< T > &u, point_basic< T > &hat_u) const
base::value_type value_type
void transform(const piola< T > &p, const point_basic< T > &hat_u, point_basic< T > &u) const
void grad_transform(const piola< T > &p, const point_basic< T > &hat_u, const tensor_basic< T > &hat_grad_u, const details::differentiate_option &gopt, tensor_basic< T > &grad_u) const
This file is part of Rheolef.