The banded level set method - projection on the surface.
The banded level set method - projection on the surface
int main (
int argc,
char**argv) {
const space& Xh = phi_h.get_space();
space Bh (gamma_h.band(),
"P1");
space Wh (gamma_h.level_set(),
"P1");
gamma_h.level_set().save();
dout << lazy_interpolate (Wh, uh);
}
see the band 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
see the space page for the full documentation
This file is part of Rheolef.
rheolef - reference manual