Changes between Version 5 and Version 6 of user_page


Ignore:
Timestamp:
May 6, 2023, 7:56:54 AM (18 months ago)
Author:
tingke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user_page

    v5 v6  
    6262
    6363
     64== ISSDE程序编译,运行,函数及参数设置
     65
    6466=== ISSDE程序获取
    6567{{{
     
    6769}}}
    6870
    69 == 程序编译
     71=== 程序编译
    7072{{{
    7173cd src
     
    7375}}}
    7476
    75 == 程序运行
     77=== 程序运行
    7678{{{
    7779cd bin
     
    7981}}}
    8082
    81 == 参数设置
     83=== 程序文件夹
     84* bin 二进制文件
     85* src 源程序文件
     86* include 头文件和输入文件
     87* lib 库文件
     88* configure 配置文件
     89
     90=== 源程序函数构成
     91* 主函数 stochastic_process_uniform_field_mpi.cpp
     92* 输入接口函数 read_data.cpp
     93* 牛顿法函数 newton_raphason_general.cpp
     94* 龙格库塔函数 runge_kutta_general.cpp
     95* 额外函数集合 ext_fun.cpp
     96
     97=== 参数设置
    8298* 主要参数开关
    8399{{{