| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| type(COO_) | :: | coo | ||||
| type(CRS_) | :: | crs | ||||
| real(kind=real64), | allocatable | :: | x(:) | |||
| complex(kind=real64), | allocatable | :: | u(:) | |||
| complex(kind=real64), | allocatable | :: | u_p(:) | |||
| complex(kind=real64), | allocatable | :: | u_m(:) | |||
| complex(kind=real64) | :: | alpha | ||||
| real(kind=real64) | :: | M_inv_K | ||||
| real(kind=real64) | :: | dt | ||||
| real(kind=real64) | :: | h | ||||
| integer(kind=int32) | :: | timestep | ||||
| type(Math_) | :: | math | ||||
| type(IO_) | :: | f | ||||
| integer(kind=int32) | :: | DOF |