Changes between Version 13 and Version 14 of user_page


Ignore:
Timestamp:
Jul 12, 2024, 7:01:02 AM (3 months ago)
Author:
tingke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user_page

    v13 v14  
    100100
    101101=== 基本思路
    102 {{{#!Mermaid id="16ed2b0c-401b-11ef-b188-e55853209407"
    103 graph TD;
    104     EFIT_data_setting --> background_ne_Te_Ti_data_setting --> fast_ion_distribution_data_setting --> boundary_data_setting --> ripple_data;
    105     compile --> run;
    106     Makefile --> compile;
    107     run --> ./a.out --> data_analysis
     102{{{#!Mermaid id="806d4e62-401c-11ef-9b5a-e55853209407"
     103str(sequenceDiagram)
     104A->> B: Query
     105B->> C: Forward query
     106Note right of C: Thinking...
     107C->> B: Response
     108B->> A: Forward response
    108109}}}
    109110