TIMESTEPINDEX Struct Reference

Time structure for use with iwave simulators. More...

#include <model.h>

List of all members.

Public Attributes

int it
 time index
int iv
 internal step index
int niv
 number of internal steps
ireal dt
 real time step
ireal rhs
 multiplier for right hand sides in time step formulae


Detailed Description

Time structure for use with iwave simulators.

Includes both time index and internal step flag. Associated functions advance and compare these and also return true time. init_step, next_step, less_than and get_time.

Definition at line 41 of file model.h.


Member Data Documentation

int TIMESTEPINDEX::it

time index

Definition at line 42 of file model.h.

int TIMESTEPINDEX::iv

internal step index

Definition at line 43 of file model.h.

int TIMESTEPINDEX::niv

number of internal steps

Definition at line 44 of file model.h.

ireal TIMESTEPINDEX::dt

real time step

Definition at line 45 of file model.h.

ireal TIMESTEPINDEX::rhs

multiplier for right hand sides in time step formulae

Definition at line 46 of file model.h.


The documentation for this struct was generated from the following file:
Generated on 5 Jan 2017 for IWAVECORE by  doxygen 1.4.7