|
From: edgar <edg...@cr...> - 2021-08-17 19:02:46
|
I'm sorry that I missed the attachment. Here it is.
On 2021-08-17 19:00, edgar wrote:
> Hello,
>
> I created a little program to go from a 1D, 2D or 3D problem with a
> GetPot file to solving it with libMesh. Sounds good... only it doesn't
> work :P ! It is mostly based on introducton/ex3 and
> systems_of_equations/ex{3,4,6}.
>
> As a heads-up, there is a function to set the boundary conditions
> (getpot_bc_2_linear_implicit_eq_sys) which calls a little macro
> depending on the number of variables (ADD_GETPOT_BC).
>
> I hope that it is not too much to ask if someone could tell me what I
> am missing. When checking the results with Paraview, the only that I
> see is the mesh, but all values are 0. I guess that the I need to fix
> something related to boundary conditions.
>
> By the way, what are a_*, i_* and r_* supposed to be in the exodus
> file?
>
> If this code results to be useful, I would be more than glad to share
> it as part of the examples.
>
> Thank you! :D
|