Home
last modified time | relevance | path

Searched refs:K (Results 1 – 11 of 11) sorted by relevance

/libCEED/tests/ !
H A Dt305-basis.c14 CeedScalar M[p * p], K[p * p], X[p * p], lambda[p]; in main() local
33 K[p * i + j] = sum_k; in main()
37 CeedSimultaneousDiagonalization(ceed, K, M, X, lambda, p); in main()
69 for (int k = 0; k < p; k++) sum += K[p * i + k] * X[p * k + j]; in main()
77 K[p * i + j] = sum; in main()
82 if (fabs(K[p * i + j] - (i == j ? lambda[i] : 0.0)) > 1e3 * CEED_EPSILON) { in main()
84 …agonalization of K [%" CeedInt_FMT ", %" CeedInt_FMT "]: %f != %f\n", i, j, K[p * i + j], (i == j … in main()
/libCEED/examples/ !
H A Dbps.md69 a(v,u) = \bm v^T K \bm u ,
72 in which we have introduced the stiffness (diffusion) matrix, $K$, defined as
/libCEED/examples/fluids/ !
H A DREADME.md580 - `J/(kg K)`
585 - `J/(kg K)`
605 - `W/(m K)`
698 - `K`
752 - `K`
816 - `K`
821 - `K`
860 - `K`
904 - `K`
914 - `K`
/libCEED/julia/LibCEED.jl/examples/ !
H A Dex2-surface.jl138 # sa = 1^T \cdot abs( K \cdot x).
139 print("Computing the mesh surface area using the formula: sa = 1^T.|K.x| ...")
H A Dex3-volume.jl170 # Compute the mesh volume using the mass+diffusion operator: vol = 1^T \cdot (M + K) \cdot 1
171 print("Computing the mesh volume using the formula: vol = 1^T * (M + K) * 1...")
/libCEED/doc/sphinx/source/ !
H A Dreferences.bib82 author = {Papanastasiou, TC and Malamataris, N and Ellwood K},
93 …rry M and Wilhelmson, Robert B and Wicker, Louis J and Anderson, John R and Droegemeier, Kelvin K},
196 …thor = {Shur, Michael L. and Spalart, Philippe R. and Strelets, Michael K. and Travin, Andrey K.},
/libCEED/julia/LibCEED.jl/src/ !
H A DUserQFunction.jl1 struct UserQFunction{F,K} argument
4 kf::K
/libCEED/backends/magma/ !
H A Dceed-magma-basis.c382 CeedInt q_comp, NB, M, K; in CeedBasisApplyNonTensorCore_Magma() local
405 M = (t_mode == CEED_TRANSPOSE) ? P : Q, K = (t_mode == CEED_TRANSPOSE) ? Q : P; in CeedBasisApplyNonTensorCore_Magma()
428 CeedInt shared_mem_B = num_t_col * K * NB * sizeof(CeedScalar); in CeedBasisApplyNonTensorCore_Magma()
/libCEED/doc/papers/joss/ !
H A Dpaper.bib251 author = {Charles R. Harris and K. Jarrod Millman and St{'{e}}fan J.
325 …rry M and Wilhelmson, Robert B and Wicker, Louis J and Anderson, John R and Droegemeier, Kelvin K},
/libCEED/examples/fluids/problems/ !
H A Dnewtonian.c112 const CeedScalar kg = units->kilogram, m = units->meter, sec = units->second, K = units->Kelvin; in UnitTests_Newtonian() local
115 const CeedScalar T = 200 * K; in UnitTests_Newtonian()
/libCEED/examples/python/ !
H A Dtutorial-6-shell.ipynb283 "Computing the mesh surface area using the formula: sa = 1^T.|K.x| ... done.\n",