sfepy.discrete.parse_equations module

class sfepy.discrete.parse_equations.TermParse[source]
sfepy.discrete.parse_equations.collect_term(term_descs, lc)[source]
sfepy.discrete.parse_equations.create_bnf(term_descs)[source]

term_descs .. list of TermParse objects (sign, term_name, term_arg_names), where sign can be real or complex multiplier

sfepy.discrete.parse_equations.rhs(lc)[source]