On 10/25/23 14:08, Lex Lee wrote:

The compilier tells me.

When an error occurred, it will backtrace the error and output the status && values of something.

Regarding this function, get_dof_values(values, local_values.begin(), local_values.end());

the compilier says these 3 inputs are not on the locally owned cells.

I do not understand this statement. You say the "compiler says these 3 inputs are not on a locally owned cell". I don't think the compiler does (perhaps the debugger -- the compiler has nothing to do any more once the program runs), but in any case, what I'm asking is that you show me exactly what it is the compiler (or any other program says). What you show in the first picture is a stacktrace where in the program something happens, and in the second picture what the values of certain variables are. But neither of these screenshots show that the 3 inputs are not on a locally owned cell, or at least I don't see why it would say that. I see that you get a segmentation fault, but I don't know why that would imply that you are on anything but a locally owned cell.

Separately, though, are you running in debug mode? If this is in release mode, you should really switch to debug mod first.

Best
 W.

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/fc8afbc2-67ef-41ee-be9e-6571edc34977%40colostate.edu.

Reply via email to