mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-28 16:47:03 +08:00
ef557beb84
This is under the DiffOperators class, which can be inherited with BaseMesh to any Mesh Object. Cell area and other dimension calculations are included in the TensorMesh class. Wrote unit tests for cell vol, area, and edges.
3 lines
47 B
Python
3 lines
47 B
Python
from TensorMesh import TensorMesh
|
|
import utils
|