The transmission problem.
The transmission problem
int main(
int argc,
char**argv) {
string approx = (argc > 2) ? argv[2] : "P1d";
space Xh (omega, approx);
Xh.block ("left");
Xh.block ("right");
string eta_approx = "P" + to_string(Xh.degree()-1) + "d";
space Qh (omega, eta_approx);
eta_h ["east"] = 1;
form a = integrate (eta_h*dot(grad(
u),grad(v)));
uh["left"] = 0; uh["right"] = 0;
}
field lh(Float epsilon, Float t, const test &v)
see the Float page for the full documentation
see the field page for the full documentation
see the geo page for the full documentation
see the problem 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
see the test page for the full documentation
see the test page for the full documentation
This file is part of Rheolef.
rheolef - reference manual