mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-30 01:40:44 +08:00
Added time string printing
This commit is contained in:
@@ -108,8 +108,9 @@ class MTProblem(Problem.BaseProblem):
|
||||
# RHS, CalcFields = self.getRHS(freq,m_back), self.calcFields
|
||||
|
||||
F = FieldsMT(self.mesh, self.survey)
|
||||
startTime = time.time()
|
||||
|
||||
def solveAtFreq(self,F,freq):
|
||||
startTime = time.time()
|
||||
print 'Starting work for {:.3e}'.format(freq)
|
||||
sys.stdout.flush()
|
||||
A = self.getA(freq)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
from SimPEG import Survey, Utils, Problem, np, sp, mkvc
|
||||
from scipy.constants import mu_0
|
||||
import sys
|
||||
|
||||
class RxMT(Survey.BaseRx):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user