MeshModel¶
- class persalys.MeshModel(*args)¶
Create a mesh model base class.
Notes
Can only be used through its derived classes. See
GridMeshModel
,ImportedMeshModel
Methods
Get bounds of the mesh nodes accessor.
Accessor to the object's name.
getId
()Accessor to the object's id.
Accessor to the underlying implementation.
Index parameters accessor.
getMesh
()Mesh accessor.
getName
()Accessor to the object's name.
Number of nodes accessor.
Python script accessor.
setIndexParameters
(parameters)Index parameters accessor.
setName
(name)Accessor to the object's name.
GetClassName
- __init__(*args)¶
- getBounds()¶
Get bounds of the mesh nodes accessor.
- Returns
- bounds
openturns.Interval
Bounds of the mesh nodes along each direction
- bounds
- getClassName()¶
Accessor to the object’s name.
- Returns
- class_namestr
The object class name (object.__class__.__name__).
- getId()¶
Accessor to the object’s id.
- Returns
- idint
Internal unique identifier.
- getImplementation()¶
Accessor to the underlying implementation.
- Returns
- implImplementation
A copy of the underlying implementation object.
- getIndexParameters()¶
Index parameters accessor.
- Returns
- parameterssequence of
persalys.Variable
Index parameters
- parameterssequence of
- getMesh()¶
Mesh accessor.
- Returns
- mesh
openturns.Mesh
Mesh
- mesh
- getName()¶
Accessor to the object’s name.
- Returns
- namestr
The name of the object.
- getNumberOfNodes()¶
Number of nodes accessor.
- Returns
- number
openturns.Indices
Number of nodes along each direction
- number
- getPythonScript()¶
Python script accessor.
- Returns
- scriptstr
Python script to replay the analysis
- setIndexParameters(parameters)¶
Index parameters accessor.
- Parameters
- parameterssequence of
persalys.Variable
Index parameters
- parameterssequence of
- setName(name)¶
Accessor to the object’s name.
- Parameters
- namestr
The name of the object.