⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ibgext.h

📁 有限元学习研究用源代码(老外的),供科研人员参考
💻 H
字号:
#ifndef IBGEXT_H
#define IBGEXT_H

#ifndef IBG_H
#include "ibg.h"
#endif

typedef struct ibgExtData0 ibgExtData;

/* initialization, reading the file with the external parameters */
ibgExtData *ibgExtInit(char* filename);

/* getting the coarse grid information from the external parameters */
ibgInt  ibgExtReg(ibgExtData *r, ibgInt d);
ibgInt  ibgExtNum(ibgExtData *r, ibgInt d);
ibgFloat* ibgExtX(ibgExtData *r, ibgInt d);

/* the refinement criteria using the external parameters */

void ibgExtRegion(ibgPtObject This, ibgPoint *x,  ibgFloat *l);
int  ibgExtEdge  (ibgPtObject This, ibgPoint *x1, ibgPoint *x2);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -