Extraction as a surface mesh of the zero level set – spherical geometry.
Extraction as a surface mesh of the zero level set – spherical geometry
int main (
int argc,
char**argv) {
= (argc > 2 && argv[2] == std::string("-tq")) ? false : true;
field phi_h = lazy_interpolate(Xh,
phi);
geo gamma = level_set (phi_h, opts);
dout << gamma;
}
see the field page for the full documentation
see the geo page for the full documentation
see the environment page for the full documentation
see the space page for the full documentation
This file is part of Rheolef.
rheolef - reference manual
The torus benchmark – level set, right-hand-side and exact solution.