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

📄 readme

📁 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序
💻
字号:
This directory contains the routines that generate finite differencematrices from a second order elliptic operator.      1) 5-pt and 7-pt matrices on rectangular regions discretizing           elliptic operators of the form:          L u == delx( a delx u ) + dely ( b dely u) + delz ( c delz u ) +                 delx ( d u ) + dely (e u) + delz( f u ) + g u = h u         with Boundary conditions,		 alpha del u / del n + beta u = gamma	 on a rectangular 1-D, 2-D or 3-D grid using centered	 difference scheme or upwind scheme.          The functions a, b, ..., h are known through the         subroutines  afun, bfun, ..., hfun in the file         functns.f. The alpha is a constant on each side of the	 rectanglar domain. the beta and the gamma are defined	 by the functions betfun and gamfun (see functns.f for	 examples).      2) block version of the finite difference matrices (several degrees of         freedom per grid point. ) It only generates the matrix (without	 the right-hand-side), only Dirichlet Boundary conditions are used.genmat.f ---- the matrix generation routines.functns.f --- functions used by the genmat.fto test the 5-point/7-point matrix please see mak57ptto test the block version of the 5-point/7-point matrix see mak57bl

⌨️ 快捷键说明

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