Commit Graph

10 Commits

Author SHA1 Message Date
Rowan Cockett 8e3e0e0faa TensorMesh now inherits BaseMesh (worked with Luz!)
tests for tensorMesh and utils (e.g. ndgrid) are included and pass

Split the TensorMesh into Grid and View
2013-07-09 19:50:40 -07:00
Rowan Cockett 6c4910a157 Base Mesh Documentation 2013-07-09 19:46:50 -07:00
Rowan Cockett e9d41ab95f Changed Mesh to BaseMesh.
Added conventions of n{C-F-E}{x-y-z} so mesh.nCx will return the number of cells in the x direction.

Added a unitTest to ensure the mesh dimensions.
2013-07-05 16:00:19 -07:00
Luz Angelica Caudillo Mata 13325e63fc Implements the first draft of the TensorMesh class with basic visualization functions. It works for 1, 2 and 3 dimensions. Provides nodal, cell centers and staggered grids. 2013-07-02 12:59:02 -07:00
Lars Ruthotto 70a143031b Generalized Gauss Newton by using Lambda Functions 2013-06-19 12:39:00 -07:00
Lars Ruthotto 48cd71b707 GaussNewton example for Rosenbrock function ( to be generalized!!) 2013-06-19 12:14:56 -07:00
Rowan Cockett 668b84b7ee Testing framework.
Numbering of the mesh is tested so far.
2013-06-11 16:21:03 +02:00
Rowan Cockett 91132fd737 Mesh Class
simple as:

myMesh = Mesh([5, 4])

myMesh.nfaces
2013-06-11 16:20:10 +02:00
Rowan Cockett 1251440021 Initial Cleanup of Code.
No major changes. (duplicate code, and python conventions)
2013-06-11 16:18:15 +02:00
Rowan Cockett 2554318427 Eldad's initial code for logically orthogonal mesh simulation. 2013-06-01 14:18:31 -07:00