HydroCODE 0.1
This is a implementation of fully explict forward Euler scheme for 1-D Euler equations of motion on Lagrange coordinate
sys_pro.c 文件参考

There are some system processing programs. 更多...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <limits.h>
sys_pro.c 的引用(Include)关系图:

函数

void DispPro (const double pro, const int step)
 This function print a progress bar on one line of standard output. 更多...
 
int CreateDir (const char *pPath)
 This is a function that recursively creates folders. 更多...
 

详细描述

There are some system processing programs.

函数说明

◆ CreateDir()

int CreateDir ( const char *  pPath)

This is a function that recursively creates folders.

参数
[in]pPathPointer to the folder Path.
返回
Folder Creation Status.
返回值
-1The path folder already exists and is readable.
0Readable path folders are created recursively.
1The path folder is not created properly.
这是这个函数的调用关系图:

◆ DispPro()

void DispPro ( const double  pro,
const int  step 
)

This function print a progress bar on one line of standard output.

参数
[in]proNumerator of percent that the process has completed.
[in]stepNumber of time steps.
这是这个函数的调用关系图: