Home
last modified time | relevance | path

Searched refs:TargetType (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/petsc/
H A Ddmswarm.c44 typedef enum { TARGET_TANH = 0, TARGET_POLYNOMIAL = 1, TARGET_SPHERE = 2 } TargetType; typedef
75 TargetType target_type = TARGET_TANH; in main()