代码搜索:FEM
找到约 685 项符合「FEM」的源代码
代码结果 685
www.eeworm.com/read/267707/11168052
gif fem.gif
www.eeworm.com/read/104043/15712067
dsw fem.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/103753/15722931
gif fem.gif
www.eeworm.com/read/103194/15741762
gif fem.gif
www.eeworm.com/read/101070/15854850
dsw fem.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/431012/8713928
m fem1.m
function u=fem1(xn, alpha,beta,s, bd)
%FEM1 Finite element solver in 1D.
% FEM1 is a PDE solver using the Finite Element Method
% for one dimension.
%
% U = FEM1(XN,ALPHA,BETA,S,BD)
%
% whe
www.eeworm.com/read/431012/8713932
m fem2.m
function [u,x,y,c]=fem2(nod2xy,el2nod, alpha,beta,s, bd)
%FEM2 Finite element solver in 2D.
% FEM2 is a PDE solver using the Finite Element Method
% for two dimensions.
%
% U = FEM2(NOD2XY,EL2
www.eeworm.com/read/431012/8713938
txt readme_fem.txt
Finite Element Toolbox Ver. 2.1
===============================
Date: 2002-04-01
Author: B. Rasmus Anthin.
WHAT IS IT
----------
This is a toolbox for computing ODEs or PDEs in BVPs using FEM in
1
www.eeworm.com/read/386624/8734693
m fem1.m
function u=fem1(xn, alpha,beta,s, bd)
%FEM1 Finite element solver in 1D.
% FEM1 is a PDE solver using the Finite Element Method
% for one dimension.
%
% U = FEM1(XN,ALPHA,BETA,S,BD)
%
% whe
www.eeworm.com/read/386624/8734699
m fem2.m
function [u,x,y,c]=fem2(nod2xy,el2nod, alpha,beta,s, bd)
%FEM2 Finite element solver in 2D.
% FEM2 is a PDE solver using the Finite Element Method
% for two dimensions.
%
% U = FEM2(NOD2XY,EL2