Hi,
I am solving a vector valued equation (mechanical equilibrium) using
dealii's matrix free infrastructure.
Although the library has several examples on how to apply neumann BC using
matrix free most are either scalar equations and using DG methods.
Is there an example of continuous vect
ion as to
> how to solve your problem. It’s probably more on point than the code that
> mentioned that I would direct you towards. So it really was worthwhile
> asking the question again here :-)
>
> Best,
> Jean-Paul
>
> On 22 Sep 2020, at 16:03, Ray Mclaren wrote:
>
Mr. Simon
thank you for your response, It was exactly what I was looking for.
On Tuesday, September 22, 2020 at 5:01:42 PM UTC+9 simon...@gmail.com wrote:
> Hi,
> I would do it like this:
>
> // Setup two DoFHandlers, one for the heat and one for Allen-Cahn
> DoFHandler heat_dof_handler(tri
Hi,
I have a question regrading multi-physics problem implementation.
I am developing a program that will solve the steady-state thermal
conduction (laplace) first and then the allen-Cahn equation.
both of the problems are solved on the same mesh, however due to the nature
of my specific implem