DFT-EFE
 
Loading...
Searching...
No Matches
ScalarZeroFunctionReal.h
Go to the documentation of this file.
1#ifndef dftefeScalarZeroFunctionReal_h
2#define dftefeScalarZeroFunctionReal_h
3
5#include "MathConstants.h"
6namespace dftefe
7{
8 namespace utils
9 {
11 {
12 public:
14 double
15 operator()(const utils::Point &point) const override;
16 std::vector<double>
17 operator()(const std::vector<utils::Point> &points) const override;
18 };
19
20 } // namespace utils
21} // namespace dftefe
22#endif // dftefeScalarZeroFunctionReal_h
Definition: Function.h:10
Definition: PointImpl.h:13
Definition: ScalarZeroFunctionReal.h:11
ScalarZeroFunctionReal()
Definition: ScalarZeroFunctionReal.cpp:9
double operator()(const utils::Point &point) const override
Definition: ScalarZeroFunctionReal.cpp:13
dealii includes
Definition: AtomFieldDataSpherical.cpp:31