Home
last modified time | relevance | path

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

/honee/examples/
H A Dconv_test.sh32 …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,1
40 …./navierstokes $args | grep "Relative Error:" | awk -v i="$i" -v res="$res" -v d="$d" '{ printf "%…
H A Dconv_plot.py40 res = 'mesh_res'
48 h = 1 / data[res]
/honee/problems/
H A Dblasius.c75 Vec sol, res; in ComputeChebyshevCoefficients() local
93 PetscCall(VecDuplicate(sol, &res)); in ComputeChebyshevCoefficients()
94 PetscCall(SNESSetFunction(snes, res, CompressibleBlasiusResidual, blasius)); in ComputeChebyshevCoefficients()
109 PetscCall(VecDestroy(&res)); in ComputeChebyshevCoefficients()