| /libCEED/tests/ |
| H A D | t365-basis.c | 32 CeedVector x, x_nodes, x_points, u, u_points, v, ones; in main() local 43 CeedVectorCreate(ceed, num_points * dim, &ones); in main() 45 CeedVectorSetValue(ones, 1); in main() 86 …CeedBasisApplyAtPoints(basis_u, 1, &num_points, CEED_TRANSPOSE, CEED_EVAL_GRAD, x_points, ones, v); in main() 88 …dBasisApplyAddAtPoints(basis_u, 1, &num_points, CEED_TRANSPOSE, CEED_EVAL_GRAD, x_points, ones, v); in main() 116 CeedVectorDestroy(&ones); in main()
|
| H A D | t361-basis.c | 32 CeedVector x, x_q, u, u_q, ones, v; in main() local 51 CeedVectorCreate(ceed, q_dim * dim, &ones); in main() 52 CeedVectorSetValue(ones, 1); in main() 79 CeedBasisApply(basis_u_gauss, 1, CEED_TRANSPOSE, CEED_EVAL_GRAD, ones, v); in main() 80 CeedBasisApplyAdd(basis_u_gauss, 1, CEED_TRANSPOSE, CEED_EVAL_GRAD, ones, v); in main() 109 CeedVectorDestroy(&ones); in main()
|
| H A D | t315-basis.c | 32 CeedVector x, x_q, u, u_q, ones, v; in main() local 51 CeedVectorCreate(ceed, q_dim * dim, &ones); in main() 52 CeedVectorSetValue(ones, 1); in main() 78 CeedBasisApply(basis_u_gauss, 1, CEED_TRANSPOSE, CEED_EVAL_GRAD, ones, v); in main() 107 CeedVectorDestroy(&ones); in main()
|
| H A D | t314-basis.c | 32 CeedVector x, x_q, u, u_q, ones, v; in main() local 51 CeedVectorCreate(ceed, q_dim * dim, &ones); in main() 52 CeedVectorSetValue(ones, 1); in main() 78 CeedBasisApply(basis_u_gauss, 1, CEED_TRANSPOSE, CEED_EVAL_GRAD, ones, v); in main() 107 CeedVectorDestroy(&ones); in main()
|
| H A D | t357-basis.c | 32 CeedVector x, x_nodes, x_points, u, u_points, v, ones; in main() local 43 CeedVectorCreate(ceed, num_points * dim, &ones); in main() 45 CeedVectorSetValue(ones, 1); in main() 86 …CeedBasisApplyAtPoints(basis_u, 1, &num_points, CEED_TRANSPOSE, CEED_EVAL_GRAD, x_points, ones, v); in main() 114 CeedVectorDestroy(&ones); in main()
|
| H A D | t316-basis.c | 32 CeedVector x, x_q, u, u_q, ones, v; in main() local 51 CeedVectorCreate(ceed, q_dim * dim, &ones); in main() 52 CeedVectorSetValue(ones, 1); in main() 78 CeedBasisApply(basis_u_gauss, 1, CEED_TRANSPOSE, CEED_EVAL_GRAD, ones, v); in main() 107 CeedVectorDestroy(&ones); in main()
|
| H A D | t314-basis-f.f90 | 22 integer x,xq,u,uq,ones,gtposeones variable 82 call ceedvectorcreate(ceed,qdimn*dimn,ones,err) 83 call ceedvectorsetvalue(ones,1.d0,err) 105 call ceedbasisapply(bug,1,ceed_transpose,ceed_eval_grad,ones,& 132 call ceedvectordestroy(ones,err)
|
| /libCEED/examples/ |
| H A D | notation.md | 5 …i\}_{i=1}^Q$, with corresponding weights $\{w_i\}_{i=1}^Q$ (typically the ones given by Gauss or G…
|
| /libCEED/examples/fluids/src/ |
| H A D | misc.c | 67 Vec boundary_mask, ones; in SetBCsFromICs() local 70 PetscCall(DMGetGlobalVector(dm, &ones)); in SetBCsFromICs() 72 PetscCall(VecSet(ones, 1.0)); in SetBCsFromICs() 73 PetscCall(DMGlobalToLocal(dm, ones, INSERT_VALUES, boundary_mask)); in SetBCsFromICs() 75 PetscCall(DMRestoreGlobalVector(dm, &ones)); in SetBCsFromICs()
|
| /libCEED/julia/LibCEED.jl/test/ |
| H A D | runtests.jl | 253 @test @witharray_read(a = diag_vector, a == ones(n)) 294 mult2 = ones(lsize) 425 u1 = ones(Float64, p1)
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex1-volume.jl | 137 # Initialize 'u' with ones.
|
| H A D | ex3-volume.jl | 176 # Initialize 'u' with ones.
|
| H A D | ex1-volume-c.jl | 392 # Initialize 'u' with ones.
|
| /libCEED/python/tests/ |
| H A D | test-3-basis.py | 315 in_array = np.ones(P, dtype=ceed.scalar_type())
|
| /libCEED/examples/python/ |
| H A D | tutorial-6-shell.ipynb | 24 "corresponding weights $\\{w_i\\}_{i=1}^Q$ (typically the ones given by Gauss\n",
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDapi.md | 88 …> - the shared DoFs/unknowns are the overlapping DoFs, i.e. the ones that have more than one copy,… 380 The available QFunctions are the ones associated with the mass, the Laplacian, and the identity ope…
|
| /libCEED/ |
| H A D | Doxyfile | 1319 # style sheet in the list overrules the setting of the previous ones in the 1987 # style sheet in the list overrules the setting of the previous ones in the
|