Package solvcon :: Module block
[hide private]
[frames] | no frames]

Module block

source code

Unstructured mesh definition.

Classes [hide private]
  MeshData
Data structure for mesh.
  Block
Provide metric and connectivity information for unstructured-mesh block.
Variables [hide private]
  elemtype = array([[0, 0, 1, 0, ...
  MAX_FCNND = 4
  MAX_CLNND = 8
  MAX_CLNFC = 6
  __package__ = 'solvcon'
Variables Details [hide private]

elemtype

Value:
array([[0, 0, 1, 0, 0],
       [1, 1, 2, 0, 0],
       [2, 2, 4, 4, 0],
       [3, 2, 3, 3, 0],
       [4, 3, 8, 8, 6],
       [5, 3, 4, 4, 4],
       [6, 3, 6, 9, 5],
       [7, 3, 5, 8, 5]], dtype=int32)