mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-29 17:37:31 +08:00
Mesh2MeshTOPO:
Deals with global to local mesh
This commit is contained in:
+1
-1
@@ -314,7 +314,7 @@ class GlobalProblem(BaseProblem):
|
||||
raise Exceptions.PairingException(reason='The meshes are not the the same length as the number of groups')
|
||||
|
||||
def getSubProblem(self, ind):
|
||||
|
||||
#This is a core place that we can proceed parallelization
|
||||
assert self.ispaired, 'You must be paired to a survey'
|
||||
assert type(ind) in [int,long] and ind >= 0 and ind < self.nGroups, 'ind must be an index into the group list'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user