代码搜索:multigrid

找到约 49 项符合「multigrid」的源代码

代码结果 49
www.eeworm.com/read/491461/1190543

jsp multigrid.jsp

www.eeworm.com/read/370207/2786898

jsp multigrid.jsp

www.eeworm.com/read/203062/15366732

cpp multigrid.cpp

/********************************************************************** see write up on multigrid **********************************************************************/ #include #includ
www.eeworm.com/read/203062/15366781

h multigrid.h

// the multigrid object #ifndef __MULTIGRID_H #define __MULTIGRID_H #include "misc.h" #include "ovector.h" #include "psolve.h" class Grid; #define NORTH 0 #define SOUTH 1 #define WEST 2 #define EAS
www.eeworm.com/read/386625/8734526

m multigrid_setup.m

%MULTIGRID_SETUP Generate the linear systems for the coarse multigrid levels % % MULTIGRID_SETUP generates the coarse-grid linear systems for the % currently defined problem. % %
www.eeworm.com/read/386625/8734609

asv multigrid_setup.asv

%MULTIGRID_SETUP Generate the linear systems for the coarse multigrid levels % % MULTIGRID_SETUP generates the coarse-grid linear systems for the % currently defined problem. % %
www.eeworm.com/read/386625/8734499

m contents.m

% MGLab V1.0 % % The Graphical User Interface % % MGLab.m % show_params.m % set_defaults.m % run.m % multigrid_setup.m % menu_header.m % menu_item.m % vers
www.eeworm.com/read/294219/3918949

cc np2d_multigrid.cc

#include #include using namespace flens; using namespace std; typedef NeumannPoisson2D MatType; typedef StaggeredGridVector2D
www.eeworm.com/read/294219/3918955

cc dp2d_multigrid.cc

#include #include using namespace flens; using namespace std; typedef DirichletPoisson2D MatType; typedef GridVector2D VecType; typedef Ga
www.eeworm.com/read/294219/3918959

cc dp1d_multigrid.cc

#include #include using namespace flens; using namespace std; typedef DirichletPoisson1D MatType; typedef GridVector1D VecType; typedef Ga