Home
last modified time | relevance | path

Searched defs:reaction (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/dports/science/cdk/cdk-cdk-2.3/base/test-interfaces/src/test/java/org/openscience/cdk/interfaces/
H A DAbstractReactionTest.java39 IReaction reaction = (IReaction) newChemObject(); in testGetReactantCount() local
47 IReaction reaction = (IReaction) newChemObject(); in testGetProductCount() local
55 IReaction reaction = (IReaction) newChemObject(); in testAddReactant_IAtomContainer() local
74 IReaction reaction = (IReaction) newChemObject(); in testSetReactants_IAtomContainerSet() local
90 IReaction reaction = (IReaction) newChemObject(); in testAddReactant_IAtomContainer_Double() local
101 IReaction reaction = (IReaction) newChemObject(); in testAddProduct_IAtomContainer() local
120 IReaction reaction = (IReaction) newChemObject(); in testSetProducts_IAtomContainerSet() local
136 IReaction reaction = (IReaction) newChemObject(); in testAddProduct_IAtomContainer_Double() local
147 IReaction reaction = (IReaction) newChemObject(); in testAddAgent_IAtomContainer() local
155 IReaction reaction = (IReaction) newChemObject(); in testGetReactantCoefficient_IAtomContainer() local
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/python/fbc/
H A Dfbc_example1.py147 reaction = model.createReaction() variable
160 reaction = model.createReaction() variable
173 reaction = model.createReaction() variable
186 reaction = model.createReaction() variable
199 reaction = model.createReaction() variable
212 reaction = model.createReaction() variable
225 reaction = model.createReaction() variable
238 reaction = model.createReaction() variable
251 reaction = model.createReaction() variable
264 reaction = model.createReaction() variable
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/test-standard/src/test/java/org/openscience/cdk/tools/manipulator/
H A DReactionManipulatorTest.java60 private IReaction reaction; field in ReactionManipulatorTest
79 Reaction reaction = new Reaction(); in testReverse_IReaction() local
95 Reaction reaction = new Reaction(); in testGetAllIDs_IReaction() local
117 IReaction reaction = builder.newInstance(IReaction.class); in testGetMappedChemObject_IReaction_IAtom() local
147 IReaction reaction = builder.newInstance(IReaction.class); in testGetMappedChemObject_IReaction_IBond() local
228 IReaction reaction = builder.newInstance(IReaction.class); in testRemoveElectronContainer_IReaction_IElectronContainer() local
249 IReaction reaction = builder.newInstance(IReaction.class); in testRemoveAtomAndConnectedElectronContainers_IReaction_IAtom() local
269 IReaction reaction = builder.newInstance(IReaction.class); in testGetAllMolecules_IReaction() local
280 IReaction reaction = builder.newInstance(IReaction.class); in testGetAllProducts_IReaction() local
291 IReaction reaction = builder.newInstance(IReaction.class); in testGetAllReactants_IReaction() local
[all …]
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/
H A DThermoModelsReaction.cpp18 Reaction reaction; member
28 ReactionDolejsManning10::ReactionDolejsManning10(const Reaction &reaction) in ReactionDolejsManning10()
49 Reaction reaction; member
59 ReactionFrantzMarshall::ReactionFrantzMarshall(const Reaction &reaction) in ReactionFrantzMarshall()
80 Reaction reaction; member
90 ReactionRyzhenkoBryzgalin::ReactionRyzhenkoBryzgalin(const Reaction &reaction) in ReactionRyzhenkoBryzgalin()
111 Reaction reaction; member
121 Reaction_LogK_fT::Reaction_LogK_fT(const Reaction &reaction) in Reaction_LogK_fT()
142 Reaction reaction; member
176 Reaction reaction; member
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/standard/src/main/java/org/openscience/cdk/tools/manipulator/
H A DReactionManipulator.java59 public static int getAtomCount(IReaction reaction) { in getAtomCount()
76 public static int getBondCount(IReaction reaction) { in getBondCount()
147 public static IAtomContainerSet getAllMolecules(IReaction reaction) { in getAllMolecules()
163 public static IAtomContainerSet getAllProducts(IReaction reaction) { in getAllProducts()
178 public static IAtomContainerSet getAllReactants(IReaction reaction) { in getAllReactants()
187 public static IAtomContainerSet getAllAgents(IReaction reaction) { in getAllAgents()
202 public static IReaction reverse(IReaction reaction) { in reverse()
229 public static List<IAtomContainer> getAllAtomContainers(IReaction reaction) { in getAllAtomContainers()
233 public static List<String> getAllIDs(IReaction reaction) { in getAllIDs()
276 public static List<IChemObject> getAllChemObjects(IReaction reaction) { in getAllChemObjects()
[all …]
/dports/science/cdk/cdk-cdk-2.3/display/renderextra/src/main/java/org/openscience/cdk/renderer/
H A DReactionRenderer.java160 public void setup(IReaction reaction, Rectangle screen) { in setup()
175 public void setScale(IReaction reaction) { in setScale()
185 public Rectangle paint(IReaction reaction, IDrawVisitor drawVisitor) { in paint()
208 …public void paint(IReaction reaction, IDrawVisitor drawVisitor, Rectangle2D bounds, boolean resetC… in paint()
225 public Rectangle calculateDiagramBounds(IReaction reaction) { in calculateDiagramBounds()
248 public IRenderingElement generateDiagram(IReaction reaction) { in generateDiagram()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/pvprotection/
H A Dpv_protection_controller_test.go43 type reaction struct { struct
44 verb string
45 resource string
46 reactorfn clienttesting.ReactionFunc
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/
H A Dgfc3d_solvers_wr.c40 void gfc3d_nsgs_wr(GlobalFrictionContactProblem* problem, double *reaction, double *velocity, doub… in gfc3d_nsgs_wr()
84 void gfc3d_admm_wr(GlobalFrictionContactProblem* problem, double *reaction, double *velocity, doub… in gfc3d_admm_wr()
114 …mooth_Newton_AlartCurnier_wr(GlobalFrictionContactProblem* problem, double *reaction, double *velo… in gfc3d_nonsmooth_Newton_AlartCurnier_wr()
147 void gfc3d_nsgs_velocity_wr(GlobalFrictionContactProblem* problem, double *reaction, double *veloc… in gfc3d_nsgs_velocity_wr()
175 void gfc3d_proximal_wr(GlobalFrictionContactProblem* problem, double *reaction, double *velocity, … in gfc3d_proximal_wr()
204 void gfc3d_DeSaxceFixedPoint_wr(GlobalFrictionContactProblem* problem, double *reaction, double *v… in gfc3d_DeSaxceFixedPoint_wr()
232 void gfc3d_TrescaFixedPoint_wr(GlobalFrictionContactProblem* problem, double *reaction, double *ve… in gfc3d_TrescaFixedPoint_wr()
H A Dfc3d_Path.c40 void F_GlockerPath(void* env, int sizeF, double* reaction, double* FVector) in F_GlockerPath()
57 void jacobianF_GlockerPath(void* env, int sizeF, double* reaction, NumericsMatrix* jacobianFMatrix) in jacobianF_GlockerPath()
92 int fc3d_Path_solve(FrictionContactProblem * localproblem, double* reaction, SolverOptions * option… in fc3d_Path_solve()
121 void fc3d_Path_computeError(int n, double* velocity, double* reaction, double * error) in fc3d_Path_computeError()
H A Drolling_fc2d_nsgs.c137 RollingFrictionContactProblem *localproblem, double *reaction, in solveLocalReaction()
174 double *reaction, double localreaction[3]) in acceptLocalReactionFiltered()
195 double *reaction, double localreaction[3]) in acceptLocalReactionUnconditionally()
201 double calculateLightError(double light_error_sum, unsigned int nc, double *reaction) in calculateLightError()
217 double *reaction, double *velocity, in calculateFullErrorAdaptiveInterval()
245 double *reaction, double *velocity, double tolerance, in calculateFullErrorFinal()
295 double *reaction, double *velocity, in determine_convergence_with_full_final()
344 double *reaction, double *velocity, double error) in statsIterationCallback()
358 void rolling_fc2d_nsgs(RollingFrictionContactProblem* problem, double *reaction, in rolling_fc2d_nsgs()
H A Dfc3d_nsgs.c69 …ctionContactProblem* problem, FrictionContactProblem* localproblem, double * reaction, SolverOptio… in fc3d_nsgs_update()
290 FrictionContactProblem *localproblem, double *reaction, in solveLocalReaction()
346 double *reaction, double localreaction[3]) in acceptLocalReactionFiltered()
405 double *reaction, double localreaction[3]) in acceptLocalReactionUnconditionally()
411 double calculateLightError(double light_error_sum, unsigned int nc, double *reaction, double * norm… in calculateLightError()
424 double *reaction, double *velocity, in calculateFullErrorAdaptiveInterval()
452 double *reaction, double *velocity, double tolerance, in calculateFullErrorFinal()
502 double *reaction, double *velocity, in determine_convergence_with_full_final()
551 double *reaction, double *velocity, double error) in statsIterationCallback()
565 void fc3d_nsgs(FrictionContactProblem* problem, double *reaction, in fc3d_nsgs()
H A Drolling_fc3d_nsgs.c154 RollingFrictionContactProblem *localproblem, double *reaction, in solveLocalReaction()
207 double *reaction, double localreaction[5]) in acceptLocalReactionFiltered()
228 double *reaction, double localreaction[5]) in acceptLocalReactionUnconditionally()
234 double calculateLightError(double light_error_sum, unsigned int nc, double *reaction, double * norm… in calculateLightError()
250 double *reaction, double *velocity, in calculateFullErrorAdaptiveInterval()
278 double *reaction, double *velocity, double tolerance, in calculateFullErrorFinal()
328 double *reaction, double *velocity, in determine_convergence_with_full_final()
377 double *reaction, double *velocity, double error) in statsIterationCallback()
391 void rolling_fc3d_nsgs(RollingFrictionContactProblem* problem, double *reaction, in rolling_fc3d_nsgs()
H A Dfc3d_nonsmooth_Newton_AlartCurnier2.c53 static void FC3D_compute_F(void* data_opaque, double* reaction, double* velocity) in FC3D_compute_F()
61 static void FC3D_compute_error(void* data_opaque, double* reaction, double* velocity, double* Jac_F… in FC3D_compute_error()
69 static void FC3D_compute_F_merit(void* data_opaque, double* reaction, double* velocity, double* F) in FC3D_compute_F_merit()
79 static void FC3D_compute_AWpB(void* data_opaque, double* reaction, double* velocity, double* workV1… in FC3D_compute_AWpB()
96 double *reaction, in fc3d_nonsmooth_Newton_AlartCurnier2()
/dports/devel/directfb/DirectFB-1.4.17/wm/unique/
H A Dinput_channel.c128 Reaction *reaction ) in unique_input_channel_attach()
137 Reaction *reaction ) in unique_input_channel_detach()
148 GlobalReaction *reaction ) in unique_input_channel_attach_global()
157 GlobalReaction *reaction ) in unique_input_channel_detach_global()
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/test/
H A Dtest_projection.c12 static double orthogonality(double * reaction, double * reaction_ori) in orthogonality()
22 static double compute_diff(double * reaction, double * reaction_again) in compute_diff()
33 static int test_projection(double * reaction, double mu, double mur) in test_projection()
69 double reaction[5]; in main() local
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/ChemReactions/
H A DtestReactionFingerprints.cpp53 std::string reaction, reactionq; in testStructuralFingerprintsReaction() local
93 std::string reaction, reactionq; in testStructuralFingerprintsReaction() local
135 std::string reaction, reactionq, reactionq2; in testStructuralFingerprintsReaction() local
187 std::string reaction, reactionq, reactionq2; in testStructuralFingerprintsReaction() local
237 std::string reaction, reactionq, reactionq2; in testStructuralFingerprintsReaction() local
296 std::string reaction, reactionq, reactionq2; in testStructuralFingerprintsReaction() local
332 std::string reaction, reactionq, reactionq2; in testStructuralFingerprintsReaction() local
366 std::string reaction, reactionq, reactionq2; in testStructuralFingerprintsReaction() local
399 std::string reaction, reactionq, reactionq2; in testStructuralFingerprintsReaction() local
433 std::string reaction, reactionq, reactionq2; in testStructuralFingerprintsReaction() local
[all …]
/dports/science/cdk/cdk-cdk-2.3/display/renderbasic/src/test/java/org/openscience/cdk/renderer/
H A DBoundsCalculatorTest.java96 IReaction reaction = container.getBuilder().newInstance(IReaction.class); in testCalculateBounds_IReactionSet_SingleAtom() local
112 IReaction reaction = container.getBuilder().newInstance(IReaction.class); in testCalculateBounds_IReactionSet() local
158 IReaction reaction = container.getBuilder().newInstance(IReaction.class); in testCalculateBounds_IReaction_SingleAtom() local
172 IReaction reaction = container.getBuilder().newInstance(IReaction.class); in testCalculateBounds_IReaction() local
/dports/databases/adabase/AdaBase-3.1/src/loggers/
H A Dadabase-logger-base-file.adb12 procedure reaction (listener : File_Logger) subprogram
36 end reaction; argument
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/EM/TriggerCondition/
H A DAddressCondition430.h57 virtual void addReaction(TriggerReaction reaction) { TriggerCondition430::addReaction(reaction); } in addReaction()
58 …virtual void removeReaction(TriggerReaction reaction) { TriggerCondition430::removeReaction(reacti… in removeReaction()
H A DDataValueCondition430.h57 virtual void addReaction(TriggerReaction reaction) { TriggerCondition430::addReaction(reaction); } in addReaction()
58 …virtual void removeReaction(TriggerReaction reaction) { TriggerCondition430::removeReaction(reacti… in removeReaction()
H A DRegisterCondition430.h58 virtual void addReaction(TriggerReaction reaction) { TriggerCondition430::addReaction(reaction); } in addReaction()
59 …virtual void removeReaction(TriggerReaction reaction) { TriggerCondition430::removeReaction(reacti… in removeReaction()
H A DSoftwareTriggerCondition430.h54 virtual void addReaction(TriggerReaction reaction) { throw EM_NotSupportedException(); } in addReaction()
55 virtual void removeReaction(TriggerReaction reaction) { throw EM_NotSupportedException(); } in removeReaction()
H A DAddressRangeCondition430.h61 virtual void addReaction(TriggerReaction reaction) { TriggerCondition430::addReaction(reaction); } in addReaction()
62 …virtual void removeReaction(TriggerReaction reaction) { TriggerCondition430::removeReaction(reacti… in removeReaction()
H A DDataRangeCondition430.h60 virtual void addReaction(TriggerReaction reaction) { TriggerCondition430::addReaction(reaction); } in addReaction()
61 …virtual void removeReaction(TriggerReaction reaction) { TriggerCondition430::removeReaction(reacti… in removeReaction()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/volume/pvcprotection/
H A Dpvc_protection_controller_test.go42 type reaction struct { struct
43 verb string
44 resource string
45 reactorfn clienttesting.ReactionFunc

12345678910>>...30