Rowan Cockett
43d2512aea
Updated the test_operators code to work for LOM. need to be careful in which error metric you consider (because some only make sense under integration)
...
i.e. the l-2 norm rather than the infinity norm, and you need to multiply by the integration length/area/volume it you are looking at the l-2 norm.
2013-08-06 17:18:04 -07:00
Rowan Cockett
3d936e07a1
Edge Inner products in 2D NOTE: still has bugs.
2013-08-05 12:16:55 -07:00
Rowan Cockett
e073eaeb8b
Innerproduct work. Testing, visualization, and 2D - NOTE there are bugs in anything but a uniform LOM
...
Not very helpful yet!
2013-08-05 11:51:03 -07:00
Rowan Cockett
e2e38074fc
Order Test must incorporate different meshes. Current test fails, must support 2D mass matrices.
2013-08-04 07:56:25 -07:00
Rowan Cockett
26b334585f
EdgeInnerProducts now working for LOM
...
Fixed DiffOps bug in CURL
Fixed bug in OrderTest --> must remember to do cumSum, and not just supply dx to ndgrid
test_massMatrices now tests uniformLOM
2013-08-03 16:39:34 -07:00
Rowan Cockett
cc66eaf9fd
Testing of LOM (comparing against Tensor Mesh)
2013-08-03 16:08:54 -07:00
Rowan Cockett
c259a6651a
Integrated getEdge/FaceInnerProduct into the tensor mesh class.
2013-07-30 22:12:53 -07:00
Rowan Cockett
d8f646c7d9
Updates to OrderTest so that it runs random meshes.
2013-07-30 21:49:23 -07:00
Lars Ruthotto
50f40c743d
added comments
2013-07-22 15:12:34 -07:00
Rowan Cockett
f86ebe12db
Added Poisson Equation Tests.
...
Forwards and Backwards.
2013-07-22 13:40:18 -07:00
Rowan Cockett
d0efdb509c
Created an OrderTest class
...
This creates a testable framework so that we can easily test order of convergence on things like operators by just writing the guts of the code.
Merged Seogi's code into this framework.
2013-07-22 12:26:17 -07:00