BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
corc.jet.Jet Class Reference

Public Member Functions

 __init__ (self, c0, c1=0.0, c2=0.0, c3=0.0)
 value (self)
 d1 (self)
 d2 (self)
 d3 (self)
 __add__ (self, other)
 __neg__ (self)
 __sub__ (self, other)
 __rsub__ (self, other)
 __mul__ (self, other)
 __truediv__ (self, other)
 __rtruediv__ (self, other)

Static Public Member Functions

 variable (t)

Public Attributes

list c = [float(c0), float(c1), float(c2), float(c3)]

Protected Member Functions

 _lift (self, other)

Constructor & Destructor Documentation

◆ __init__()

corc.jet.Jet.__init__ ( self,
c0,
c1 = 0.0,
c2 = 0.0,
c3 = 0.0 )

Member Function Documentation

◆ __add__()

corc.jet.Jet.__add__ ( self,
other )

◆ __mul__()

corc.jet.Jet.__mul__ ( self,
other )

◆ __neg__()

corc.jet.Jet.__neg__ ( self)

◆ __rsub__()

corc.jet.Jet.__rsub__ ( self,
other )

◆ __rtruediv__()

corc.jet.Jet.__rtruediv__ ( self,
other )

◆ __sub__()

corc.jet.Jet.__sub__ ( self,
other )

◆ __truediv__()

corc.jet.Jet.__truediv__ ( self,
other )

◆ _lift()

corc.jet.Jet._lift ( self,
other )
protected

◆ d1()

corc.jet.Jet.d1 ( self)

◆ d2()

corc.jet.Jet.d2 ( self)

◆ d3()

corc.jet.Jet.d3 ( self)

◆ value()

corc.jet.Jet.value ( self)

◆ variable()

corc.jet.Jet.variable ( t)
static

Member Data Documentation

◆ c

corc.jet.Jet.c = [float(c0), float(c1), float(c2), float(c3)]

The documentation for this class was generated from the following file:
  • examples/corc_twolayer/python/corc/jet.py