Skip to content

Default clock sequence #275

Description

@subhacom

In older versions, one needed to set the timestep (dt) for the various clock ticks and assign them to specific function (process/init) in classes/objects selected by wildcard in order to run things in a desired order.

The setDefaultDt and assignDefaultTicks in moose.utility submodule were written by Aditya (Gilra) and others as wrappers over setClock and useClock to facilitate this.

IIRC, there were plans to automate the setup and assignment of these clockticks. However, if I try to simulate the cells from Traub 2005 model now, I get flat lines, which is usually a symptom of incorrect/absent clocktick assignment. The useClock and setClock docs do not seem to have changes. So I am wondering what is the ideal way to setup clockticks now.

Also, the moose.utility submodule has become disfunctional now as it uses the parser module, which has been deprecated.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions