polar.c1_spaces#

Functions#

new_c1_vector_space(V[, radial_dim, angle_dim])

Create a new product space from a given stencil vector space.

Details#

new_c1_vector_space(V, radial_dim=0, angle_dim=1)[source]#

Create a new product space from a given stencil vector space.

Parameters:
VStencilVectorSpace

Space of the coefficients of a tensor-product finite-element space built on a mapping with a polar singularity (O-point).

radial_dimint

Index of the dimension that corresponds to the ‘radial’ direction.

angle_dimint

Index of the dimension that corresponds to the ‘angle’ direction.

Returns:
PBlockVectorSpace

Space of the coefficients of a new finite-element space which has C^1 continuity at the O-point.