Rheolef  7.1
an efficient C++ finite element environment
vector_projection.h
Go to the documentation of this file.
1 #include "phi.h"
27  Float operator() (const Float& x) const {
28  if (x <= a) return 0;
29  return _phi(x-a)/x;
30  }
32  : a(a1), _phi(n,c,r) {}
35 };
mkgeo_ball.n
int n
Definition: mkgeo_ball.sh:150
phi
Definition: phi.h:25
vector_projection
Definition: vector_projection.h:26
phi.h
The Mossolov problem – the phi function.
vector_projection::_phi
phi _phi
Definition: vector_projection.h:34
a
Definition: diffusion_isotropic.h:25
vector_projection::a
Float a
Definition: vector_projection.h:33
vector_projection::operator()
Float operator()(const Float &x) const
Definition: vector_projection.h:27
Float
see the Float page for the full documentation
vector_projection::vector_projection
vector_projection(Float a1, Float n=1, Float c=1, Float r=0)
Definition: vector_projection.h:31
mkgeo_ball.c
int c
Definition: mkgeo_ball.sh:153