Tanatloc documentation
    Preparing search index...
    default: {
        About: FunctionComponent<IProps>;
        BoundaryConditions: FunctionComponent<Props>;
        Geometry: FunctionComponent<IProps>;
        Initialization: FunctionComponent<IProps>;
        Materials: FunctionComponent<Props>;
        Parameters: FunctionComponent<IProps>;
        Postprocessing: FunctionComponent<IProps>;
        Run: FunctionComponent<IProps>;
        Selector: FunctionComponent<ISelectorProps>;
        Updater: FunctionComponent<IUpdaterProps>;
    } = ...

    Type Declaration

    • About: FunctionComponent<IProps>

      About

      Props

      About

    • BoundaryConditions: FunctionComponent<Props>

      Boundary conditions

      Props

      BoundaryConditions

    • Geometry: FunctionComponent<IProps>

      Geometry

      Props

      Geometry

    • Initialization: FunctionComponent<IProps>

      Initialization

      Props

    • Materials: FunctionComponent<Props>

      Materials

      Props

      Materials

    • Parameters: FunctionComponent<IProps>

      Parameters

      Props

      Parameters

    • Postprocessing: FunctionComponent<IProps>

      Postprocessing

      Props

      Postprocessing

    • Run: FunctionComponent<IProps>

      Run

      Props

    • Selector: FunctionComponent<ISelectorProps>

      Simulation Selector

      Props

      Simulation.Selector

    • Updater: FunctionComponent<IUpdaterProps>

      Simulation Updater

      Props

      Simulation.Updater