Modules | |
| 1D Meshing Hypotheses | |
| 2D Meshing Hypotheses | |
| Max Element Volume hypothesis | |
| Netgen 2D and 3D hypotheses | |
| GHS3D Parameters hypothesis | |
| BLSURF Parameters hypothesis | |
| Hexotic Parameters hypothesis | |
| Quadrangle Parameters hypothesis | |
| Additional Hypotheses | |
Functions | |
| def | AddHypothesis |
| Assigns a hypothesis. | |
| def | RemoveHypothesis |
| Unassigns a hypothesis. | |
| def | GetHypothesisList |
| Gets the list of hypotheses added on a geometry. | |
| def | RemoveGlobalHypotheses |
| Removes all global hypotheses. | |
| def AddHypothesis | ( | self, | |
| hyp, | |||
geom = 0 |
|||
| ) | [inherited] |
Assigns a hypothesis.
| hyp | a hypothesis to assign |
| geom | a subhape of mesh geometry |
| def RemoveHypothesis | ( | self, | |
| hyp, | |||
geom = 0 |
|||
| ) | [inherited] |
Unassigns a hypothesis.
| hyp | a hypothesis to unassign |
| geom | a subshape of mesh geometry |
| def GetHypothesisList | ( | self, | |
| geom | |||
| ) | [inherited] |
Gets the list of hypotheses added on a geometry.
| geom | a subshape of mesh geometry |
| def RemoveGlobalHypotheses | ( | self | ) | [inherited] |
Removes all global hypotheses.