smesh.Mesh_Quadrangle Class Reference

Class to define a quadrangle 2D algorithm. More...

Inheritance diagram for smesh.Mesh_Quadrangle:

Inheritance graph

Public Member Functions

def __init__
 Private constructor.
def QuadranglePreference
 Define "QuadranglePreference" hypothesis, forcing construction of quadrangles if the number of nodes on opposite edges is not the same in the case where the global number of nodes on edges is even.
def FindHypothesis
def GetSubMesh
 If the algorithm is global, return 0;
else return the submesh associated to this algorithm.
def GetAlgorithm
 Return the wrapped mesher.
def GetCompatibleHypothesis
 Get list of hypothesis that can be used with this algorithm.
def GetName
 Get name of algo.
def SetName
 Set name to algo.
def GetId
 Get id of algo.
def Create
 Private method.
def Assign
 Private method.
def Hypothesis
 Private method.

Data Fields

 mesh
 geom
 subm

Static Public Attributes

int algo = 0
int mesh = 0
int geom = 0
int subm = 0
dictionary hypos = {}

Detailed Description

More details.


Member Function Documentation

def smesh.Mesh_Quadrangle.__init__   self,
  mesh,
  geom = 0
 

def smesh.Mesh_Quadrangle.QuadranglePreference   self  ) 
 

def smesh.Mesh_Algorithm.FindHypothesis   self,
  hypname,
  args
[inherited]
 

def smesh.Mesh_Algorithm.GetSubMesh   self  )  [inherited]
 

def smesh.Mesh_Algorithm.GetAlgorithm   self  )  [inherited]
 

def smesh.Mesh_Algorithm.GetCompatibleHypothesis   self  )  [inherited]
 

def smesh.Mesh_Algorithm.GetName   self  )  [inherited]
 

def smesh.Mesh_Algorithm.SetName   self,
  name
[inherited]
 

def smesh.Mesh_Algorithm.GetId   self  )  [inherited]
 

def smesh.Mesh_Algorithm.Create   self,
  mesh,
  geom,
  hypo,
  so = "libStdMeshersEngine.so"
[inherited]
 

def smesh.Mesh_Algorithm.Assign   self,
  algo,
  mesh,
  geom
[inherited]
 

def smesh.Mesh_Algorithm.Hypothesis   self,
  hyp,
  args = [],
  so = "libStdMeshersEngine.so",
  UseExisting = 0
[inherited]
 


Field Documentation

int smesh.Mesh_Quadrangle.algo = 0 [static]
 

Reimplemented from smesh.Mesh_Algorithm.

int smesh.Mesh_Algorithm.mesh = 0 [static, inherited]
 

smesh.Mesh_Algorithm.mesh [inherited]
 

int smesh.Mesh_Algorithm.geom = 0 [static, inherited]
 

Reimplemented in smesh.Mesh_Segment.

smesh.Mesh_Algorithm.geom [inherited]
 

Reimplemented in smesh.Mesh_Segment.

int smesh.Mesh_Algorithm.subm = 0 [static, inherited]
 

smesh.Mesh_Algorithm.subm [inherited]
 

dictionary smesh.Mesh_Algorithm.hypos = {} [static, inherited]