Toast++  1.0.2 (r.539)
Forward and inverse modelling in optical tomography
source.h
1 #ifndef __SOURCE_H
2 #define __SOURCE_H
3 
4 #include "stoastlib.h"
5 #include "toasttype.h"
6 
7 STOASTLIB RVector QVec_Gaussian (const Mesh &mesh, const Point &cnt, double w,
8  SourceMode mode);
9 
10 STOASTLIB RVector QVec_Cosine (const Mesh &mesh, const Point &cnt, double w,
11  SourceMode mode);
12 
13 STOASTLIB RVector QVec_Point (const Mesh &mesh, const Point &cnt, SourceMode mode);
14 
15 #endif // !__SOURCE_H
Templated vector class.
Definition: vector.h:39
Finite-element mesh management.
Definition: mesh.h:145
Definition: point.h:18
const Mesh & mesh() const
Return the mesh associated with the basis.
Definition: raster.h:90