an efficient C++ finite element environment
|
|
Go to the documentation of this file.
28 int main (
int argc,
char**argv) {
32 const space& Xh = phi_h.get_space();
34 space Bh (gamma_h.band(),
"P1");
37 space Wh (gamma_h.level_set(),
"P1");
38 gamma_h.level_set().save();
int main(int argc, char **argv)
see the catchmark page for the full documentation
see the field page for the full documentation
see the band page for the full documentation
see the space page for the full documentation
rheolef - reference manual
field_basic< T, M > interpolate(const space_basic< T, M > &V2h, const field_basic< T, M > &u1h)
see the interpolate page for the full documentation
see the environment page for the full documentation
This file is part of Rheolef.
idiststream din(cin)
see the diststream page for the full documentation