ksagiyam

Results 14 comments of ksagiyam

I think this is best explained using function space decomposition. In the above example we decompose `V` as `V = V0 + V1`, where `V0` is a space of functions...

Yes, I think your mathematical interpretation is right: the mathematical meaning of `Transformed` is a projection, and we have `l` carry data that encodes `P`, which becomes significant only when...

I have updated the documentation to describe what each new class does and added an example to illustrate the usage of `Transformed`. Happy to discuss this further.

Thanks. I've kept talking about a standard Dirichlet problem as I thought it would best illustrate the feature, but one application that we are actually interested in is a Stokes...

Thank you, and please let me clarify this as I was careless. Any vector field `t` that coincides with the boundary tangent on the boundary and makes `dot(v, t) t`...

@jpdean @jorgensd This is what we briefly discussed at PDESoft. Could you have a look?

Updated PR summary. Added more checks. Fixed `MixedPullback.physical_value_shape()`.

Can I have another round of review on this?

My plan is to introduce `MixedCell` that should be shared by the `MixedMesh` and the `MixedElement` for mixed problems with multiple cell types. We could have: single mesh + single...

@jorgensd I do not think merely allowing for `Coefficient(MixedFunctionSpace)` will solve all issues; as long as `MixedFunctionSpace` does not subclass `FunctionSpace` and does not have `ufl_domain`, I think we will...