Hi everyone,
for a project I'm working on I need to assign certain values to the quadrature points using an external defined function, and then used these stored values for the computation of the load vector in a problem of linear elasticity. Schematically what I need to do is:
Access all the quadrature points in the global reference system
Apply certain values to them from an external function
Use the applied values to compute the load vector
Is there a straightforward way to do this in FEniCS?
If not can, you help me in where to find the point in the source codes where the actual evaluation of the load vector takes place? I'm looking inside the Dolfin sources but any hint would be really appreciated.
Thanks a lot for your help,
Fabrizio