Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
dirichlet_homogeneous.h
Go to the documentation of this file.
1
25struct f {
26 Float operator() (const point& x) const { return 1; }
27 f(size_t=0) {}
28};
29struct g {
30 Float operator() (const point& x) const { return 0; }
31 g(size_t=0) {}
32};
see the Float page for the full documentation
see the point page for the full documentation
Definition cavity_dg.h:29
point operator()(const point &x) const
Definition cavity_dg.h:30
f(size_t=0)
Definition cavity_dg.h:25
point operator()(const point &x) const
Definition cavity_dg.h:26
g(size_t=0)