代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/400650/2347959
h diff_system.h
// $Id: diff_system.h 2789 2008-04-13 02:24:40Z roystgnr $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software;
www.eeworm.com/read/400650/2348719
c diff_solver.c
#include "diff_solver.h"
#include "newton_solver.h"
DiffSolver::DiffSolver (sys_type& s)
: quiet(true),
max_linear_iterations(1000),
max_nonlinear_iterations(100),
continue_af
www.eeworm.com/read/400650/2348723
c diff_system.c
#include "diff_system.h"
#include "dof_map.h"
#include "numeric_vector.h"
#include "time_solver.h"
DifferentiableSystem::DifferentiableSystem
(EquationSystems& es,
www.eeworm.com/read/400184/2354621
diff ode.cpp.diff
212,230d211
< /******************** breakable joint contribution ***********************/
< dxJoint* nextJ;
< if (!world->firstjoint)
< nextJ = 0;
< else
< nextJ = (dxJoint*)world->fir
www.eeworm.com/read/400184/2354622
diff step.cpp.diff
966,1066c966,989
< /******************** breakable joint contribution ***********************/
< // this saves us a few dereferences
< dxJointBreakInfo *jBI = joint[i]->breakInfo;
< // we
www.eeworm.com/read/400184/2354623
diff joint.h.diff
61,70d60
< /******************** breakable joint contribution ***********************/
< struct dxJointBreakInfo : public dBase {
< int flags;
< dReal b1MaxF[3]; // maximum force on body 1
< dReal
www.eeworm.com/read/400184/2354624
diff common.h.diff
208,227d207
< /******************** breakable joint contribution ***********************/
< /* joint break callback function */
< typedef void dJointBreakCallback (dJointID joint);
<
< /* joint break
www.eeworm.com/read/400184/2354625
diff stepfast.cpp.diff
587,598c587,593
< /******************** breakable joint contribution ***********************/
< // this saves us a few dereferences
< dxJointBreakInfo *jBI = joint->breakInfo;
< // we need jo
www.eeworm.com/read/400184/2354627
diff objects.h.diff
168,179d167
< /******************** breakable joint contribution ***********************/
< void dJointSetBreakable (dJointID, int b);
< void dJointSetBreakCallback (dJointID, dJointBreakCallback *cal
www.eeworm.com/read/400184/2354628
diff joint.cpp.diff
2659,2804d2658
<
< /******************** breakable joint contribution ***********************/
< extern "C" void dJointSetBreakable (dxJoint *joint, int b) {
< dAASSERT(joint);
< if (b) {
< /