Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit fe9ace1

Browse files
committed
doc
1 parent c5a21e2 commit fe9ace1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traits.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub trait MappedFiniteElement: FiniteElement {
120120
/// is the topological dimension, and the third dimension is the geometric dimension. If the Jacobian is rectangular then the
121121
/// inverse Jacobian is the pseudo-inverse of the Jacobian, ie the matrix $J^\dagger$ such that $J^\dagger J = I$.
122122
/// - `physical_values`: The output array of the push operation. This shape of this array is the same as the `reference_values`
123-
/// input, with the [FiniteElement::physical_value_size] used instead of the reference value size.
123+
/// input, with the [MappedFiniteElement::physical_value_size] used instead of the reference value size.
124124
fn push_forward<
125125
Array3RealImpl: ValueArrayImpl<<Self::T as RlstScalar>::Real, 3>,
126126
Array4Impl: ValueArrayImpl<Self::T, 4>,
@@ -137,7 +137,7 @@ pub trait MappedFiniteElement: FiniteElement {
137137

138138
/// Pull function values back to the reference cell.
139139
///
140-
/// This is the inverse operation to [FiniteElement::push_forward].
140+
/// This is the inverse operation to [MappedFiniteElement::push_forward].
141141
fn pull_back<
142142
Array3RealImpl: ValueArrayImpl<<Self::T as RlstScalar>::Real, 3>,
143143
Array4Impl: ValueArrayImpl<Self::T, 4>,

0 commit comments

Comments
 (0)