Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vavrines committed Jan 10, 2024
1 parent 6a3bc23 commit 4847b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ Pkg.add("Documenter")
using Documenter, Kinetic
using Kinetic: KitBase, KitML
using Kinetic.KitBase: ib_rh, ib_sod, ib_briowu, ib_cavity
using Kinetic.KitBase: mesh_connectivity_2D, mesh_center_2D, mesh_area_2D
using Kinetic.KitBase: newton_cotes, quadrature_weights
using Kinetic.KitBase: em_coefficients, advection_flux, burgers_flux, euler_flux, euler_jacobi
using Kinetic.KitBase: gauss_moments, mixture_gauss_moments, pdf_slope, mixture_pdf_slope, moments_conserve_slope, mixture_moments_conserve_slope
using Kinetic.KitBase: aap_hs_diffeq!
using Kinetic.KitBase: plot_line, plot_contour, write_jld
using Kinetic.KitML.Solaris
using Kinetic.KitML.Solaris: load_data, save_model
using Kinetic.KitBase.FiniteMesh: read_mesh
using Kinetic.KitBase.FiniteMesh: read_mesh, mesh_connectivity_2D, mesh_cell_center, mesh_cell_area_2D

tutorial_page = [
"Examples" => "tutorial.md",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/api_geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ local_frame
uniform_mesh
meshgrid
mesh_connectivity_2D
mesh_center_2D
mesh_area_2D
mesh_cell_center
mesh_cell_area_2D
```

0 comments on commit 4847b7d

Please sign in to comment.