Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Issues
  • #4867

Closed
Open
Created Apr 11, 2019 by James Willenbring@jmwilleMaintainer0 of 3 tasks completed0/3 tasks

Tempus: Add Stepper Capability to Initialize Within Individual Set Calls

Created by: ccober6

One path for Stepper construction is to start with a default constructor and then use set* methods to specify parameters, and features of the Stepper for the current problem. After this the Stepper needs to call initialize() to finish the changes.

Here we would like to have each set function optional call initialize() internally, so that it is less likely to forget the initialize() call before starting the time integration.

@trilinos/tempus

Expectations

Have the ability to call initialize within each set function, and multiple calls initialize is possible.

Definition of Done

  • Add optional calls to initialize from within set functions.
  • Pass all tests.
  • Add test(s) illustrating functionality.
Assignee
Assign to
Time tracking