Home
last modified time | relevance | path

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

/libCEED/examples/fluids/
H A Dconv_test.sh46 …for ((res=${test_flags[res_start]}; res<=${test_flags[res_end]}; res+=${test_flags[res_stride]}));…
47 run_flags[dm_plex_box_faces]=$res,$res,1
54 …./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]
/libCEED/julia/LibCEED.jl/src/
H A DCeed.jl75 res = Ref{Ptr{Cchar}}()
76 C.CeedGetResource(c[], res)
77 unsafe_string(Cstring(res[]))
H A DCeedVector.jl283 res = try
288 return res
307 res = try
312 return res
/libCEED/rust/libceed/src/
H A Dvector.rs614 let mut res: crate::Scalar = 0.0; in norm() localVariable
616 bind_ceed::CeedVectorNorm(self.ptr, ntype as bind_ceed::CeedNormType, &mut res) in norm()
618 Ok(res) in norm()
/libCEED/examples/fluids/problems/
H A Dblasius.c78 Vec sol, res; in ComputeChebyshevCoefficients() local
96 PetscCall(VecDuplicate(sol, &res)); in ComputeChebyshevCoefficients()
97 PetscCall(SNESSetFunction(snes, res, CompressibleBlasiusResidual, blasius)); in ComputeChebyshevCoefficients()
112 PetscCall(VecDestroy(&res)); in ComputeChebyshevCoefficients()
/libCEED/julia/LibCEED.jl/test/
H A Druntests.jl40 res = "/cpu/self/ref/serial"
41 c = Ceed(res)
43 @test getresource(c) == res
49 Ceed Resource: $res