# +--------+--------+--------+
# | a0 | a1 ___/| |
# |___-----|---- | b2 |
# | b0 | b1 | |
# +--------+--------+--------+
#
matsets:
matset:
topology: topology
volume_fractions:
a:
values: [0, 0, 0, a1, 0, a0]
indices: [5, 3]
b:
values: [0, b0, b2, b1, 0]
indices: [1, 3, 2]
c: [1, 2, 3, 4]
element_ids:
a: [0, 1]
b:
values: [6, 7, 7, 0, 1, 2]
indices: [3, 4, 5]
material_map: # (optional)
a: 0
b: 1
and agreed it could potentially be useful if users had material data stored in unconventional buffers, but we are unlikely to ever see this case.
We decided to remove support for this case from Blueprint verify and update the documentation accordingly. If we ever see a need for this, we can add it.
We discussed this case:
and agreed it could potentially be useful if users had material data stored in unconventional buffers, but we are unlikely to ever see this case.
We decided to remove support for this case from Blueprint verify and update the documentation accordingly. If we ever see a need for this, we can add it.