Changes between Version 14 and Version 15 of ImplementFilterAnalysisOverview
- Timestamp:
- Sep 20, 2024, 11:01:04 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementFilterAnalysisOverview
v14 v15 67 67 * `init_n_domain`: This routine sets the number of local analysis domains 68 68 * `init_dim_l`: This routine determines the state vector size for the local analysis domain and initializes the index information to fill a local state vector 69 * `g2l_state`: This routine performs the transformation from a global to the local state vector. It selects elements of the global state vector and fill the local vector70 * `l2g_state`: This routine performns the back-ttransformation from local to global state vector.71 69 72 70 == Code examples in tutorial ==