代码搜索:CPML
找到约 129 项符合「CPML」的源代码
代码结果 129
www.eeworm.com/read/461241/7231199
m define_problem_space_parameters.m
disp('defining the problem space parameters');
% maximum number of time steps to run FDTD simulation
number_of_time_steps = 3000;
% A factor that determines duration of a time step
% wrt CFL
www.eeworm.com/read/461241/7231203
m define_problem_space_parameters.m
disp('defining the problem space parameters');
% maximum number of time steps to run FDTD simulation
number_of_time_steps = 1000;
% A factor that determines duration of a time step
% wrt CFL
www.eeworm.com/read/439863/7700165
f90 pmlkk.f90
!***********************************************************************
! 3-D FDTD code with CPML absorbing boundary conditions
!****************************************************************
www.eeworm.com/read/400189/11581674
asv untitled.asv
%***********************************************************************
% 2-D FDTD code with CPML absorbing boundary conditions
%****************************************************************
www.eeworm.com/read/400189/11581675
m untitled.m
%***********************************************************************
% 2-D FDTD code with CPML absorbing boundary conditions
%****************************************************************
www.eeworm.com/read/400187/11581679
m threedimensional_fdtdcpml.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FDTD_3D_CPML
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear;
clear all;
clc;
www.eeworm.com/read/493475/6393971
c cpmlfdtd3d.c
/*******************************************************************
// 3-D FDTD code with CPML absorbing boundary conditions - Dipole
//****************************************************
www.eeworm.com/read/461256/7231077
br tm2d.br
//-----------------------------------------
// TM2D.br
// Simple 2D TM FDTD GPU Implementation
// With CPML Boundaries
// Matthew J. Inman and Atef Z. Elsherbeni
// July 2007
//-----------------
www.eeworm.com/read/493495/6394521
m calc_the_reflection.m
load cos_gaussian_12GHz_Bandwidth24GHz_ref18.mat
load cos_gaussian_12GHz_Bandwidth24GHz_spml18.mat
load cos_gaussian_12GHz_Bandwidth24GHz_upml18.mat
load cos_gaussian_12GHz_Bandwidth24GHz_cpml18.mat
l