The yield slip problem – class body.
The yield slip problem – class body
mryh[1] = -mrh;
pA.solve(mryh, delta_yh);
return delta_yh[1];
}
pa.solve (rhs, delta_vh);
}
}
return sqrt (dual (mrh,rh));
}
return (
Cf+
r)*uh[
"boundary"];
}
lambda_h = beta_h -
r*uh[
"boundary"];
}
field gh(Float epsilon, Float t, const field &uh, const test &v)
see the Float page for the full documentation
see the field page for the full documentation
field derivative_trans_mult(const field &mrh) const
Float dual_space_norm(const field &) const
Float space_norm(const field &) const
field derivative_solve(const field &mrh) const
void post(const field &beta_h, field &uh, field &lambda_h) const
The Poisson problem with Robin boundary condition – solver function.
field poisson_robin(Float Cf, const geo &boundary, const field &lh)