代码搜索:meshless
找到约 22 项符合「meshless」的源代码
代码结果 22
www.eeworm.com/read/382633/9014604
m meshless.m
% Nodes generation. Only uniformly distributed nodes
% number of nodes along two directions
nnx = 5;
nny = 5;
numnode = nnx*nny ;
% domain dimension
L = 4 ;
W = 4 ;
% node generation
no
www.eeworm.com/read/382633/9014737
asv meshless.asv
% Nodes generation. Only uniformly distributed nodes
% number of nodes along two directions
nnx = 5;
nny = 5;
numnode = nnx*nny ;
% domain dimension
L = 4 ;
W = 4 ;
% node generation
no
www.eeworm.com/read/287644/8676974
txt meshless_mlpg.txt
% MLPG1D - A PROGRAM FOR SOLVING 1D ELASTOSTATIC PROBLEM: A BAR OF UNIT LENGTH SUBJECTED TO
% LINEAR BODY FORCE. THE LEFT END OF THE BAR IS FIXED AND THE RIGHT FREE.
% THE ANALYT
www.eeworm.com/read/287643/8676980
txt meshless_efg.txt
%
% GBMM1D - ONE DIMENSIONAL Galerkin-based MESHLESS PROGRAM FOR SOLVING A 1D BAR OF UNIT LENGTH
% SUBJECTED TO A LINEAR BODY FORCE OF MAGNITUDE X WHOSE EXACT SOLUTION IS GIVEN BY
%
www.eeworm.com/read/436528/7768523
txt meshless_input.txt
# meshless.inp
#
# A simple example of input commands to the MESHLESS program.
#
m = 3
n = 40
density_function = 1
basis_make
1
1
basis_overlap
basis_plot
basis_write
quit
www.eeworm.com/read/436528/7768524
f90 meshless.f90
program main
!*****************************************************************************80
!
!! MAIN is the main program for the meshless basis function routines.
!
! Licensing:
!
! This code
www.eeworm.com/read/267653/11169981
f90 meshless.f90
program main
!*****************************************************************************80
!
!! MAIN is the main program for the meshless basis function routines.
!
! Modified:
!
! 14 April 20
www.eeworm.com/read/200434/15433450
m meshless_curve_reconstruction.m
function [I,t] = meshless_curve_reconstruction(c, phi,R)
% meshless_curve_reconstruction - reconstruct a curve from point cloud.
%
% [I,t] = meshless_curve_reconstruction(c, phi, R);
%
% I
www.eeworm.com/read/200434/15433441
m meshless_closed_curve_reconstruction.m
function I = meshless_closed_curve_reconstruction(c,R)
% meshless_closed_curve_reconstruction - reconstruct a closed curve from point cloud.
%
% I = meshless_curve_reconstruction(c, R);
%
%
www.eeworm.com/read/200434/15433452
entries
/compute_cuvilinear_abscice.m/1.1/Mon Jun 14 14:05:26 2004//
/extract_contour.m/1.1/Mon May 10 15:11:34 2004//
/extract_curves.m/1.1/Mon Jun 28 12:53:01 2004//
/integrate_along_curve.m/1.1/Mon Jul