an efficient C++ finite element environment
|
|
Go to the documentation of this file.
26 int main (
int argc,
char**argv) {
29 options.
err = (argc > 1) ? atof(argv[1]) : 1e-4;
30 options.
hmin = (argc > 2) ? atof(argv[2]) : 0.004;
geo_basic< T, M > adapt(const field_basic< T, M > &uh, const adapt_option &opts)
adapt(uh,opts): see the adapt page for the full documentation
see the catchmark page for the full documentation
see the field page for the full documentation
adapt_option: see the adapt page for the full documentation
int main(int argc, char **argv)
rheolef - reference manual
idiststream din
see the diststream page for the full documentation
see the environment page for the full documentation
The Navier-Stokes equations – adaptive mesh criterion.
This file is part of Rheolef.
see the Float page for the full documentation
odiststream dout(cout)
see the diststream page for the full documentation
field navier_stokes_criterion(Float Re, const field &uh)