an efficient C++ finite element environment
|
|
Go to the documentation of this file.
29 int main(
int argc,
char**argv) {
32 string approx = (argc > 2) ? argv[2] :
"P1";
33 Float S = (argc > 3) ? atof(argv[3]) : 0.6;
34 Float n = (argc > 4) ? atof(argv[4]) : 1;
35 Float Cf = (argc > 5) ? atof(argv[5]) : 1;
36 Float r = (argc > 6) ? atof(argv[6]) : 1;
41 size_t max_iter = 10000;
44 F.
post (beta_h, uh, lambda_h);
45 dout << setprecision(numeric_limits<Float>::digits10)
see the catchmark page for the full documentation
see the field page for the full documentation
void post(const field &beta_h, field &uh, field &lambda_h) const
The yield slip problem – class header.
int main(int argc, char **argv)
rheolef - reference manual
see the environment page for the full documentation
This file is part of Rheolef.
see the Float page for the full documentation
int damped_newton(const Problem &P, const Preconditioner &T, Field &u, Real &tol, Size &max_iter, odiststream *p_derr=0)
see the damped_newton page for the full documentation
see the geo page for the full documentation