This website requires JavaScript.
Explore
Help
Register
Sign In
wassname
/
simpeg
Watch
1
Star
0
Fork
0
You've already forked simpeg
mirror of
https://github.com/wassname/simpeg.git
synced
2026-07-03 03:11:14 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00bda323b2e78ce50fdeb0b0ab29f6df538ac58d
simpeg
/
SimPEG
/
Tests
T
History
Rowan Cockett
00bda323b2
Merge pull request
#49
from simpeg/quadtree
...
Quadtree and OcTree
2014-02-12 19:21:34 -08:00
..
__init__.py
renaming to ensure capitals
2014-01-16 13:22:46 -08:00
test_basemesh.py
Removed mesh.n as it is the same as mesh.nCv
2014-01-16 15:46:17 -08:00
test_interpolation.py
lower tolerance on testing random meshes for 1D interpolation
2014-02-11 19:16:11 -08:00
test_LogicallyOrthogonalMesh.py
renaming to ensure capitals
2014-01-16 13:22:46 -08:00
test_massMatrices.py
renaming to ensure capitals
2014-01-16 13:22:46 -08:00
test_model.py
ComboModels! e.g.: combo = ComboModel(mesh, [LogModel, Vertical1DModel])
2014-02-05 22:42:16 -08:00
test_operators.py
aveF2CCV and aveE2CCV and tested. Faces/Edges to cell-centered vectors.
2014-02-07 09:27:35 -08:00
test_optimizers.py
Major Reorganization (Things are likely still broken...)
2014-01-17 14:03:08 -08:00
test_regularization.py
Regularization now just takes a model. (The mesh can be attached to the model.)
2014-01-24 08:37:47 -07:00
test_Solver.py
renaming to ensure capitals
2014-01-16 13:22:46 -08:00
test_tensorMesh.py
renaming to ensure capitals
2014-01-16 13:22:46 -08:00
test_TreeMesh.py
Memory optimizations: use __slots__ to save 1GB of ram on modest sized problem. Get rid of dictionaries (they are expensive here).
2014-02-11 23:31:01 -08:00
test_utils.py
renaming to ensure capitals
2014-01-16 13:22:46 -08:00
TestUtils.py
Clean Up Documentation
2014-01-19 13:39:50 -07:00