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

 
Modules
       
numpy

 
Classes
       
abc.ABC(builtins.object)
FormIntegral
BilinearFormIntegral
LaplaceIntegral
MassIntegral
LinearFormIntegral
SourceIntegral

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

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

Data and other attributes defined here:
__abstractmethods__ = frozenset({'__init__'})

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

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

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

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({'__init__'})

 
class LaplaceIntegral(BilinearFormIntegral)
    LaplaceIntegral(
    coeff=<methodsnm.meshfct.ConstantFunction object at 0x7f18e6a06850>
)
 

 
 
Method resolution order:
LaplaceIntegral
BilinearFormIntegral
FormIntegral
abc.ABC
builtins.object

Methods defined here:
__init__( self, coeff=<methodsnm.meshfct.ConstantFunction object at 0x7f18e6a06850> )
Initialize self.  See help(type(self)) for accurate signature.
compute_element_matrix(self, fe_test, fe_trial, trafo, intrule=None)

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

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

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

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

Data and other attributes defined here:
__abstractmethods__ = frozenset({'__init__'})

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

 
class MassIntegral(BilinearFormIntegral)
    MassIntegral(
    coeff=&lt;methodsnm.meshfct.ConstantFunction object at 0x7f18e6a060d0&gt;
)
 

 
 
Method resolution order:
MassIntegral
BilinearFormIntegral
FormIntegral
abc.ABC
builtins.object

Methods defined here:
__init__( self, coeff=<methodsnm.meshfct.ConstantFunction object at 0x7f18e6a060d0> )
Initialize self.  See help(type(self)) for accurate signature.
compute_element_matrix(self, fe_test, fe_trial, trafo, intrule=None)

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

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

 
class SourceIntegral(LinearFormIntegral)
    SourceIntegral(
    coeff=&lt;methodsnm.meshfct.ConstantFunction object at 0x7f18e6900050&gt;
)
 

 
 
Method resolution order:
SourceIntegral
LinearFormIntegral
FormIntegral
abc.ABC
builtins.object

Methods defined here:
__init__( self, coeff=<methodsnm.meshfct.ConstantFunction object at 0x7f18e6900050> )
Initialize self.  See help(type(self)) for accurate signature.
compute_element_vector(self, fe, trafo, intrule=None)

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

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

 
Data
        npgauss_warned = False