From ff9b3a08659fd478151f3db8f84e1aa5ecf6e5a2 Mon Sep 17 00:00:00 2001 From: Tristan Montoya Date: Sat, 5 Oct 2024 23:20:45 +0200 Subject: [PATCH] clarification in docs --- src/SpatialDiscretizations/SpatialDiscretizations.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SpatialDiscretizations/SpatialDiscretizations.jl b/src/SpatialDiscretizations/SpatialDiscretizations.jl index fb5abcb6..541deaad 100644 --- a/src/SpatialDiscretizations/SpatialDiscretizations.jl +++ b/src/SpatialDiscretizations/SpatialDiscretizations.jl @@ -150,7 +150,7 @@ const ChanWilcoxMetrics = ConservativeCurlMetrics @doc raw""" ReferenceApproximation(approx_type::AbstractReferenceMapping, - element_type::AbstractElemShape, kwargs...) + element_type::StartUpDG.AbstractElemShape, kwargs...) Data structure defining the discretization on the reference element, containing the following fields: @@ -178,7 +178,7 @@ following fields: transformation (either `ReferenceMapping` or `NoMapping`); if such a mapping is used (i.e. not `NoMapping`), the discrete derivative operators approximate partial derivatives with respect to components of the collapsed coordinate system Outer constructors are provided to construct the discrete operators by dispatching on each -combination of subtypes of `AbstractApproximationType` and `AbstractElementShape`. +combination of subtypes of `AbstractApproximationType` and `StartUpDG.AbstractElemShape`. """ struct ReferenceApproximation{RefElemType, ApproxType,