op_obj_gradz Function

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

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

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_gradz~~CallsGraph proc~op_obj_gradz op_obj%op_obj_gradz proc~eulerian_obj_init eulerian_obj_base%eulerian_obj_Init proc~op_obj_gradz->proc~eulerian_obj_init