MoReFEM
Loading...
Searching...
No Matches
Namespaces | Data Structures | Enumerations
MoReFEM::TimeManagerNS Namespace Reference

Namespace that enclose stuff related to TimeManager. More...

Namespaces

namespace  Crtp
 Placeholder namespace description needed for it to appear in Doxygen namespace list.
 
namespace  Instance
 Placeholder namespace description needed for it to appear in Doxygen namespace list.
 
namespace  Policy
 Namespace that enclose time step policies related to TimeManager.
 

Data Structures

class  TimeAccess
 Internal class in charge of handling the access to the time data. More...
 

Enumerations

enum class  mode { read_only , modifiable }
 Keyword used to tell whether the internals of the class is modifiable or not. More...
 
enum class  adapt_time_step { decreasing , increasing }
 Handy enumeration to increase or decrease time step.
 
enum class  support_restart_mode { no , yes }
 Enumeration that tells whether restart mode is supported or not.
 

Detailed Description

Namespace that enclose stuff related to TimeManager.

Placeholder namespace description needed for it to appear in Doxygen namespace list.

Feel free to replace this text by explanation if namespace name is not self-explaining enough.

Enumeration Type Documentation

◆ mode

enum class MoReFEM::TimeManagerNS::mode
strong

Keyword used to tell whether the internals of the class is modifiable or not.

Used at the moment only for TimeStep Crtp.