Hi @dokken and @francesco-ballarin
Thank you for your previous support.
I was understanding the domain without decomposition tutorial (neumann BC using nullspace) and relating with mine in Constrains using null space in dolfinx - dolfinx - FEniCS Project. I have general queries related to its application:
-
Does bringing nullspace vector means we are identifying the rigid body motion related to coefficient matrix A (obtained from weak form)?
-
For the application of constraining the linear system of equation (Ax=b) other than rigid body motion constraints, does nullspace still works in alternative to lagrange multiplier method for dolfinx?
-
Can you provide/comment on the nullspace vector for Periodic homogenization of linear elastic materials — Numerical tours of continuum mechanics using FEniCS master documentation
where,
the fluctuating field was averaged to zero over entire domain \int v dx =0 (2 constraints for 2 dimensions) and third constraint ( \int x_1 v_2- x_2 v_1 dx =0) where v_1 and v_2 are two components of fluctuating field with x_1, x_2 as spatial coordinates.
For this case, I tried the nullspace vectors previously as below,
I made the above attempt previously for nullspace vectors, which you said wrong. Can you here provide the correct nullspace vectors through telling how we look for it (MWE)?
- What is the process of identifying the nullspace vectors (line-2)?
Suppose, if we would be having pure Dirichlet BC in poisson equation, then, what would be the nullspace vector in 17. Singular Poisson — FEniCS Project?
I am sorry if I am unable to put right questions. Kindly guide me with whether nullspace works here. I understand some questions might be repeated, sorry for that.
Thanking You