an efficient C++ finite element environment
|
|
Go to the documentation of this file.
25 int main(
int argc,
char**argv) {
28 string approx = (argc > 2) ? argv[2] :
"P1d";
29 size_t n_max = (argc > 3) ? atoi(argv[3]) : 24;
30 space Xh (omega, approx);
31 Float tf = 4*acos(
Float(-1)), delta_t = tf/n_max;
33 for (
size_t n = 0;
n <= n_max;
n++) {
see the space page for the full documentation
rheolef - reference manual
int main(int argc, char **argv)
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.
see the Float page for the full documentation
see the branch page for the full documentation
double Float
see the Float page for the full documentation
odiststream dout(cout)
see the diststream page for the full documentation
see the geo page for the full documentation
The Zalesak slotted disk benchmark – the exact solution.