Toggle navigation
GRILLIX
Documentation
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
compute_rhs_explicit
Subroutine
28 statements
Source File
timestep_template_m.f90
timestep_template_m
compute_rhs_explicit
Contents
public subroutine compute_rhs_explicit(comm_handler, tau)
Computes explicit changerate at time tau
Arguments
Type
Intent
Optional
Attributes
Name
type(
comm_handler_t
),
intent(in)
::
comm_handler
Communication handler
real(kind=GP),
intent(inout)
::
tau
Time-point
Contents