代码搜索:Solver
找到约 5,733 项符合「Solver」的源代码
代码结果 5,733
www.eeworm.com/read/359177/10162295
txt simsetparameters.txt
Solver: [ 'VariableStepDiscrete' |
'ode45' | 'ode23' | 'ode113' | 'ode15s' | 'ode23s' |
'FixedStepDiscrete' |
'ode5' | 'ode4' | 'od
www.eeworm.com/read/459044/7283820
txt simsetparameters.txt
Solver: [ 'VariableStepDiscrete' |
'ode45' | 'ode23' | 'ode113' | 'ode15s' | 'ode23s' |
'FixedStepDiscrete' |
'ode5' | 'ode4' | 'od
www.eeworm.com/read/452718/7434219
readme
MUSoSu is a sudoku generator/solver created in Java with a swing GUI
MUSoSu is free software licenced with GNU GPL v3. See LICENCE file for more details.
INSTALL
*********
MUSoSu is platform independ
www.eeworm.com/read/153044/12064387
m fps.m
function u = fps(p, isSlope, dx, dy)
% fps -- Fast Poisson solver with boundary values.
% fps(p) solves laplacian(u) = p for u, assuming the
% boundary values are given along the perimeter of
%
www.eeworm.com/read/340730/12137810
m basic_fullvector.m
% This example shows how to calculate and plot both the
% fundamental eigenmodes of an example 3-layer ridge waveguide
% using the full-vector eigenmode solver.
% Refractive indices:
n1 = 3.34
www.eeworm.com/read/216898/14986985
cpp cfd.cpp
/*
* This is a small 4th-order Computational Fluid Dynamics solver. It
* illustrates multicomponent arrays (i.e. vector fields) and stencil
* objects. It is implemented in "C++Tran" style for sim
www.eeworm.com/read/486215/1253078
cpp main.cpp
#include
#include
#include
// include header file with the differential equations
#include "dgl.h"
// include declaration and implementation of the ODE solver, based
www.eeworm.com/read/349580/3142670
readme
This simple test program demonstrates how to implement a PDE solver
with DOLFIN.
The problem first needs to be stated in variational form: Find u in V
such that
a(v, u) = L(v) for all v in V.
www.eeworm.com/read/294219/3918981
cc gridvector.cc
#include
namespace flens {
//== GridVector1D ==============================================================
GridVector1D::GridVector1D()
: rh(0)
{
}
Gr
www.eeworm.com/read/294069/3920562
cpp main.cpp
#include
#include
#include
// include header file with the differential equations
#include "dgl.h"
// include declaration and implementation of the ODE solver, based