代码搜索:multigrid
找到约 49 项符合「multigrid」的源代码
代码结果 49
www.eeworm.com/read/386625/8734628
txt readme.txt
What is MGLab67?
MGLab67 is an updated version of MGLab that works on Matlab versions 6
and 7 (through release 14 at least). It was extensively updated due
to MGLab using features that were dropped
www.eeworm.com/read/294219/3918957
cc dp2d_multigrid_mpi.cc
#include
#include
using namespace flens;
using namespace std;
typedef DirichletPoisson2D MatType;
typedef DistributedGridVector2D VecType;
www.eeworm.com/read/294219/3918962
cc dp2d_multigrid_fps.cc
#include
#include
using namespace flens;
using namespace std;
typedef DirichletPoisson2D MatType;
typedef GridVector2D VecType;
typedef Ga
www.eeworm.com/read/294219/3918972
cc dp1d_multigrid_lowlevel.cc
#include
#include
using namespace flens;
using namespace std;
const int l = 10, lMin = 2;
const int rh = (1
www.eeworm.com/read/294219/3918973
cc dp1d_multigrid_chol.cc
#include
#include
using namespace flens;
using namespace std;
typedef DirichletPoisson1D MatType;
typedef GridVector1D VecType;
typedef Ga
www.eeworm.com/read/294219/3918974
cc dp1d_multigrid_fps.cc
#include
#include
using namespace flens;
using namespace std;
typedef DirichletPoisson1D MatType;
typedef GridVector1D VecType;
typedef Ga
www.eeworm.com/read/113685/6126380
result sample.result
************* MULTIGRID BENCHMARK *******************
NUMBER OF POINTS PER DIRECTION = 513
MAXIMUM NORM OF THE ERROR = 0.1484D-05
MAXIMUM NORM OF THE DEFECT = 0.9168D-
www.eeworm.com/read/254521/12132743
m fmgv1d.m
% Matlab code fmgv1D.m
% For "Applied Numerical Linear Algebra", Question 6.16
% Written by James Demmel, Apr 22, 1995
% Modified, Jun 2, 1997
%
% Full Multigrid V-Cycle for Poisson's
www.eeworm.com/read/386625/8734563
m fmg.m
%FMG Full Multigrid Solver
%
% [X,RESIDS,ITS] = FMG(A,B) uses the full-multigrid cycle to
% solve the linear system AX=B. RESIDS is the final residual
% and ITS is 1.
%
%
www.eeworm.com/read/203062/15366766
pro physics.pro
##############################################################
# Automatically generated by qmake (1.01a) Mon Jun 10 17:40:05 2002
##############################################################
TEMPL