Skip to content

SimpleTimeIntegrator NoLogOutput observer #9

@parnet

Description

@parnet

m_bNoLogOut see seems to be a variable that defines whether something should be logged to the terminal or not
in the class SimpleTimeIntegrator in the function apply_single_stage this variable is used to decide if a observer should be called.
is this intended behaviour or maybe a bug or bad design?

if(!base_type::m_bNoLogOut) {
 this->notify_finalize_step(u1, /*uold, */step, t, dt);
 } 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions