Interface IModelBoundaryConditions

    Boundary conditions

    interface IModelBoundaryConditions {
        done?: boolean;
        error?: string | Error;
        index: number;
        title: string;
        [type: string]:
            | boolean
            | number
            | string
            | Error
            | IModelTypedBoundaryCondition
            | undefined;
    }

    Hierarchy (view full)

    Indexable

    Properties

    Properties

    done?: boolean
    error?: string | Error
    index: number
    title: string

    Generated using TypeDoc and TypeDoc Airthium Plugin