op_obj_grady Function

private function op_obj_grady(this, name, in) result(out)

Compute the derivative in the z-direction (dir=2)

Type Bound

op_obj

Arguments

Type IntentOptional Attributes Name
class(op_obj), intent(inout) :: this

Differential operators utility

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

Name to give this variable

type(eulerian_obj_r), intent(in) :: in

Field to differentiate

Return Value type(eulerian_obj_r)

Result


Calls

proc~~op_obj_grady~~CallsGraph proc~op_obj_grady op_obj%op_obj_grady proc~eulerian_obj_init eulerian_obj_base%eulerian_obj_Init proc~op_obj_grady->proc~eulerian_obj_init