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

 
Modules
       
numpy

 
Classes
       
methodsnm.mesh.Mesh(abc.ABC)
Mesh1D

 
class Mesh1D(methodsnm.mesh.Mesh)
    Mesh1D(points, sub_intervals=1)
 

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

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

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