py__distribute_state_pdaf¶
- py__distribute_state_pdaf(dim_p: int, state_p: np.ndarray) np.ndarray ¶
Distribute a state vector from pdaf to the model/any arrays
Parameters¶
- dim_pint
PE-local state dimension
- state_pndarray[np.float64, ndim=1]
PE-local state vector Array shape: (dim_p)
Returns¶
- state_pndarray[np.float64, ndim=1]
PE-local state vector Array shape: (dim_p)