Skip to content

Commit c6ca84d

Browse files
LasNikasLasNikas
andauthored
Interpolate viscous velocity (#941)
* add function * revise * add docs * add tests * fix typo * fix * revise * fix gpu tests * revise docs --------- Co-authored-by: LasNikas <[email protected]>
1 parent 184e529 commit c6ca84d

File tree

3 files changed

+164
-40
lines changed

3 files changed

+164
-40
lines changed

src/TrixiParticles.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using ForwardDiff: ForwardDiff
1515
using GPUArraysCore: AbstractGPUArray
1616
using JSON: JSON
1717
using KernelAbstractions: KernelAbstractions, @kernel, @index
18-
using LinearAlgebra: norm, dot, I, tr, inv, pinv, det
18+
using LinearAlgebra: norm, normalize, cross, dot, I, tr, inv, pinv, det
1919
using MuladdMacro: @muladd
2020
using Polyester: Polyester, @batch
2121
using Printf: @printf, @sprintf

0 commit comments

Comments
 (0)