Physical Space
KitBase.global_frame — Functionglobal_frame(w, cosa, sina)
Transform local flow variables to global frame
global_frame(w, dirccos)
KitBase.local_frame — Functionlocal_frame(w, cosa, sina)
Transform global flow variables to local frame
local_frame(w, n)
local_frame(w, dirccos)
KitBase.uniform_mesh — Functionuniform_mesh(x0, xnum, dx)
Generate uniform mesh
KitBase.meshgrid — Functionmeshgrid(v)
Equivalent structured mesh generator as matlab...
meshgrid(x, y)
meshgrid(x, y, z)
FiniteMesh.mesh_connectivity_2D — Functionmesh_connectivity_2D(cells, points)
Compute connectivity of 2D unstructured mesh
FiniteMesh.mesh_cell_center — Functionmesh_cell_center(nodes, cells)
Compute central points of elements
FiniteMesh.mesh_cell_area_2D — Functionmesh_cell_area_2D(nodes, cells)
Compute areas of 2D elements