代码搜索:refinement
找到约 474 项符合「refinement」的源代码
代码结果 474
www.eeworm.com/read/141297/5773852
c simpson.c
/* -*- c -*- */
#include
#include
#define EPS (1.0e-5)
#define JMAX 16
/*
* Compute the Nth stage of refinement of an extended trapezoidal
* rule. FUNC is input as a pointer to
www.eeworm.com/read/259756/11768564
m simple.m
function simple
% SIMPLE solves Poisson equation with Dirichlet boundaray condition in a
% L-shaped domain with FEM using uniform mesh refinement.
%
% L. Chen & C. Zhang 10-16-2006
%---------------
www.eeworm.com/read/233811/14134552
c mfm2.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* mfm2.c
*
* This file contains code that implements the edge-based FM refinement
*
* Started 7/23/97
* George
*
* $Id: mfm2.c,v
www.eeworm.com/read/234510/4658836
c mfm2.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* mfm2.c
*
* This file contains code that implements the edge-based FM refinement
*
* Started 7/23/97
* George
*
* $Id: mfm2.c,v
www.eeworm.com/read/309003/3708290
m toon0511.m
% toon0511 -- Lincoln Refinement Scheme
%
% Show a 32x32 image of Abraham Lincoln.
%
HonestAbe = ReadImage('Lincoln');
CrudeAbe = HCoarsen2d(HonestAbe,1);
%
image(CrudeAbe);
axis('image')
www.eeworm.com/read/294947/3914352
c simpson.c
/* -*- c -*- */
#include
#include
#define EPS (1.0e-5)
#define JMAX 16
/*
* Compute the Nth stage of refinement of an extended trapezoidal
* rule. FUNC is input as a pointer to
www.eeworm.com/read/400650/2348463
c mfm2.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* mfm2.c
*
* This file contains code that implements the edge-based FM refinement
*
* Started 7/23/97
* George
*
* $Id: mfm2.c 2
www.eeworm.com/read/373367/2764465
c simpson.c
/* -*- c -*- */
#include
#include
#define EPS (1.0e-5)
#define JMAX 16
/*
* Compute the Nth stage of refinement of an extended trapezoidal
* rule. FUNC is input as a pointer to
www.eeworm.com/read/201202/15413544
sci ddrefine.sci
function a2 = DDRefine(a,D,Filter,LEF,REF)
// DDRefine -- Deslauriers-Dubuc Refinement Scheme
// Usage
// fine = DDRefine(coarse,D,Filter,LEF,REF)
// Inputs
// coarse 1-d signal at a c
www.eeworm.com/read/320625/13421053
html wzpointtest.html
WZ 1.0 - Points
Points
Points are often used: in WZ for the definition of a wzeometry,
in IBG for refinement criteria.
#include "wzpo