代码搜索:Unstructured

找到约 53 项符合「Unstructured」的源代码

代码结果 53
www.eeworm.com/read/198700/7916347

txt copyright.txt

DistMesh is a collection of MATLAB functions for generation and manipulation of unstructured meshes. DistMesh is Copyright (C) 2004-2006 Per-Olof Persson. This program is free software; you can r
www.eeworm.com/read/247181/12675785

m plotfield.m

function plotfield(mesh,vals,titstr) % Creates an arrow plot of a vectorfield whose values are stored % in the vals column vector % % mesh -> Data for 2D unstructured mesh % vals -> column vector whos
www.eeworm.com/read/247181/12675842

m getinitval.m

function [nv,ev] = getinitval(mesh,vectfld) % get interpolant of initial vectorfield E0 % % mesh -> 2D unstructured mesh % vectfld -> string designating the routine providing the initial vectorfield %
www.eeworm.com/read/223553/14634608

css unx_unstr_styles.css

/* CSS FILE FOR UNSTRUCTURED BOOKS FOR UNIX */ /* Simple style sheet for FM 7.0 HTML client */ /* Styles updated on 09.26.05 by Pat Gee Best */ /* Tassos - chnages made on 8dec04 - requested by Minor
www.eeworm.com/read/223553/14634669

css unx_unstr_styles.css

/* CSS FILE FOR UNSTRUCTURED BOOKS FOR UNIX */ /* Simple style sheet for FM 7.0 HTML client */ /* Styles updated on 09.26.05 by Pat Gee Best */ /* Tassos - chnages made on 8dec04 - requested by Minor
www.eeworm.com/read/244381/12869647

m trans2_m.m

% Approximation of uncertain transfer function by unstructured % multiplicative perturbation % hold off omega = logspace(1,4,100); % % first-order fit Wm = nd2sys([0.3803 60.8973],[1.0000 599.5
www.eeworm.com/read/244381/12869692

m trans1_m.m

% Approximation of uncertain transfer function by unstructured % multiplicative perturbation % hold off omega = logspace(1,4,100); % % first-order fit Wm = nd2sys([0.3877 25.6011],[1.0000 246.3
www.eeworm.com/read/450221/7488307

m copyright.m

function copyright % Navier2d is a collection of MATLAB functions designed to solve the % incompressible Navier-Stokes equations on unstructured meshes. % Navier2d is Copyright (C) 2005-2006 Da
www.eeworm.com/read/450221/7488317

m copyright.m

function copyright % Navier2d is a collection of MATLAB functions designed to solve the % incompressible Navier-Stokes equations on unstructured meshes. % Navier2d is Copyright (C) 2005-2006 Da
www.eeworm.com/read/247181/12675810

m plotedfield.m

function plotedfield(mesh,ev,titstr) % Quiver plot of edge element vector field on midpoints of triangles % % mesh -> data structure for 2D unstructured grid % ev -> Column vector of length mesh.Ne co