Get global stiffness matrix from freefem

Hi,

So I am working on some plasticity computations in FreeFem++, and I would need to obtain the global stiffness matrix for some other calculations.

I am referring to stiffness matrix of the form

image

for a single finite element.

Now the above definition is a general FEM definition for a stiffness matrix, so I assume FreeFEM does that one way or another at some point during the computation.

Question

Since FreeFEM at some point probably computes the global stiffness matrix, is it possible to store it in a local variable for later use?

1 Like

documentation
This article describes how freefem defines a stiffness matrix, which may be helpful to you

1 Like

Although the website linked by Yangshen is not up to date, you should indeed be aware that the default way to impose Dirichlet boundary conditions is penalization.

Please refer to the official documentation (page 217) regarding the incorporation of Dirichlet boundary conditions during the matrix assembly and there is also an example for the tgv-parameter:

You can also take a look at the tutorial by Pierre Jolivet or the tutorial by Fotios Kasolis

2 Likes