libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

resizes output vector to better handle vectors

Open andcarl1364 opened this issue 10 months ago • 2 comments

enhances MeshFunction to better handle vector variables which in turn helps general field transfers work with vectors as well

resolves: #3714 see also: #26084, #26045

andcarl1364 avatar Apr 22 '24 00:04 andcarl1364

What does this do?

_new_resize gets initialized to 0, then I don't see it ever being used again.

vec_dim, n_vector_vars, and n_scalar_vars get calculated (somewhat confusingly, but that's an existing problem with the overlapping terminology for scalar-valued-functions vs discrete-per-system-scalars) ... and then I don't see them ever being used again?

roystgnr avatar Apr 22 '24 15:04 roystgnr

my file didn't save correctly, let me do it again

andcarl1364 avatar Apr 22 '24 15:04 andcarl1364