52 u = (1/
p.detDF)*(
p.DF*hat_u);
62 hat_u =
p.detDF*(
p.invDF*
u);
75 grad_u = (1/
p.detDF)*
p.DF*hat_grad_u*
p.invDF;
77 transform (
p, hat_u,
u);
83#define _RHEOLEF_instanciation(T) \
84template class piola_fem_hdiv<T>; \
#define _RHEOLEF_instanciation(T, M, A)
see the Float page for the full documentation
void inv_transform(const piola< T > &p, const point_basic< T > &u, point_basic< T > &hat_u) const
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.