mirror of
https://github.com/wassname/simpeg.git
synced 2026-08-13 12:40:08 +08:00
Order Test must incorporate different meshes. Current test fails, must support 2D mass matrices.
This commit is contained in:
@@ -32,7 +32,9 @@ from OrderTest import OrderTest
|
||||
class TestInnerProducts(OrderTest):
|
||||
"""Integrate an function over a unit cube domain using edgeInnerProducts and faceInnerProducts."""
|
||||
|
||||
meshType = 'uniformLOM'
|
||||
meshType = 'rotateLOM'
|
||||
meshDimension = 2
|
||||
meshSizes = [16, 32, 64]
|
||||
|
||||
def getError(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user