gaspype.concat#
- gaspype.concat(arrays, axis=0)#
Concatenate a list of fluid or elements objects along an existing axis
- Parameters:
arrays (
list[TypeVar(T, fluid, elements)]) – List of arraysaxis (
int) – Axis to concatenate the fluid objects along
- Return type:
TypeVar(T, fluid, elements)- Returns:
A new array object stacked along the specified axis