mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-16 11:21:38 +08:00
moved to mesh folder.
This commit is contained in:
@@ -15,6 +15,7 @@ def getIndecesBlock(p0,p1,ccMesh):
|
||||
ccMesh represents the cell-centered mesh
|
||||
|
||||
The points p0 and p1 must live in the the same dimensional space as the mesh.
|
||||
|
||||
"""
|
||||
|
||||
# Validation: p0 and p1 live in the same dimensional space
|
||||
@@ -131,7 +132,7 @@ def scalarConductivity(ccMesh,pFunction):
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
from SimPEG import TensorMesh
|
||||
from SimPEG.mesh import TensorMesh
|
||||
from matplotlib import pyplot as plt
|
||||
|
||||
# Define the mesh
|
||||
|
||||
Reference in New Issue
Block a user