Grid2D¶
- class kgpy.grid.Grid2D¶
Bases:
Grid1D- __init__()¶
- Return type
None
Attributes
Methods
__init__()copy()- rtype
typing.TypeVar(CopyableT, bound= Copyable)
- rtype
typing.TypeVar(CopyableT, bound= Copyable)
mesh(shape, new_axes)- rtype
Inheritance Diagram
- copy()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- copy_shallow()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- mesh(shape, new_axes)¶
- Return type
- Parameters
- abstract property num_samples¶