hydrocode_Radial_Lag 0.3
This is an implementation of fully explict forward Euler scheme for multi-D radially symmetric compressible flows on Lagrangian coordinate
except.c 文件参考

This file is the source codes in the book 'C Interfaces and Implementations'. 更多...

#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include "../include_cii/except.h"
except.c 的引用(Include)关系图:

浏览源代码.

宏定义

#define T   Except_T
 

函数

void Except_raise (const T *e, const char *file, int line)
 

变量

Except_FrameExcept_stack = NULL
 

详细描述

This file is the source codes in the book 'C Interfaces and Implementations'.

在文件 except.c 中定义.

宏定义说明

◆ T

#define T   Except_T

在文件 except.c10 行定义.

函数说明

◆ Except_raise()

void Except_raise ( const T e,
const char *  file,
int  line 
)

在文件 except.c15 行定义.

这是这个函数的调用关系图:

变量说明

◆ Except_stack

Except_Frame* Except_stack = NULL

在文件 except.c14 行定义.