代码搜索:nonlinear
找到约 2,099 项符合「nonlinear」的源代码
代码结果 2,099
www.eeworm.com/read/422520/2037088
m estimate_projective_nonlinear.m
%SURFmex example function
% Petter Strandmark 2008
% petter.strandmark@gmail,com
function Hend = estimate_projective_nonlinear(Po,Pt,H)
h0 = [H(1,1); H(1,2); H(1,3);
H(2,1);
www.eeworm.com/read/407519/2262522
form nonlinear2d.form
# The nonlinear term of the Navier-Stokes equations
element = VectorElement("Lagrange", "triangle", 3)
v = TestFunction(element)
u = TrialFunction(element)
w = Function(element)
a = v[i]*w[j]*u[i].
www.eeworm.com/read/407519/2262526
h nonlinear2d.h
// This code conforms with the UFC specification version 1.0
// and was automatically generated by FFC version 0.5.0.
//
// Warning: This code was generated with the option '-l dolfin'
// and contains
www.eeworm.com/read/400650/2347944
h nonlinear_implicit_system.h
// $Id: nonlinear_implicit_system.h 2501 2007-11-20 02:33:29Z benkirk $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is fre
www.eeworm.com/read/400650/2348091
h petsc_nonlinear_solver.h
// $Id: petsc_nonlinear_solver.h 2891 2008-06-25 15:25:47Z friedmud $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free
www.eeworm.com/read/400650/2348712
c nonlinear_implicit_system.c
// $Id: nonlinear_implicit_system.C 2891 2008-06-25 15:25:47Z friedmud $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is fr
www.eeworm.com/read/400650/2348912
c petsc_nonlinear_solver.c
// $Id: petsc_nonlinear_solver.C 2891 2008-06-25 15:25:47Z friedmud $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free
www.eeworm.com/read/351636/3102837
h vnl_nonlinear_minimizer.h
// This is core/vnl/vnl_nonlinear_minimizer.h
#ifndef vnl_nonlinear_minimizer_h_
#define vnl_nonlinear_minimizer_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
//
www.eeworm.com/read/351636/3102875
cxx vnl_nonlinear_minimizer.cxx
// This is core/vnl/vnl_nonlinear_minimizer.cxx
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma implementation
#endif
//:
// \file
// \author Andrew W. Fitzgibbon, Oxford RRG, 22 Aug 99
#include "v
www.eeworm.com/read/193277/8242016
m compile_nonlinear_table.m
function [linears,bilinears,nonlinears] = compile_nonlinear_table(p)
linears = find(sum(p.monomtable,2)==1);
nonlinears = find(~(sum(p.monomtable~=0,2)==1 & sum(p.monomtable,2)==1));
bilinears =