Skip to content

Commit

Permalink
clarification in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Oct 5, 2024
1 parent c1d063b commit ff9b3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SpatialDiscretizations/SpatialDiscretizations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit ff9b3a0

Please sign in to comment.