User Guide
kinetic_block_visitor.hpp File Reference

Visitor for kinetic block statements More...

Detailed Description

Visitor for kinetic block statements

Definition in file kinetic_block_visitor.hpp.

#include <memory>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include "visitors/ast_visitor.hpp"

Go to the source code of this file.

Classes

class  nmodl::visitor::KineticBlockVisitor
 Visitor for kinetic block statements More...
 
struct  nmodl::visitor::KineticBlockVisitor::RateEqs
 stochiometric matrices nu_L, nu_R forwards/backwards fluxes k_f, k_b (see kinetic_schemes.ipynb notebook for details) More...
 

Namespaces

 nmodl
 encapsulates code generation backend implementations
 
 nmodl::visitor
 Implementation of different AST visitors.