Order Test must incorporate different meshes. Current test fails, must support 2D mass matrices.

This commit is contained in:
Rowan Cockett
2013-08-04 07:56:25 -07:00
parent 849a914738
commit e2e38074fc
4 changed files with 17 additions and 7 deletions
+3 -1
View File
@@ -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):