Package esys :: Package modellib :: Module input :: Class SmoothScalarDistributionFromTags
[hide private]
[frames] | no frames]

Class SmoothScalarDistributionFromTags

                       object --+        
                                |        
escript.modelframe.LinkableObject --+    
                                    |    
      escript.modelframe.ParameterSet --+
                                        |
                                       SmoothScalarDistributionFromTags

creates a smooth scalar distribution on a domain from region tags

Instance Methods [hide private]
 
__init__(self, **kwargs)
Creates a ParameterSet with given parameters.
 
__update(self, tag, tag_value, value)
 
out(self)
returns a esys.escript.Data object Link against this method to get the output of this model.

Inherited from escript.modelframe.ParameterSet: __delattr__, __iter__, __repr__, checkLinkTargets, declareParameter, declareParameters, releaseParameters, showParameters, toDom, writeXML

Inherited from escript.modelframe.LinkableObject: __getattr__, __setattr__, getAttributeObject, hasAttribute, trace

Inherited from object: __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __str__

Class Methods [hide private]

Inherited from escript.modelframe.ParameterSet: fromDom

Instance Variables [hide private]
  default
default value
esys.escript.Domain domain
domain
int tag0
tag 0
int tag1
tag 1
int tag2
tag 2
int tag3
tag 3
int tag4
tag 4
int tag5
tag 5
int tag6
tag 6
int tag7
tag 7
int tag8
tag 8
int tag9
tag 9
float value0
value for tag 0
float value1
value for tag 1
float value2
value for tag 2
float value3
value for tag 3
float value4
value for tag 4
float value5
value for tag 5
float value6
value for tag 6
float value7
value for tag 7
float value8
value for tag 8
float value9
value for tag 9
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

 

Creates a ParameterSet with given parameters.

Overrides: object.__init__
(inherited documentation)