MeshingAlgorithm2D

class pyccx.mesh.MeshingAlgorithm2D(value)

Bases: IntEnum

Attributes Summary

AUTO

BAMG

DELAUNAY

FRONTAL

FRONTAL_QUAD

INITIAL_ONLY

MESHADAPT

PACK_PRLGRMS

PACK_PRLGRMS_CSTR

QUAD_QUASI_STRUCT

Methods Summary

has_value(value)

Attributes Documentation

AUTO = 2
BAMG = 7
DELAUNAY = 5
FRONTAL = 6
FRONTAL_QUAD = 8
INITIAL_ONLY = 3
MESHADAPT = 1
PACK_PRLGRMS = 9
PACK_PRLGRMS_CSTR = 10
QUAD_QUASI_STRUCT = 11

Methods Documentation

classmethod has_value(value)