You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function BloodFlowTrixi.get3DData(eq::BloodFlowEquations2D,curve_data::AbstractArray,semi,sol,time_index ::Int=1;vtk ::Bool=false,out ::T="./datas") where {T<:AbstractString}
10
+
using ForwardDiff
11
+
function BloodFlowTrixi.interpolate_curve(curve_data::AbstractArray)
function BloodFlowTrixi.get3DData(eq::BloodFlowEquations2D,curve_data::AbstractArray,semi,sol,time_index ::Int=1;vtk ::Bool=false,out ::T="./datas") where {T<:AbstractString}
0 commit comments