| /libCEED/ |
| H A D | RELEASING.md | 36 3. Update and test all the language bindings (see below) within the branch. 57 Update author info if applicable (new authors, or existing authors changing institutions). 58 Make a new PR to update the version number and DOI in `README.rst` and `doc/bib/references.bib`. 73 In this PR, the file `L/libCEED/build_tarballs.jl` should be changed to update version number and c… 91 …sion of libCEED_jll will automatically be registered, and then we can proceed to update LibCEED.jl. 95 After the binary wrapper package libCEED_jll has been updated, we are ready to update the main Juli…
|
| /libCEED/include/ceed/jit-source/magma/ |
| H A D | magma-basis-weight-3d.h | 24 // x sTweight[j] for first update in magma_weight_3d_device() 25 // x sTweight[tx%Q] for second update in magma_weight_3d_device() 26 // x sTweight[tx/Q] for third update in magma_weight_3d_device()
|
| H A D | magma-basis-weight-2d.h | 24 // x sTweight[j] for first update in magma_weight_2d_device() 25 // x sTweight[tx] for second update in magma_weight_2d_device()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-basis-tensor-at-points.h | 77 // Update buffers used in InterpAtPoints() 102 // Update buffers used in InterpAtPoints() 169 // Update buffers used in InterpTransposeAtPoints() 196 // Update buffers used in InterpTransposeAtPoints() 257 // Update buffers used in GradAtPoints() 285 // Update buffers used in GradAtPoints() 358 // Update buffers used in GradTransposeAtPoints() 387 // Update buffers used in GradTransposeAtPoints()
|
| H A D | cuda-ref-basis-tensor.h | 51 // Update buffers used in Interp() 114 // Update buffers used in Grad()
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-basis-tensor-at-points.h | 77 // Update buffers used in InterpAtPoints() 102 // Update buffers used in InterpAtPoints() 169 // Update buffers used in InterpTransposeAtPoints() 196 // Update buffers used in InterpTransposeAtPoints() 257 // Update buffers used in GradAtPoints() 285 // Update buffers used in GradAtPoints() 358 // Update buffers used in GradTransposeAtPoints() 387 // Update buffers used in GradTransposeAtPoints()
|
| H A D | hip-ref-basis-tensor.h | 51 // Update buffers used in Interp() 114 // Update buffers used in Grad()
|
| /libCEED/.github/workflows/ |
| H A D | c-fortan-test-ppc64le.yml | 33 apt-get -y update
|
| H A D | c-fortran-test-style.yml | 25 sudo apt update && sudo apt install clang-format-19
|
| /libCEED/tests/ |
| H A D | t404-qfunction.c | 19 // Update borrowed pointer in main()
|
| /libCEED/examples/solids/include/ |
| H A D | boundary.h | 17 // Note: If additional boundary conditions are added, an update is needed in
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | utils_eigensolver_jacobi.h | 131 /// If so, then update max_idx_row for that row. 167 // Update the off-diagonal elements of A which will change (above the diagonal) in ApplyRot() 187 // now that we're done modifying row i, we can update max_idx_row[i] in ApplyRot() 204 // now that we're done modifying row j, we can update max_idx_row[j] in ApplyRot()
|
| /libCEED/doc/sphinx/source/ |
| H A D | libCEEDdev.md | 52 Most of the other CPU backends only update the {ref}`CeedOperator` and `CeedTensorContract` objects. 56 The `/cpu/self/opt/*` backends update the {ref}`CeedOperator` to apply the action of the operator i… 60 These backends update the `CeedTensorContract` objects using AVX intrinsics and libXSMM functions, …
|
| H A D | releasenotes.md | 48 - Update `CeedOperatorContext*` functions to `CeedOperator*Context*` functions for consistency. 55 - Update `/cpu/self/memcheck/*` backends to help verify `CeedVector` array access assumptions and `… 56 - Update {c:func}`CeedOperatorLinearAssembleDiagonal` to provide default implementation that suppor… 98 - Update `/cpu/self/memcheck/*` backends to help verify `CeedQFunctionContext` data sizes provided … 161 - Update {c:func}`CeedQFunctionGetFields` and {c:func}`CeedOperatorGetFields` to include number of …
|
| /libCEED/examples/solids/src/ |
| H A D | boundary.c | 19 // Note: If additional boundary conditions are added, an update is needed in elasticity.h for the b…
|
| H A D | misc.c | 86 // Update Jacobian on each level in FormJacobian()
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 332 …77 temp/kernel_" + std::to_string(build_id) + "_1_wrapped.ll").c_str(), "update JiT file permissio… in CeedCompileCore_Cuda() 370 …777 temp/kernel_" + std::to_string(build_id) + "_2_linked.ll").c_str(), "update JiT file permissio… in CeedCompileCore_Cuda() 377 …777 temp/kernel_" + std::to_string(build_id) + "_4_final.ptx").c_str(), "update JiT file permissio… in CeedCompileCore_Cuda()
|
| /libCEED/examples/fluids/src/ |
| H A D | setupts.c | 39 // Update time dependent data in RHS_NS() 114 // Update time dependent data in IFunction_NS()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-qfunctioncontext.c | 241 // Update pointer in CeedQFunctionContextTakeData_Hip() 271 // Update pointer in CeedQFunctionContextGetDataCore_Hip()
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-qfunctioncontext.sycl.cpp | 274 // Update pointer in CeedQFunctionContextTakeData_Sycl() 304 // Update pointer in CeedQFunctionContextGetDataCore_Sycl()
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-qfunctioncontext.c | 242 // Update pointer in CeedQFunctionContextTakeData_Cuda() 272 // Update pointer in CeedQFunctionContextGetDataCore_Cuda()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref-operator.c | 664 // Update Assembled Linear QFunction 1320 // Update Assembled Linear QFunction 1426 // -- Update unit vector in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1484 // ---- Update output vector in CeedOperatorLinearAssembleAddDiagonalAtPoints_Ref() 1636 // -- Update unit vector in CeedOperatorAssembleSingleAtPoints_Ref()
|
| /libCEED/examples/deal.II/ |
| H A D | bps-ceed.h | 269 // communicate: update ghost values in vmult()
|
| /libCEED/include/ceed/ |
| H A D | backend.h | 71 #define CeedPragmaAtomic CeedPragmaOMP(atomic update)
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 456 // -- Update form_jacob_ctx in main() 625 // -- Update SNES iteration count in main()
|