Home
last modified time | relevance | path

Searched refs:prdrep (Results 1 – 5 of 5) sorted by relevance

/dports/science/smoldyn/smoldyn-2.67/source/Smoldyn/
H A Dsmolreact.c550 rxn->prdrep=NULL; in rxnalloc()
599 free(rxn->prdrep); in rxnfree()
1823 if(templ->prdrep) in RxnSetValuePattern()
1970 if(!rxn->prdrep) { in RxnSetRepresentationRules()
1972 if(!rxn->prdrep) return 1; in RxnSetRepresentationRules()
1973 rxn->prdrep[0]=SRparticle; in RxnSetRepresentationRules()
1975 rxn->prdrep[prd]=SRparticle; } in RxnSetRepresentationRules()
1979 free(rxn->prdrep); in RxnSetRepresentationRules()
1981 rxn->prdrep=NULL; in RxnSetRepresentationRules()
1987 rxn->prdrep[prd]=prdrep[prd]; in RxnSetRepresentationRules()
[all …]
H A Dsmoldyn.h383 enum SpeciesRepresentation* prdrep; // product particle/lattice [prd] member
H A Dsmolrule.c300 if(rxn->rctrep || rxn->prdrep) simLog(sim,2," representation rules"); in ruleoutput()
H A Dsmoldynfuncs.h180 …r rxn,int order,const enum SpeciesRepresentation *rctrep,const enum SpeciesRepresentation *prdrep);
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/
H A Dnsvc.cpp246 if (reaction->prdrep != NULL) to_particle = (reaction->prdrep[i] == SRparticle); in nsv_add_reaction()