代码搜索:PRESCRIBED

找到约 28 项符合「PRESCRIBED」的源代码

代码结果 28
www.eeworm.com/read/492033/6430577

cpp dloadpd.cpp

#include "dloadpd.h" #include "global.h" #include "intools.h" /** This constructor initializes class attributes to the zero values */ dloadpd::dloadpd() { eq = NULL; var = NULL; expr[0] = '\0
www.eeworm.com/read/430320/8756381

m cbmm1d.m

% % CBMM1D - ONE DIMENSIONAL Collocation-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/271131/11005534

m extract.m

function value = Extract(line, commalimit) % This function -> % Extract: Given a line and a integer limit, this program will % extract the number after the amount of commas prescribed
www.eeworm.com/read/461012/7235836

m cbmm1d.m

% % CBMM1D - ONE DIMENSIONAL Collocation-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/241294/13158159

m lshape2.m

kappa=[0.2 0; 0 0.2]; % conductivity matrix Q=0.0; % uniform heat source num_integ_pts=1; % 1-point quadrature [fens,gcells] = targe2_mesher({... ['curve 1 line 20 0 48 0'],... [
www.eeworm.com/read/241294/13158182

m helixcooled.m

kappa=0.2*eye(3, 3); % conductivity matrix Q=0.0; % no heat source h=0.0002; num_integ_pts=1; % 1-point quadrature Width=1.45; Height = 0.4; Angle =2.5*pi; [fens,gcells] = t4block(Angle,Width,
www.eeworm.com/read/492033/6430435

h loadcase.h

#ifndef LOADCASE_H #define LOADCASE_H #include "iotools.h" class loadn; class loadel; struct ivector; /** class loadcase defines load cases in static problems JK */ class loadcase { publ
www.eeworm.com/read/492033/6430215

h bocon.h

#ifndef BOCON_H #define BOCON_H #include #include "../../GEFEL/PARSER/parser.h" class bocon { public: bocon(); ~bocon(); long read(FILE *in); long read_prop(FILE *in, long nd
www.eeworm.com/read/413179/11163913

m input_file_example2_2.m

% Input Data for Example 2.2 nsd = 2; % Number of space dimensions ndof = 2; % Number of degrees-of-freedom per node nnp = 3; % Number of nodal points nel = 2; % Nu