Changes between Version 14 and Version 15 of ImplementFilterAnalysisOverview


Ignore:
Timestamp:
Sep 20, 2024, 11:01:04 AM (26 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementFilterAnalysisOverview

    v14 v15  
    6767  * `init_n_domain`: This routine sets the number of local analysis domains
    6868  * `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 vector
    70   * `l2g_state`: This routine performns the back-ttransformation from local to global state vector.
    7169
    7270== Code examples in tutorial ==