![]() |
User Guide
|
#include "visitors/sympy_conductance_visitor.hpp"
#include <algorithm>
#include "ast/all.hpp"
#include "pybind/pyembed.hpp"
#include "symtab/symbol.hpp"
#include "utils/logger.hpp"
#include "visitors/visitor_utils.hpp"
Go to the source code of this file.
Namespaces | |
nmodl | |
encapsulates code generation backend implementations | |
nmodl::visitor | |
Implementation of different AST visitors. | |
Functions | |
static bool | nmodl::visitor::conductance_statement_possible (const ast::BreakpointBlock &node) |
Analyse breakpoint block to check if it is safe to insert CONDUCTANCE statements. More... | |