RecombinationAlgorithm

class pyccx.mesh.RecombinationAlgorithm(value)

Bases: IntEnum

Attributes Summary

BLOSSOM

BLOSSOM_QUAD

SIMPLE

SIMPLE_QUAD

Attributes Documentation

BLOSSOM = 1
BLOSSOM_QUAD = 3
SIMPLE = 0
SIMPLE_QUAD = 2