epsolver.h

来自「Finite element program for mechanical pr」· C头文件 代码 · 共 23 行

H
23
字号
#ifndef EPSOLVER_H#define EPSOLVER_H#include <stdio.h>void solve_epressure ();  ///< main computation function for earth pressure problem typevoid epressure_solver (long lcid); ///< function controling earth pressure solversvoid general_epressure (long lcid); ///< earth pressure solver with load iterationvoid general_epressure_varsup (long lcid); ///< earth pressure solver with temporary supportsvoid femplast_epressure (long lcid); ///< earth pressure solver with temporary supports for plasticity modelsvoid restore_displ(long lcid, double **bckr); ///< extraction of the reached displacement form the backup vectordouble arclengthrv (long lcid, double rlambda, double rlerr); ///< the arc-length method which stops iteration on the given value of the lambda parameterdouble newton_raphsonep (long lcid, double *forig); ///< the Newton-Raphsonmethop modified for starting from a reached state#endif

⌨️ 快捷键说明

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