UCFD_SPARSE  v1.0
Documentation
Loading...
Searching...
No Matches
pbutils Namespace Reference

Functions

def make_nei_ele (m, n, l, nei_ele)
 
def make_coloring (m, n, l, icolor, lcolor)
 
def read_input (fname)
 

Function Documentation

◆ make_coloring()

def pbutils.make_coloring (   m,
  n,
  l,
  icolor,
  lcolor 
)
2-Color Algorithm for hexahedral mesh

Definition at line 75 of file pbutils.py.

◆ make_nei_ele()

def pbutils.make_nei_ele (   m,
  n,
  l,
  nei_ele 
)
Computes nei_ele array

Only for hexahedral mesh

parameter
---------
m : x direction elements
n : y direction elements
l : z direction elements

Definition at line 6 of file pbutils.py.

◆ read_input()

def pbutils.read_input (   fname)

Definition at line 105 of file pbutils.py.