Home
last modified time | relevance | path

Searched refs:fluxValue (Results 1 – 3 of 3) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/util/
H A DFbcToCobraConverter.cpp150 LocalParameter* fluxValue = law->createLocalParameter(); in createKineticLawForReaction() local
151 fluxValue->initDefaults(); in createKineticLawForReaction()
152 fluxValue->setId("FLUX_VALUE"); in createKineticLawForReaction()
153 fluxValue->setValue(0); in createKineticLawForReaction()
154 fluxValue->setUnits("dimensionless"); in createKineticLawForReaction()
/dports/math/gismo/gismo-21.12.0/extensions/gsElasticity/examples/
H A Drotor_thermalExp_2D.cpp20 real_t fluxValue = 100.; // heat flux on the north boundary in main() local
57 gsConstantFunction<> heatFlux(fluxValue,2); in main()
H A Drotor_thermalExp_2Dt.cpp23 real_t fluxValue = 100.; // heat flux on the north boundary in main() local
67 gsConstantFunction<> heatFlux(fluxValue,2); in main()