hrweno
Source Files
Modules
Procedures
Derived Types
Programs
mstvd
Interface
MIT
3 statements
Source File
hrweno_tvdode.f90
hrweno_tvdode
mstvd
Contents
Module Procedures
mstvd_init
public interface mstvd
Module Procedures
private function mstvd_init(fu, neq) result(self)
Initialize
mstvd
object.
Arguments
Type
Intent
Optional
Attributes
Name
procedure(integrand)
::
fu
subroutine with the derivative
integer,
intent(in)
::
neq
number of equations
Return Value
type(
mstvd
)