Go to the documentation of this file.
3 using namespace rheolef;
5 int main (
int argc,
char**argv) {
8 space Xh (lambda,
"P1");
12 form m (Bh, Bh,
"mass", gh);
13 form a (Bh, Bh,
"grad_grad", gh);
15 size_t d = lambda.dimension();
18 size_t max_iter = 10000;