Extraction as a surface mesh of the zero level set – spherical geometry
using namespace std;
int main (
int argc,
char**argv) {
level_set_option opts;
opts.split_to_triangle
= (argc > 2 && argv[2] == std::string("-tq")) ? false : true;
}
see the field page for the full documentation
see the geo page for the full documentation
odiststream dout(cout)
see the diststream page for the full documentation
see the space page for the full documentation
int main(int argc, char **argv)
This file is part of Rheolef.
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
geo_basic< T, M > level_set(const field_basic< T, M > &fh, const level_set_option &opt)
rheolef - reference manual
The level set function for the sphere geometry.