Searched refs:res (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/fluids/ ! |
| H A D | conv_test.sh | 46 …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 D | conv_plot.py | 40 res = 'mesh_res' 48 h = 1 / data[res]
|
| /libCEED/julia/LibCEED.jl/src/ ! |
| H A D | Ceed.jl | 75 res = Ref{Ptr{Cchar}}() 76 C.CeedGetResource(c[], res) 77 unsafe_string(Cstring(res[]))
|
| H A D | CeedVector.jl | 283 res = try 288 return res 307 res = try 312 return res
|
| /libCEED/rust/libceed/src/ ! |
| H A D | vector.rs | 614 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 D | blasius.c | 78 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 D | runtests.jl | 40 res = "/cpu/self/ref/serial" 41 c = Ceed(res) 43 @test getresource(c) == res 49 Ceed Resource: $res
|