Neko  0.8.1
A portable framework for high-order spectral element flow simulations
gs_ops Module Reference

Defines Gather-scatter operations. More...

Variables

integer, parameter, public gs_op_add = 1
 
integer, parameter, public gs_op_mul = 2
 
integer, parameter, public gs_op_min = 3
 
integer, parameter, public gs_op_max = 4
 

Detailed Description

Defines Gather-scatter operations.

Variable Documentation

◆ gs_op_add

integer, parameter, public gs_ops::gs_op_add = 1

Definition at line 36 of file gs_ops.f90.

◆ gs_op_max

integer, parameter, public gs_ops::gs_op_max = 4

Definition at line 36 of file gs_ops.f90.

◆ gs_op_min

integer, parameter, public gs_ops::gs_op_min = 3

Definition at line 36 of file gs_ops.f90.

◆ gs_op_mul

integer, parameter, public gs_ops::gs_op_mul = 2

Definition at line 36 of file gs_ops.f90.