growthterm Interface

public interface growthterm

Contents


Module Procedures

private function growthterm_init(grid, g, k, name) result(self)

Initialize growthterm object.

Arguments

Type IntentOptional Attributes Name
type(grid1), intent(in) :: grid

grid1 object

procedure(gfnc_t) :: g

growth rate function,

integer, intent(in) :: k

order of the WENO reconstruction (default=3)

character(len=*), intent(in), optional :: name

name (default="growth-term")

Return Value type(growthterm)