Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • 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
  • #2228

Closed
Open
Created Feb 08, 2018 by James Willenbring@jmwilleMaintainer0 of 3 tasks completed0/3 tasks

Tempus: update TSC documention for TSCS ordering issue

Created by: sconde

Using Time Step Control Strategy (TSCS) allows for applications to define their very own time step control strategy and add it to a vector of strategies and the Time Step Control will iterate and call each strategy. Essentially, this could be an and case if each strategies does a min with the step size dt = metaData->getDt() and a new computed step size dt_new before updating the step size with metaData->setDt( DT ).

If the application wanted an or case, they can just appropriately update the metaData->setDt(dt). The TSC, after calling all the TSCS, gets the updated dt by calling metaData->getDt().

Note the ordering in the Time Step Control Strategy List (is important). A final TSCS that is called last can get just negate all previous TSCS updates.

The documentation needs to be updated to make this clear.

@trilinos/tempus

Assignee
Assign to
Time tracking