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

 
Modules
       
numpy

 
Classes
       
builtins.object
MeshFunction
ConstantFunction
FEFunction
GlobalFunction

 
class ConstantFunction(MeshFunction)
    ConstantFunction(c, mesh=None)
 

 
 
Method resolution order:
ConstantFunction
MeshFunction
builtins.object

Methods defined here:
__init__(self, c, mesh=None)
Initialize self.  See help(type(self)) for accurate signature.

Data and other attributes defined here:
c = None

Methods inherited from MeshFunction:
evaluate(self, ip, trafo)

Data descriptors inherited from MeshFunction:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

Data and other attributes inherited from MeshFunction:
mesh = None

 
class FEFunction(MeshFunction)
    FEFunction(fes)
 

 
 
Method resolution order:
FEFunction
MeshFunction
builtins.object

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

Data and other attributes defined here:
fes = None
vector = None

Methods inherited from MeshFunction:
evaluate(self, ip, trafo)

Data descriptors inherited from MeshFunction:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

Data and other attributes inherited from MeshFunction:
mesh = None

 
class GlobalFunction(MeshFunction)
    GlobalFunction(function, mesh)
 

 
 
Method resolution order:
GlobalFunction
MeshFunction
builtins.object

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

Data and other attributes defined here:
f = None

Methods inherited from MeshFunction:
evaluate(self, ip, trafo)

Data descriptors inherited from MeshFunction:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

Data and other attributes inherited from MeshFunction:
mesh = None

 
class MeshFunction(builtins.object)
    MeshFunction(mesh)
 

 
  Methods defined here:
__init__(self, mesh)
Initialize self.  See help(type(self)) for accurate signature.
evaluate(self, ip, trafo)

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

Data and other attributes defined here:
mesh = None