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