The tensor diffusion benchmark.
The tensor diffusion benchmark
int main(
int argc,
char**argv) {
space Xh (omega , argv[2],
"tensor");
space Wh (omega[
"boundary"], argv[2],
"tensor");
Xh.block("boundary");
form ah = integrate (ddot(
sigma,tau) + dddot(grad(
sigma), grad(tau)));
sigma_h[
"boundary"] = interpolate(Wh,
sigma_g());
}
field lh(Float epsilon, Float t, const test &v)
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
The tensorial diffusion benchmark – right-hand-side and exact solution.
This file is part of Rheolef.
rheolef - reference manual