Boundary sets#

The boundary sets (faces in 3D or lines in 2D) must be ordered properly such that the normals may be calculated, positions interpolated, and surface integrals evaluated over them. Incorrect definitions of these sets are often responsible for boundary condition problems.

The following boundary types are available:

CODE

DESCRIPTION

line

linear (2 node) line

quad

quadratic (3 node) line

t3

linear 3 node triangle face

t6

quadratic 6 node triangle face

q4

linear 4 node quadrilateral face

q8

quadratic 8 node quadrilateral face

../../_images/liset.svg
../../_images/faset.svg