26int 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;
38 dout <<
adapt (ch, options);
see the Float page for the full documentation
see the field page for the full documentation
see the catchmark page for the full documentation
see the environment page for the full documentation
This file is part of Rheolef.
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
The Navier-Stokes equations – adaptive mesh criterion.
field navier_stokes_criterion(Float Re, const field &uh)
rheolef - reference manual
adapt_option: see the adapt page for the full documentation