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