diff --git a/docs/makeLocal.jl b/docs/makeLocal.jl index 187e992b..f2ac129b 100644 --- a/docs/makeLocal.jl +++ b/docs/makeLocal.jl @@ -33,3 +33,6 @@ makedocs( "release_notes.md" ] ) + +foreach(rm, filter(endswith(".vtk"), readdir("docs", join=true))) +foreach(rm, filter(endswith(".vtu"), readdir("docs", join=true))) \ No newline at end of file diff --git a/docs/src/user_guide/3_numerical_setup.md b/docs/src/user_guide/3_numerical_setup.md index 3dee5e1b..b0b4a040 100644 --- a/docs/src/user_guide/3_numerical_setup.md +++ b/docs/src/user_guide/3_numerical_setup.md @@ -127,6 +127,8 @@ end ```jldoctest; filter = r".*"s => s"", output = false using XCALibre +# Note: this example assumes a Physics object named `model` already exists + solvers = ( U = set_solver( model.momentum.U;