Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(HexMesh) | :: | mesh | ||||
type(Particles_t) | :: | particles | ||||
real(kind=RP) | :: | t | ||||
real(kind=RP) | :: | deltaT | ||||
procedure(ComputeTimeDerivative_f) | :: | ComputeTimeDerivative | ||||
real(kind=RP), | intent(in), | optional, | allocatable | :: | dt_vec(:) | |
logical, | intent(in), | optional | :: | dts | ||
real(kind=RP), | intent(in), | optional | :: | global_dt | ||
integer, | intent(in), | optional | :: | iter |