Defines a quadrangle 2D algorithm It is created by calling Mesh.Quadrangle(geom=0) More...
Public Member Functions | |
def | __init__ |
Private constructor. | |
def | QuadrangleParameters |
Defines "QuadrangleParameters" hypothesis. | |
def | QuadranglePreference |
Defines "QuadrangleParams" hypothesis with a type of quadrangulation that only quadrangles are built in the transition area along the finer meshed sides, iff the total quantity of segments on all four sides of the face is even. | |
def | TrianglePreference |
Defines "QuadrangleParams" hypothesis with a type of quadrangulation that only triangles are built in the transition area along the finer meshed sides. | |
def | Reduced |
Defines "QuadrangleParams" hypothesis with a type of quadrangulation that only quadrangles are built and the transition between the sides is made gradually, layer by layer. | |
def | TriangleVertex |
Defines "QuadrangleParams" hypothesis with QUAD_STANDARD type of quadrangulation. | |
def | FindHypothesis |
Finds a hypothesis in the study by its type name and parameters. | |
def | FindAlgorithm |
Finds the algorithm in the study by its type name. | |
def | GetSubMesh |
If the algorithm is global, returns 0; else returns the submesh associated to this algorithm. | |
def | GetAlgorithm |
Returns the wrapped mesher. | |
def | GetCompatibleHypothesis |
Gets the list of hypothesis that can be used with this algorithm. | |
def | GetName |
Gets the name of the algorithm. | |
def | SetName |
Sets the name to the algorithm. | |
def | GetId |
Gets the id of the algorithm. | |
def | Create |
Private method. | |
def | Assign |
Private method. | |
def | CompareHyp |
def | CompareEqualHyp |
def | Hypothesis |
Private method. | |
def | MainShapeEntry |
Returns entry of the shape to mesh in the study. | |
def | ViscousLayers |
Defines "ViscousLayers" hypothesis to give parameters of layers of prisms to build near mesh boundary. | |
def | ReversedEdgeIndices |
Transform a list of ether edges or tuples (edge 1st_vertex_of_edge) into a list acceptable to SetReversedEdges() of some 1D hypotheses. |
Data Fields | |
params | |
mesh | |
geom | |
subm | |
algo |
Static Public Attributes | |
string | meshMethod = "Quadrangle" |
Name of method of class Mesh creating an instance of this class. | |
algoType = QUADRANGLE | |
Name of algorithm type. | |
isDefault = True | |
int | params = 0 |
Defines a quadrangle 2D algorithm It is created by calling Mesh.Quadrangle(geom=0)
def __init__ | ( | self, | |
mesh, | |||
geom = 0 |
|||
) |
|
inherited |
Finds a hypothesis in the study by its type name and parameters.
Finds only the hypotheses created in smeshpyD engine.
|
inherited |
Finds the algorithm in the study by its type name.
Finds only the algorithms, which have been created in smeshpyD engine.
|
inherited |
If the algorithm is global, returns 0;
else returns the submesh associated to this algorithm.
References Mesh_Algorithm.subm.
|
inherited |
Returns the wrapped mesher.
References Mesh_Algorithm.algo.
|
inherited |
Gets the list of hypothesis that can be used with this algorithm.
References Mesh_Algorithm.algo.
|
inherited |
Gets the name of the algorithm.
References Mesh_Algorithm.algo.
|
inherited |
Sets the name to the algorithm.
References Mesh_Algorithm.algo.
|
inherited |
Gets the id of the algorithm.
|
inherited |
Private method.
References Mesh_Algorithm.algo, Mesh_Algorithm.Assign(), and Mesh_Algorithm.FindAlgorithm().
|
inherited |
Private method.
References Mesh_Algorithm.algo, smesh.AssureGeomPublished(), Mesh.geom, Mesh_Algorithm.geom, Mesh_Algorithm.GetName(), Mesh.mesh, Mesh_Algorithm.mesh, Mesh_Algorithm.subm, and smesh.TreatHypoStatus().
|
inherited |
|
inherited |
References Mesh_Algorithm.Hypothesis().
|
inherited |
Private method.
References Mesh_Algorithm.CompareHyp(), Mesh_Algorithm.FindHypothesis(), Mesh.geom, Mesh_Algorithm.geom, Mesh_Algorithm.GetName(), and smesh.TreatHypoStatus().
|
inherited |
Returns entry of the shape to mesh in the study.
References Mesh.mesh, and Mesh_Algorithm.mesh.
|
static |
Name of method of class Mesh creating an instance of this class.
|
static |
Name of algorithm type.
|
static |
|
static |
params |
|
inherited |
|
inherited |
|
inherited |
|
inherited |