由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 请教一个问题
相关主题
[zz]求:toeplitz matrix inversion Gohberg Semetsul formula不定积分
staggered v.s. collocated grids问一下adaptive calculation
grid or cluster?a question about mpi-fortran
Is anyone here work on CFD?help!
Hermite interpolationmatlab help
如何比较两条曲线的相似程度?how to remove a singularity in an integr
一个求inverse matrix的问题maple 9 written in java?
问一个FORTRAn的问题![转载] 问个误差估计的问题
相关话题的讨论汇总
话题: sqrts话题: ybox话题: zbox话题: grid话题: xbox
进入Computation版参与讨论
1 (共1页)
l***d
发帖数: 1798
1
【 以下文字转载自 Programming 讨论区 】
发信人: lipid (老子叫荔枝的时候,还没有超女呢), 信区: Programming
标 题: 请教一个问题
发信站: BBS 未名空间站 (Sun Sep 18 22:29:39 2005), 转信
有个code, 先把一个box分成小盒子 grid,
the number of grid in the x, y, z directions is n_xbox, n_ybox, and n_zbox.
下面的一个code写着
/* pre-computing the inverse distances between grid nodes.
N_sqrts = n_xbox * n_xbox + n_ybox * n_ybox + n_zbox * n_zbox + 1
问题1:为什么要加1?
sqrts[0]=0
for (k=1, k 问题2:这个code的目的很明显是先计算各个grid间的距离的倒数,
所以如果,
1 (共1页)
进入Computation版参与讨论
相关主题
[转载] 问个误差估计的问题Hermite interpolation
关于adaptive grid size的问题如何比较两条曲线的相似程度?
一个用mathematica 求微分的问题一个求inverse matrix的问题
请教Stabilized inverse diffusion equation问一个FORTRAn的问题!
[zz]求:toeplitz matrix inversion Gohberg Semetsul formula不定积分
staggered v.s. collocated grids问一下adaptive calculation
grid or cluster?a question about mpi-fortran
Is anyone here work on CFD?help!
相关话题的讨论汇总
话题: sqrts话题: ybox话题: zbox话题: grid话题: xbox