代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/449771/7496685
m fluidflowg.m
function [x,y]=FluidFlowg(bs,s)
%FLUIDFLOWG Gives geometry data for the FluidFlowg PDE model.
%
% NE=FLUIDFLOWG gives the number of boundary segments
%
% D=FLUIDFLOWG(BS) gives a matrix with one c
www.eeworm.com/read/449771/7496690
m poissong.m
function [x,y]=poissong(bs,s)
%POISSONG Gives geometry data for the poissong PDE model.
%
% NE=POISSONG gives the number of boundary segments
%
% D=POISSONG(BS) gives a matrix with one column for
www.eeworm.com/read/449771/7496693
m heatcondg.m
function [x,y]=heatcondg(bs,s)
%HEATCONDG Gives geometry data for the heatcondg PDE model.
%
% NE=HEATCONDG gives the number of boundary segments
%
% D=HEATCONDG(BS) gives a matrix with one column
www.eeworm.com/read/436618/7766895
m fdtd_solve.m
% initialize the matlab workspace
clear all; close all; clc;
% define the problem
define_problem_space_parameters;
define_geometry;
define_sources_and_lumped_elements;
define_output_parameter