Source.h
Go to the documentation of this file.
1 // This file is part of the MercuryDPM project (https://www.mercurydpm.org).
2 // Copyright (c), The MercuryDPM Developers Team. All rights reserved.
3 // License: BSD 3-Clause License; see the LICENSE file in the root directory.
4 
5 #ifndef SOURCE_H_
6 #define SOURCE_H_
7 
8 #include "Math/NumericalVector.h"
9 #include "Math/Vector.h"
10 #include <complex>
11 #include <vector>
12 
13 class Source
14 {
15 public:
16 public:
17  Source(Vec3D location, Mdouble strength, Mdouble c);
18 
20 
22  {
23  return location_;
24  }
25 
26 // Mdouble getStrength()
27 // {
28 // return strength_;
29 // }
30 
31 private:
33  //Mdouble strength_;
34  //Mdouble c_;
35 };
36 
37 
38 #endif /* SOURCE_H_ */
Definition: Source.h:14
Vec3D location_
Definition: Source.h:32
Source(Vec3D location, Mdouble strength, Mdouble c)
Definition: Source.cc:12
Vec3D getLocation()
Definition: Source.h:21
Mdouble evaluate(Mdouble x)
Definition: Source.cc:17
Definition: Kernel/Math/Vector.h:30
int c
Definition: calibrate.py:100
list x
Definition: plotDoE.py:28