integrator_init_interface Abstract Interface

abstract interface
public subroutine integrator_init_interface(this, eqs)

Arguments

Type IntentOptional AttributesName
class(integrator), intent(inout) :: this

The routine is called on this object.

type(equation_pointer), intent(in), dimension(:):: eqs

A 1d array of pointers to the equations that will be integrated.

Description

Initialize an integrator.