$$ \gdef\pd#1#2{\frac{\partial #1}{\partial #2}} \gdef\d#1{\, \mathrm{d}#1} \gdef\dx{\d{x}} \gdef\tr#1{\operatorname{tr} (#1)} $$ $$ \gdef\norm#1{\left \lVert #1 \right\rVert} \gdef\seminorm#1{| #1 |} $$ $$ \gdef\vec#1{\mathbf{\boldsymbol{#1}}} $$

Struct fenris::space::ElementInSpace[][src]

pub struct ElementInSpace<'a, Space> { /* fields omitted */ }
Expand description

A convenience wrapper for producing a FiniteElement from an indexed element in a FiniteElementSpace.

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Compute the Jacobian of the transformation from the reference element to the given element at the given reference coordinates. Read more

Maps reference coordinates to physical coordinates in the element.

The diameter of the finite element. Read more

Returns the number of nodes in the element.

Evaluates each basis function at the given reference coordinates. The result is given in a row vector where each entry is the value of the corresponding basis function. Read more

Given nodal weights, construct a matrix whose columns are the gradients of each shape function in the element. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.