an efficient C++ finite element environment
|
|
Go to the documentation of this file.
27 const geo& omega,
const geo& boundary1,
string approx)
28 : S(S1),
n(n1), Cf(Cf1), r(r1),
boundary(boundary1), Xh(), Wh(), Yh(),
29 lh(), mkh(),
m(), mb(),
a(),
b(), c1(), pmb(), pa(), pA()
49 field rhs =
b.trans_mult (beta_h);
61 A.set_symmetry (
c1.is_symmetric());
The projection for yield-stress rheology – its derivative.
see the field page for the full documentation
std::enable_if< details::is_field_expr_v2_nonlinear_arg< Expr >::value &&! is_undeterminated< Result >::value, Result >::type integrate(const geo_basic< T, M > &omega, const Expr &expr, const integrate_option &iopt, Result dummy=Result())
see the integrate page for the full documentation
see the space page for the full documentation
std::enable_if< details::is_field_convertible< Expr >::value,details::field_expr_v2_nonlinear_terminal_field< typename Expr::scalar_type,typename Expr::memory_type,details::differentiate_option::gradient >>::type grad(const Expr &expr)
grad(uh): see the expression page for the full documentation
class rheolef::details::field_expr_v2_nonlinear_node_unary compose
void update_derivative(const field &beta_h) const
rheolef::details::is_vec dot
field lh(Float epsilon, Float t, const test &v)
see the test page for the full documentation
see the problem page for the full documentation
see the Float page for the full documentation
yield_slip(Float S, Float n, Float Cf, Float r, const geo &omega, const geo &boundary, string approx="P1")
field residue(const field &beta_h) const
see the test page for the full documentation
csr< T, sequential > trans(const csr< T, sequential > &a)
trans(a): see the form page for the full documentation
see the geo page for the full documentation