Edit in Sources/backgroundModelSources.py such that the

souce is only on the outer shell of the model.

Fixed bug is problem and survey classes.
This commit is contained in:
Gudni Karl
2015-02-19 18:24:34 -08:00
parent 36cde4fe4f
commit f25681ce80
4 changed files with 71 additions and 50 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class MTProblem(Problem.BaseProblem):
# RHS, CalcFields = self.getRHS(freq,m_back), self.calcFields
F = FieldsMT(self.mesh, self.survey)
#NOTE: add print status statements.
for freq in self.survey.freqs:
A = self.getA(freq)
rhs = self.getRHS(freq,m_back)