pbesol Interface

public interface pbesol

Contents


Module Procedures

private pure function pbesol_init(npoints, ncells, nenvs) result(res)

Initialize pbesol object.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: npoints

number of time points, i.e. size(times)

integer, intent(in) :: ncells

number of grid cells, i.e. size(u)

integer, intent(in) :: nenvs

number of environment variables, i.e. size(y)

Return Value type(pbesol)