Searched refs:res (Results 1 – 3 of 3) sorted by relevance
32 …for ((res=${test_flags[res_start]}; res<=${test_flags[res_end]}; res+=${test_flags[res_stride]}));…33 run_flags[dm_plex_box_faces]=$res,$res,140 …./navierstokes $args | grep "Relative Error:" | awk -v i="$i" -v res="$res" -v d="$d" '{ printf "%…
40 res = 'mesh_res'48 h = 1 / data[res]
75 Vec sol, res; in ComputeChebyshevCoefficients() local93 PetscCall(VecDuplicate(sol, &res)); in ComputeChebyshevCoefficients()94 PetscCall(SNESSetFunction(snes, res, CompressibleBlasiusResidual, blasius)); in ComputeChebyshevCoefficients()109 PetscCall(VecDestroy(&res)); in ComputeChebyshevCoefficients()