For vector fields, the quad func description string will include the vector dim, however the data is always represented as a scalar
|
// Set the View "<m_bp_grp>/fields/<field_name>/values" |
|
addScalarBasedField(field_name, qf, buffer_name, offset, qf->Size()); |
Instead of
values:
vx: [...]
vy: [...]
For vector fields, the quad func description string will include the vector dim, however the data is always represented as a scalar
axom/src/axom/sidre/core/MFEMSidreDataCollection.cpp
Lines 1526 to 1527 in 1b267c4
Instead of