an efficient C++ finite element environment
|
|
Go to the documentation of this file.
27 space Xh (omega, approx,
"vector");
28 Xh.block(
"top"); Xh.block(
"bottom");
29 Xh.block(
"left"); Xh.block(
"right");
30 if (omega.dimension() == 3) {
31 Xh.block(
"back"); Xh.block(
"front");
41 string valued = (omega.dimension() == 3) ?
"vector" :
"scalar";
42 space Ph (omega, approx, valued);
43 Ph.block(
"top"); Ph.block(
"bottom");
44 Ph.block(
"left"); Ph.block(
"right");
45 if (omega.dimension() == 3) {
46 Ph.block(
"back"); Ph.block(
"front");
Float alpha[pmax+1][pmax+1]
see the field page for the full documentation
static field streamf_field(space Ph)
see the space page for the full documentation
static space streamf_space(geo omega, string approx)
see the Float page for the full documentation
static space velocity_space(const geo &omega, string approx)
static field velocity_field(const space &Xh, Float alpha=1)
see the geo page for the full documentation