polar.c1_linops#
Classes#
![Inheritance diagram of psydac.polar.c1_linops](../../_images/inheritance-301cc91e734e0f6cad26178f26e0a036a4267ea2.png)
|
|
|
Details#
- class LinearOperator_StencilToDense(V, W, data)[source]#
Bases:
LinearOperator
- property domain#
The domain of the linear operator - an element of Vectorspace
- property codomain#
The codomain of the linear operator - an element of Vectorspace
- property dtype#
- class LinearOperator_DenseToStencil(V, W, data)[source]#
Bases:
LinearOperator
- property domain#
The domain of the linear operator - an element of Vectorspace
- property codomain#
The codomain of the linear operator - an element of Vectorspace
- property dtype#