DFT-EFE
Loading...
Searching...
No Matches
ScalarSpatialFunction.h
Go to the documentation of this file.
1
#ifndef dftefeScalarSpatialFunction_h
2
#define dftefeScalarSpatialFunction_h
3
#include "
Point.h
"
4
#include "
Function.h
"
5
#include <complex>
6
namespace
dftefe
7
{
8
namespace
utils
9
{
10
template
<
typename
T>
11
using
ScalarSpatialFunction
=
Function<utils::Point, T>
;
12
13
using
ScalarSpatialFunctionReal
=
Function<utils::Point, double>
;
14
15
using
ScalarSpatialFunctionComplex
=
16
Function<utils::Point, std::complex<double>
>;
17
18
}
// end of namespace utils
19
20
}
// end of namespace dftefe
21
#endif
// dftefeScalarSpatialFunction_h
Function.h
Point.h
dftefe::utils::Function
Definition:
Function.h:10
dftefe
dealii includes
Definition:
AtomFieldDataSpherical.cpp:31
src
utils
ScalarSpatialFunction.h
Generated by
1.9.5