vector_field Interface

public interface vector_field

Contents


Functions

public function vector_field_(base, x, bx)

Default public constructor, necessary with ifort

Arguments

Type IntentOptional AttributesName
type(field), intent(in) :: base
type(vector), intent(in) :: x(:)
type(vector), intent(in) :: bx(:)

Return Value type(vector_field)