Browse Source

Fixed some filenames to move away from all lowercase convention of yore.

enhancement_3
Trevor Irons 7 years ago
parent
commit
4f2dec280e

+ 1
- 1
Modules/FDEM1D/CMakeLists.txt View File

@@ -1,5 +1,5 @@
1 1
 add_subdirectory("src")
2
-add_library( fdem1d ${FEM1DSOURCE} )  
2
+add_library( fdem1d ${FDEM1DSOURCE} )  
3 3
 target_include_directories( fdem1d PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" )
4 4
 
5 5
 set_target_properties(fdem1d PROPERTIES 

Modules/FDEM1D/include/kernelem1dbase.h → Modules/FDEM1D/include/KernelEM1DBase.h View File

@@ -9,7 +9,6 @@
9 9
 
10 10
   @author   Trevor Irons
11 11
   @date     05/18/2012
12
-  @version  $Id: kernelem1dbase.h 193 2014-11-10 23:51:41Z tirons $
13 12
  **/
14 13
 
15 14
 #ifndef  KERNELEM1DBASE_INC

+ 1
- 3
Modules/FDEM1D/include/KernelEM1DManager.h View File

@@ -14,9 +14,7 @@
14 14
 #ifndef  KERNELEM1DMANAGER_INC
15 15
 #define  KERNELEM1DMANAGER_INC
16 16
 
17
-//#include "dipolesource.h"
18
-//#include "kernelem1dreflbase.h"
19
-#include "kernelem1dbase.h"
17
+#include "KernelEM1DBase.h"
20 18
 #include "KernelEM1DSpec.h"
21 19
 
22 20
 namespace Lemma {

+ 1
- 2
Modules/FDEM1D/include/KernelEM1DReflSpec.h View File

@@ -8,14 +8,13 @@
8 8
   @file
9 9
   @author   Trevor Irons
10 10
   @date     05/18/2012
11
-  @version  $Id: kernelem1dreflspec.h 123 2014-02-05 23:47:20Z tirons $
12 11
  **/
13 12
 
14 13
 #ifndef  KERNELEM1DREFLSPEC_INC
15 14
 #define  KERNELEM1DREFLSPEC_INC
16 15
 
17 16
 #include "DipoleSource.h"
18
-#include "kernelem1dreflbase.h"
17
+#include "KernelEM1DReflBase.h"
19 18
 #include "LayeredEarthEM.h"
20 19
 
21 20
 namespace Lemma {

+ 2
- 3
Modules/FDEM1D/include/KernelEM1DSpec.h View File

@@ -8,16 +8,15 @@
8 8
   @file
9 9
   @author   Trevor Irons
10 10
   @date     05/16/2012
11
-  @version  $Id: kernelem1dspec.h 123 2014-02-05 23:47:20Z tirons $
12 11
  **/
13 12
 
14 13
 #ifndef  KERNELEM1DSPEC_INC
15 14
 #define  KERNELEM1DSPEC_INC
16 15
 
17
-#include "kernelem1dbase.h"
16
+#include "KernelEM1DBase.h"
18 17
 #include "KernelEM1DReflSpec.h"
19 18
 
20
-#include "kernelem1dreflbase.h"
19
+#include "KernelEM1DReflBase.h"
21 20
 #include "LayeredEarthEM.h"
22 21
 #include "DipoleSource.h"
23 22
 

+ 0
- 1
Modules/FDEM1D/include/hankeltransform.h View File

@@ -14,7 +14,6 @@
14 14
 #ifndef __hankeltransform_h
15 15
 #define __hankeltransform_h
16 16
 
17
-//#include "kernelem1dbase.h"
18 17
 #include "KernelEM1DSpec.h"
19 18
 #include "KernelEM1DManager.h"
20 19
 

+ 1
- 1
Modules/FDEM1D/include/hankeltransformgaussianquadrature.h View File

@@ -13,7 +13,7 @@
13 13
 #define  _HANKELTRANSFORMGAUSSIANQUADRATURE_h_INC
14 14
 
15 15
 #include "hankeltransform.h"
16
-#include "kernelem1dbase.h"
16
+#include "KernelEM1DBase.h"
17 17
 
18 18
 #ifdef HAVEBOOSTCYLBESSEL
19 19
 #include "boost/math/special_functions.hpp"

+ 1
- 1
Modules/FDEM1D/include/hankeltransformhankel2.h View File

@@ -15,7 +15,7 @@
15 15
 #define __HANKEL2_H
16 16
 
17 17
 #include "hankeltransform.h"
18
-#include "kernelem1dbase.h"
18
+#include "KernelEM1DBase.h"
19 19
 #include "KernelEM1DSpec.h"
20 20
 #include "CubicSplineInterpolator.h"
21 21
 

+ 0
- 246
Modules/FDEM1D/include/kernelem1dreflbase.h View File

@@ -1,246 +0,0 @@
1
-/* This file is part of Lemma, a geophysical modelling and inversion API */
2
-
3
-/* This Source Code Form is subject to the terms of the Mozilla Public
4
- * License, v. 2.0. If a copy of the MPL was not distributed with this
5
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6
-
7
-/**
8
-  @file
9
-  @author   Trevor Irons
10
-  @date     05/18/2012
11
-  @version  $Id: kernelem1dreflbase.h 193 2014-11-10 23:51:41Z tirons $
12
- **/
13
-
14
-#ifndef  KERNELEM1DREFLBASE_INC
15
-#define  KERNELEM1DREFLBASE_INC
16
-
17
-//#include "KernelEM1DSpec.h"
18
-#include "kernelem1dbase.h"
19
-#include "DipoleSource.h"
20
-#include "LayeredEarthEM.h"
21
-
22
-namespace Lemma {
23
-
24
-    enum DIPOLE_LOCATION { INAIR, INGROUND };
25
-
26
-    // forward declaration for friend
27
-    template<EMMODE Mode, int Ikernel, DIPOLE_LOCATION Isource, DIPOLE_LOCATION Irecv>
28
-    class KernelEM1DSpec;
29
-
30
-
31
-    // ===================================================================
32
-    //  Class:  KernelEM1DReflBase
33
-    /**
34
-      @class
35
-      \brief   Abstract class defining EM1DRefl class.
36
-      \details Derived classes are template specialized for optimal performance.
37
-     */
38
-    // ===================================================================
39
-    class KernelEM1DReflBase : public LemmaObject {
40
-
41
-        template<EMMODE Mode, int Ikernel, DIPOLE_LOCATION Isource, DIPOLE_LOCATION Irecv>
42
-        friend class KernelEM1DSpec;
43
-        friend class KernelEM1DManager;
44
-        //friend class DipoleSource;
45
-
46
-        public:
47
-
48
-            // ====================  LIFECYCLE     =======================
49
-
50
-            // ====================  OPERATORS     =======================
51
-
52
-            // ====================  OPERATIONS    =======================
53
-
54
-            void Initialise( std::shared_ptr<LayeredEarthEM> EarthIn) {
55
-
56
-                nlay = EarthIn->GetNumberOfLayers();
57
-                zh = VectorXcr::Zero(nlay);
58
-                yh = VectorXcr::Zero(nlay);
59
-                u = VectorXcr::Zero(nlay);
60
-                cf = VectorXcr::Zero(nlay);    // nlay -1 (lay 0 empty)
61
-                rtu = VectorXcr::Zero(nlay);   // nlay -1 Interfaces only
62
-                rtd = VectorXcr::Zero(nlay);   // nlay -1 Interfaces only
63
-                kk = VectorXcr::Zero(nlay);
64
-                Zyu = VectorXcr::Zero(nlay);
65
-                Zyd = VectorXcr::Zero(nlay);
66
-                Zyi = VectorXcr::Zero(nlay);
67
-                th = VectorXcr::Zero(nlay);
68
-
69
-                // Don't attach Earth, because this is performance critical.
70
-                // Everying is internal, it's OK relax Frankie
71
-                //if (Earth != NULL) {
72
-                //    Earth->DetachFrom(this);
73
-                //    Earth = NULL;
74
-                //}
75
-                //EarthIn->AttachTo(this);
76
-                Earth = EarthIn;
77
-
78
-                LayerThickness.resize(nlay);
79
-                for (int ilay=0; ilay<nlay; ++ilay) {
80
-                    LayerThickness(ilay) =  Earth->GetLayerThickness(ilay);
81
-                }
82
-
83
-                LayerDepth.resize(nlay);
84
-                for (int ilay=0; ilay<nlay; ++ilay) {
85
-                    LayerDepth(ilay) =  Earth->GetLayerDepth(ilay);
86
-                }
87
-
88
-            }
89
-
90
-            void SetUpSource( std::shared_ptr<DipoleSource> Dipole, const int &ifreq ) {
91
-
92
-                zh(0) = Complex(0, Dipole->GetAngularFrequency(ifreq)*MU0);
93
-                yh(0) = Complex(0, Dipole->GetAngularFrequency(ifreq)*EPSILON0);
94
-                kk(0) = -zh(0) * yh(0);
95
-
96
-                Earth->EvaluateColeColeModel(Dipole->GetAngularFrequency(ifreq));
97
-
98
-                for (int ilay=1; ilay<Earth->GetNumberOfLayers(); ++ilay) {
99
-                    zh(ilay) = zh(0) * Earth->GetLayerSusceptibility(ilay);
100
-                    yh(ilay) = Earth->GetLayerConductivity(ilay) +
101
-                            yh(0)*Earth->GetLayerPermitivity(ilay);
102
-                    kk(ilay)   = -zh(ilay)*yh(ilay);
103
-                }
104
-
105
-                tx_z = Dipole->GetLocation(2);
106
-                lays = 0;
107
-                Real Depth(0);
108
-                for (int ilay=1; ilay<nlay; ++ilay) {
109
-                    if (tx_z > Depth) {
110
-                        lays = ilay;
111
-                    }
112
-                    Depth += LayerThickness(ilay);
113
-                }
114
-            }
115
-
116
-            void SetUpReceiver(const Real &rz) {
117
-                rx_z = rz;
118
-                Real Depth(0.);
119
-                layr = 0;
120
-                for (int ilay=1; ilay<Earth->GetNumberOfLayers(); ++ilay) {
121
-                    if (rx_z > Depth) {
122
-                        layr = ilay;
123
-                    }
124
-                    Depth += LayerThickness(ilay);
125
-                }
126
-            }
127
-
128
-            // ====================  ACCESS        =======================
129
-            Complex GetYm() {
130
-                return yh(layr);
131
-            }
132
-
133
-            Complex GetZm() {
134
-                return zh(layr);
135
-            }
136
-
137
-            Complex GetZs() {
138
-                return zh(lays);
139
-            }
140
-
141
-            Complex GetKs() {
142
-                return kk(lays);
143
-            }
144
-
145
-            // ====================  INQUIRY       =======================
146
-
147
-        protected:
148
-
149
-            // ====================  LIFECYCLE     =======================
150
-
151
-            /// Default protected constructor.
152
-            KernelEM1DReflBase ( ) : LemmaObject( )
153
-            {
154
-            }
155
-
156
-            /// Default protected constructor.
157
-            ~KernelEM1DReflBase () {
158
-            }
159
-
160
-            // ====================  OPERATIONS    =======================
161
-
162
-            /** Computes reflection coefficients. Depending on the
163
-             * specialisation, this will either be TM or TE mode.
164
-             */
165
-            virtual void ComputeReflectionCoeffs(const Real& lambda)=0;
166
-
167
-            /** Precomputes expensive calculations that are reused by insances
168
-             * of KernelEM1DSpec in the calculation of Related potentials.
169
-             */
170
-            virtual void PreComputePotentialTerms()=0;
171
-
172
-            // ====================  DATA MEMBERS  =========================
173
-
174
-			/// Bessel order, only 0 or 1 supported
175
-			int id; // Needs to be dim nRel, or separate
176
-
177
-            /// Layer the source is in
178
-			int lays;
179
-
180
-			/// Layer the receiver is in
181
-			int layr;
182
-
183
-			/// Number of Layers
184
-			int nlay;
185
-
186
-            /// Number of Related kernels to be computed
187
-            int nRelated;
188
-
189
-            /// Used in related kernel precompute calls
190
-            int relIud;
191
-
192
-			/// Receiver z position
193
-			Real rx_z;
194
-
195
-			/// Transmitter z position
196
-			Real tx_z;
197
-
198
-            /// bessel arg squared
199
-            Real rams;
200
-
201
-            /** Related part of con term */
202
-            Complex  relCon;
203
-
204
-            Complex  relenukadz;
205
-
206
-            Complex  relexp_pbs1;
207
-
208
-            Complex  relexp_pbs2;
209
-
210
-            Complex  rel_a;
211
-
212
-			/// TM or TE mode
213
-			EMMODE mode;
214
-
215
-            /// Pointer to layered earth
216
-            std::shared_ptr<LayeredEarthEM> Earth;
217
-
218
-			Complex       uk;
219
-			Complex       um;
220
-			VectorXcr     cf;  // nlay
221
-			VectorXcr      u;  // nlay
222
-			VectorXcr     yh;  // nlay
223
-			VectorXcr     zh;  // nlay
224
-			VectorXcr     kk;  // nlay
225
-			VectorXcr    Zyu;  //(nlay); //Zyu.setZero();
226
-			VectorXcr    Zyd;  //(nlay); //Zyd.setZero();
227
-			VectorXcr    Zyi;  //(nlay); //Zyi.setZero();
228
-			VectorXcr     th;  //(nlay);
229
-			VectorXr     LayerThickness;
230
-			VectorXr     LayerDepth;
231
-
232
-			/// Reflection/Transmission coeffients for upgoing waves in a
233
-			/// layered earth model
234
-			VectorXcr    rtu;
235
-
236
-			/// Reflection/Transmission coeffients for downgoing waves in
237
-			/// a layered earth model
238
-			VectorXcr    rtd;
239
-
240
-        private:
241
-
242
-    }; // -----  end of class  KernelEM1DReflBase  -----
243
-
244
-}		// -----  end of Lemma  name  -----
245
-
246
-#endif   // ----- #ifndef KERNELEM1DREFLBASE_INC  -----

+ 9
- 4
Modules/FDEM1D/src/CMakeLists.txt View File

@@ -1,11 +1,16 @@
1
-set (FEM1DSOURCE
2
-	${FEM1DSOURCE}
1
+set (FDEM1DSOURCE
2
+	${FDEM1DSOURCE}
3
+
3 4
 	#${CMAKE_CURRENT_SOURCE_DIR}/AEMSurvey.cpp
5
+	#${CMAKE_CURRENT_SOURCE_DIR}/AEMSurveyReader.cpp
6
+
4 7
 	${CMAKE_CURRENT_SOURCE_DIR}/LayeredEarthEM.cpp
8
+	
5 9
 	${CMAKE_CURRENT_SOURCE_DIR}/FieldPoints.cpp
6
-	${CMAKE_CURRENT_SOURCE_DIR}/WireAntenna.cpp
7
-	${CMAKE_CURRENT_SOURCE_DIR}/KernelEM1DManager.cpp
10
+	
8 11
 	${CMAKE_CURRENT_SOURCE_DIR}/DipoleSource.cpp
12
+	${CMAKE_CURRENT_SOURCE_DIR}/WireAntenna.cpp
13
+
9 14
 	
10 15
 	${CMAKE_CURRENT_SOURCE_DIR}/KernelEM1DManager.cpp
11 16
 	${CMAKE_CURRENT_SOURCE_DIR}/KernelEM1DSpec.cpp

+ 0
- 1
Modules/FDEM1D/src/KernelEM1DManager.cpp View File

@@ -8,7 +8,6 @@
8 8
   @file
9 9
   @author   Trevor Irons
10 10
   @date     06/26/2012
11
-  @version  $Id: kernelem1dmanager.cpp 193 2014-11-10 23:51:41Z tirons $
12 11
  **/
13 12
 
14 13
 #include "KernelEM1DManager.h"

+ 0
- 1
Modules/FDEM1D/src/KernelEM1DReflSpec.cpp View File

@@ -8,7 +8,6 @@
8 8
   @file
9 9
   @author   Trevor Irons
10 10
   @date     05/18/2012
11
-  @version  $Id: kernelem1dreflspec.cpp 169 2014-09-06 22:16:12Z tirons $
12 11
  **/
13 12
 
14 13
 #include "KernelEM1DReflSpec.h"

+ 0
- 1
Modules/FDEM1D/src/KernelEM1DSpec.cpp View File

@@ -8,7 +8,6 @@
8 8
   @file
9 9
   @author   Trevor Irons
10 10
   @date     05/17/2012
11
-  @version  $Id: kernelem1dspec.cpp 87 2013-09-05 22:44:05Z tirons $
12 11
  **/
13 12
 
14 13
 #include "KernelEM1DSpec.h"

Loading…
Cancel
Save