diff-grok - v1.3.0
    Preparing search index...

    Interface ParsedModel

    interface ParsedModel {
        argument: { entries: AnnotatedLine[]; name: string; stageName?: string };
        comment?: string;
        constants: AnnotatedLine[];
        description?: string;
        equations: FormulaLine[];
        expressions: FormulaLine[];
        inits: AnnotatedLine[];
        loops: LoopBlock[];
        name?: string;
        output: OutputLine[];
        parameters: AnnotatedLine[];
        solverMeta?: string;
        tolerance?: string;
        updates: UpdateBlock[];
    }
    Index

    Properties

    argument: { entries: AnnotatedLine[]; name: string; stageName?: string }
    comment?: string
    constants: AnnotatedLine[]
    description?: string
    equations: FormulaLine[]
    expressions: FormulaLine[]
    inits: AnnotatedLine[]
    loops: LoopBlock[]
    name?: string
    output: OutputLine[]
    parameters: AnnotatedLine[]
    solverMeta?: string
    tolerance?: string
    updates: UpdateBlock[]