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

 
Modules
       
numpy

 
Classes
       
abc.ABC(builtins.object)
Mesh

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

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

Data descriptors defined here:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

Data and other attributes defined here:
__abstractmethods__ = frozenset()
bndry_edges = None
bndry_vertices = None
dimension = None
edges = None
face2edges = None
faces = None
points = None
vertices = None