methodsnm.mesh_2d
index
/builds/lehrenfeld/methodsnm/git-repo/jlcontent/src/methodsnm/mesh_2d.py

 
Modules
       
numpy

 
Classes
       
methodsnm.mesh.Mesh(abc.ABC)
Mesh2D
StructuredRectangleMesh

 
class Mesh2D(methodsnm.mesh.Mesh)
    
Method resolution order:
Mesh2D
methodsnm.mesh.Mesh
abc.ABC
builtins.object

Methods defined here:
__init__(self)
Initialize self.  See help(type(self)) for accurate signature.

Data and other attributes defined here:
__abstractmethods__ = frozenset()

Methods inherited from methodsnm.mesh.Mesh:
elements(self, codim=0, bndry=False)
trafo(self, elnr, codim=0, bndry=False)

Data descriptors inherited from methodsnm.mesh.Mesh:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

Data and other attributes inherited from methodsnm.mesh.Mesh:
bndry_edges = None
bndry_vertices = None
dimension = None
edges = None
face2edges = None
faces = None
points = None
vertices = None

 
class StructuredRectangleMesh(Mesh2D)
    StructuredRectangleMesh(M, N, mapping=None)
 

 
 
Method resolution order:
StructuredRectangleMesh
Mesh2D
methodsnm.mesh.Mesh
abc.ABC
builtins.object

Methods defined here:
__init__(self, M, N, mapping=None)
Initialize self.  See help(type(self)) for accurate signature.
trafo(self, elnr, codim=0, bndry=False)

Data and other attributes defined here:
__abstractmethods__ = frozenset()

Methods inherited from methodsnm.mesh.Mesh:
elements(self, codim=0, bndry=False)

Data descriptors inherited from methodsnm.mesh.Mesh:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

Data and other attributes inherited from methodsnm.mesh.Mesh:
bndry_edges = None
bndry_vertices = None
dimension = None
edges = None
face2edges = None
faces = None
points = None
vertices = None