IEcoLabDebugger Interface |
Namespace: DHI.Mike1D.Engine.ModuleEcoLab
public interface IEcoLabDebugger
The IEcoLabDebugger type exposes the following members.
Name | Description | |
---|---|---|
HandleGeneral |
Handle a general set of messages, created during prepare and finalization of simulation
| |
PostCalculateGridPoint |
Method called after grid point has been processed
msgs can be null | |
PostCalculateNode |
Method called after node has been processed
msgs can be null | |
PostInitTimestep |
Handle post-init-timestep messages, called once for every ECO Lab instance for every time step
but only if there are messages to report.
| |
PreCalculateGridPoint |
Method called before grid point is being processed
| |
PreCalculateNode |
Method called before node is being processed
| |
PreInitTimestep |
Pre-init timestep messages, called once before the time step
|