Rheolef  7.1
an efficient C++ finite element environment
dirichlet_homogeneous.h

The Poisson problem with homogeneous Dirichlet boundary conditions – right-hand-side and boundary condition

struct f {
Float operator() (const point& x) const { return 1; }
f(size_t=0) {}
};
struct g {
Float operator() (const point& x) const { return 0; }
g(size_t=0) {}
};
g::g
g()
Definition: taylor.h:29
f::operator()
point operator()(const point &x) const
Definition: cavity_dg.h:30
Float
see the Float page for the full documentation
f::f
f()
Definition: taylor.h:34
point
see the point page for the full documentation
g::operator()
point operator()(const point &x) const
Definition: cavity_dg.h:26
g
Definition: cavity_dg.h:25
f
Definition: cavity_dg.h:29