Skip to content

Commit

Permalink
Added CI for ranges selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Whitlock committed Jul 21, 2021
1 parent bb11d1b commit 4277d52
Show file tree
Hide file tree
Showing 26 changed files with 2,048 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/libs/blueprint/conduit_blueprint_mesh_partition.cpp
Expand Up @@ -985,8 +985,9 @@ selection_ranges::determine_is_whole(const conduit::Node &n_mesh) const
auto n = num_ranges();
if(n == 1)
{
auto upper_bound = std::min(get_ranges()[1], num_elem_in_topo-1);
whole = get_ranges()[0] == 0 &&
get_ranges()[1] == num_elem_in_topo-1;
upper_bound == num_elem_in_topo-1;
}
else
{
Expand All @@ -995,12 +996,13 @@ selection_ranges::determine_is_whole(const conduit::Node &n_mesh) const
for(index_t i = 0; i < n; i++)
{
index_t start = indices[2*i];
index_t end = indices[2*i+1];
index_t end = std::min(indices[2*i+1], num_elem_in_topo-1);
for(index_t eid = start; eid <= end; eid++)
unique.insert(eid);
}
whole = static_cast<index_t>(unique.size()) == num_elem_in_topo;
}

return whole;
}

Expand Down
@@ -0,0 +1,35 @@

state:
time: 3.1415
cycle: 100
coordsets:
coords:
type: "explicit"
values:
x: [-10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0]
y: [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0]
topologies:
mesh:
type: "unstructured"
coordset: "coords"
elements:
shape: "quad"
connectivity: [0, 11, 12, 1, 1, 12, 13, 2, 2, 13, 14, 3, 3, 14, 15, 4, 4, 15, 16, 5, 5, 16, 17, 6, 6, 17, 18, 7, 7, 18, 19, 8, 8, 19, 20, 9, 9, 20, 21, 10, 11, 22, 23, 12, 12, 23, 24, 13, 13, 24, 25, 14, 14, 25, 26, 15, 15, 26, 27, 16, 16, 27, 28, 17, 17, 28, 29, 18, 18, 29, 30, 19, 19, 30, 31, 20, 20, 31, 32, 21, 22, 33, 34, 23, 23, 34, 35, 24, 24, 35, 36, 25, 25, 36, 37, 26, 26, 37, 38, 27, 27, 38, 39, 28, 28, 39, 40, 29, 29, 40, 41, 30, 30, 41, 42, 31, 31, 42, 43, 32, 33, 44, 45, 34, 34, 45, 46, 35, 35, 46, 47, 36, 36, 47, 48, 37, 37, 48, 49, 38, 38, 49, 50, 39, 39, 50, 51, 40, 40, 51, 52, 41, 41, 52, 53, 42, 42, 53, 54, 43, 44, 55, 56, 45, 45, 56, 57, 46, 46, 57, 58, 47, 47, 58, 59, 48, 48, 59, 60, 49, 49, 60, 61, 50, 50, 61, 62, 51, 51, 62, 63, 52, 52, 63, 64, 53, 53, 64, 65, 54, 55, 66, 67, 56, 56, 67, 68, 57, 57, 68, 69, 58, 58, 69, 70, 59, 59, 70, 71, 60, 60, 71, 72, 61, 61, 72, 73, 62, 62, 73, 74, 63, 63, 74, 75, 64, 64, 75, 76, 65, 66, 77, 78, 67, 67, 78, 79, 68, 68, 79, 80, 69, 69, 80, 81, 70, 70, 81, 82, 71, 71, 82, 83, 72, 72, 83, 84, 73, 73, 84, 85, 74, 74, 85, 86, 75, 75, 86, 87, 76, 77, 88, 89, 78, 78, 89, 90, 79, 79, 90, 91, 80, 80, 91, 92, 81, 81, 92, 93, 82, 82, 93, 94, 83, 83, 94, 95, 84, 84, 95, 96, 85, 85, 96, 97, 86, 86, 97, 98, 87, 88, 99, 100, 89, 89, 100, 101, 90, 90, 101, 102, 91, 91, 102, 103, 92, 92, 103, 104, 93, 93, 104, 105, 94, 94, 105, 106, 95, 95, 106, 107, 96, 96, 107, 108, 97, 97, 108, 109, 98, 99, 110, 111, 100, 100, 111, 112, 101, 101, 112, 113, 102, 102, 113, 114, 103, 103, 114, 115, 104, 104, 115, 116, 105, 105, 116, 117, 106, 106, 117, 118, 107, 107, 118, 119, 108, 108, 119, 120, 109]
fields:
braid:
association: "vertex"
type: "scalar"
topology: "mesh"
values: [2.00961335163232, 3.91936876247049, 1.84819870991097, -1.93780546900468, -3.48853305073499, -1.61074103652274, 1.26329389071927, 2.32325176908871, 1.33741433181842, -0.0346915803135985, -0.814560002066095, -1.62377070473108, 0.453574496665842, 1.13575807082679, 1.20416973102031, 1.54249688755568, 1.1813398174337, -1.33308217479166, -4.90013020898802, -5.84362701021767, -2.00414151836248, 3.85490090225047, -2.90890667116786, -3.04810973534946, -3.96334042296079, -3.29540753658712, 0.331984087910082, 4.58700673596295, 5.41562711724745, 1.76504901016238, -2.90814604103462, -4.55667309151039, -3.13613707528592, -0.536327253391785, -1.81723284220346, -5.22148293647595, -7.49828759830476, -5.96915604563057, -2.07012184179625, 0.234597515771756, -0.618204596995657, -1.86242150302242, -0.134109700645325, 3.8724495453656, 3.52756770328428, 3.15343225725758, -0.17469471964249, -3.20077806815674, -2.94662758124811, -0.613324929630531, -0.13515490466245, -3.07264697076782, -6.45159249290849, -6.49961608569292, -3.54192049332478, 5.87225735170648, 6.3075424909428, 3.73699235935842, 1.41506268784999, 2.39583616600613, 5.50534774299744, 6.73772458986095, 4.42783874596915, 1.50510345808268, 1.77279252138089, 4.94614110342372, 4.70313733886991, 4.32900152717727, 1.00087426108782, -2.0252092892523, -1.77105894923239, 0.562243603112749, 1.04041362002136, -1.89707830605872, -5.27602352166235, -5.32404666993955, -2.36635053365828, 1.365784806355, 0.0848792003950716, -3.31937052588614, -5.5961744986321, -4.06704212963352, -0.168007164998516, 2.136712791259, 1.28391103927988, 0.0396941487174405, 1.76800550270515, 5.77456380177134, -1.00679389597287, -1.14599635573058, -2.061226218628, -1.39329273480042, 2.23409880757976, 6.48912055558889, 7.31773950735424, 3.66715999980367, -1.00603587029959, -2.65456281776341, -1.23402572441608, -0.448199635088183, 1.62914600716817, 2.31132943693015, 2.37974015516495, 2.71806596671795, 2.35690804547093, -0.15751350242694, -3.72455978106259, -4.66805448721223, -0.82856796963002, 5.03047353370436, 2.00961402595266, 3.91936883548631, 1.84819760650622, -1.93780724810937, -3.48853409316301, -1.61074026592305, 1.26329598085936, 2.32325323630502, 1.33741344199798, -0.0346945628199731, -0.814562706228405]
radial:
association: "element"
type: "scalar"
topology: "mesh"
values: [141.42135623731, 128.062484748657, 116.619037896906, 107.70329614269, 101.980390271856, 100.0, 101.980390271856, 107.70329614269, 116.619037896906, 128.062484748657, 128.062484748657, 113.137084989848, 100.0, 89.4427190999916, 82.4621125123532, 80.0, 82.4621125123532, 89.4427190999916, 100.0, 113.137084989848, 116.619037896906, 100.0, 84.8528137423857, 72.1110255092798, 63.2455532033676, 60.0, 63.2455532033676, 72.1110255092798, 84.8528137423857, 100.0, 107.70329614269, 89.4427190999916, 72.1110255092798, 56.5685424949238, 44.7213595499958, 40.0, 44.7213595499958, 56.5685424949238, 72.1110255092798, 89.4427190999916, 101.980390271856, 82.4621125123532, 63.2455532033676, 44.7213595499958, 28.2842712474619, 20.0, 28.2842712474619, 44.7213595499958, 63.2455532033676, 82.4621125123532, 100.0, 80.0, 60.0, 40.0, 20.0, 0.0, 20.0, 40.0, 60.0, 80.0, 101.980390271856, 82.4621125123532, 63.2455532033676, 44.7213595499958, 28.2842712474619, 20.0, 28.2842712474619, 44.7213595499958, 63.2455532033676, 82.4621125123532, 107.70329614269, 89.4427190999916, 72.1110255092798, 56.5685424949238, 44.7213595499958, 40.0, 44.7213595499958, 56.5685424949238, 72.1110255092798, 89.4427190999916, 116.619037896906, 100.0, 84.8528137423857, 72.1110255092798, 63.2455532033676, 60.0, 63.2455532033676, 72.1110255092798, 84.8528137423857, 100.0, 128.062484748657, 113.137084989848, 100.0, 89.4427190999916, 82.4621125123532, 80.0, 82.4621125123532, 89.4427190999916, 100.0, 113.137084989848]
vel:
association: "vertex"
type: "vector"
topology: "mesh"
values:
u: [-10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0]
v: [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0]
@@ -0,0 +1,35 @@

state:
time: 3.1415
cycle: 100
coordsets:
coords:
type: "explicit"
values:
x: [-10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0]
y: [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0]
topologies:
mesh:
type: "unstructured"
coordset: "coords"
elements:
shape: "quad"
connectivity: [0, 11, 12, 1, 1, 12, 13, 2, 2, 13, 14, 3, 3, 14, 15, 4, 4, 15, 16, 5, 5, 16, 17, 6, 6, 17, 18, 7, 7, 18, 19, 8, 8, 19, 20, 9, 9, 20, 21, 10, 11, 22, 23, 12, 12, 23, 24, 13, 13, 24, 25, 14, 14, 25, 26, 15, 15, 26, 27, 16, 16, 27, 28, 17, 17, 28, 29, 18, 18, 29, 30, 19, 19, 30, 31, 20, 20, 31, 32, 21, 22, 33, 34, 23, 23, 34, 35, 24, 24, 35, 36, 25, 25, 36, 37, 26, 26, 37, 38, 27, 27, 38, 39, 28, 28, 39, 40, 29, 29, 40, 41, 30, 30, 41, 42, 31, 31, 42, 43, 32, 33, 44, 45, 34, 34, 45, 46, 35, 35, 46, 47, 36, 36, 47, 48, 37, 37, 48, 49, 38, 38, 49, 50, 39, 39, 50, 51, 40, 40, 51, 52, 41, 41, 52, 53, 42, 42, 53, 54, 43, 44, 55, 56, 45, 45, 56, 57, 46, 46, 57, 58, 47, 47, 58, 59, 48, 48, 59, 60, 49, 49, 60, 61, 50, 50, 61, 62, 51, 51, 62, 63, 52, 52, 63, 64, 53, 53, 64, 65, 54, 55, 66, 67, 56, 56, 67, 68, 57, 57, 68, 69, 58, 58, 69, 70, 59, 59, 70, 71, 60, 60, 71, 72, 61, 61, 72, 73, 62, 62, 73, 74, 63, 63, 74, 75, 64, 64, 75, 76, 65, 66, 77, 78, 67, 67, 78, 79, 68, 68, 79, 80, 69, 69, 80, 81, 70, 70, 81, 82, 71, 71, 82, 83, 72, 72, 83, 84, 73, 73, 84, 85, 74, 74, 85, 86, 75, 75, 86, 87, 76, 77, 88, 89, 78, 78, 89, 90, 79, 79, 90, 91, 80, 80, 91, 92, 81, 81, 92, 93, 82, 82, 93, 94, 83, 83, 94, 95, 84, 84, 95, 96, 85, 85, 96, 97, 86, 86, 97, 98, 87, 88, 99, 100, 89, 89, 100, 101, 90, 90, 101, 102, 91, 91, 102, 103, 92, 92, 103, 104, 93, 93, 104, 105, 94, 94, 105, 106, 95, 95, 106, 107, 96, 96, 107, 108, 97, 97, 108, 109, 98, 99, 110, 111, 100, 100, 111, 112, 101, 101, 112, 113, 102, 102, 113, 114, 103, 103, 114, 115, 104, 104, 115, 116, 105, 105, 116, 117, 106, 106, 117, 118, 107, 107, 118, 119, 108, 108, 119, 120, 109]
fields:
braid:
association: "vertex"
type: "scalar"
topology: "mesh"
values: [2.00961335163232, 3.91936876247049, 1.84819870991097, -1.93780546900468, -3.48853305073499, -1.61074103652274, 1.26329389071927, 2.32325176908871, 1.33741433181842, -0.0346915803135985, -0.814560002066095, -1.62377070473108, 0.453574496665842, 1.13575807082679, 1.20416973102031, 1.54249688755568, 1.1813398174337, -1.33308217479166, -4.90013020898802, -5.84362701021767, -2.00414151836248, 3.85490090225047, -2.90890667116786, -3.04810973534946, -3.96334042296079, -3.29540753658712, 0.331984087910082, 4.58700673596295, 5.41562711724745, 1.76504901016238, -2.90814604103462, -4.55667309151039, -3.13613707528592, -0.536327253391785, -1.81723284220346, -5.22148293647595, -7.49828759830476, -5.96915604563057, -2.07012184179625, 0.234597515771756, -0.618204596995657, -1.86242150302242, -0.134109700645325, 3.8724495453656, 3.52756770328428, 3.15343225725758, -0.17469471964249, -3.20077806815674, -2.94662758124811, -0.613324929630531, -0.13515490466245, -3.07264697076782, -6.45159249290849, -6.49961608569292, -3.54192049332478, 5.87225735170648, 6.3075424909428, 3.73699235935842, 1.41506268784999, 2.39583616600613, 5.50534774299744, 6.73772458986095, 4.42783874596915, 1.50510345808268, 1.77279252138089, 4.94614110342372, 4.70313733886991, 4.32900152717727, 1.00087426108782, -2.0252092892523, -1.77105894923239, 0.562243603112749, 1.04041362002136, -1.89707830605872, -5.27602352166235, -5.32404666993955, -2.36635053365828, 1.365784806355, 0.0848792003950716, -3.31937052588614, -5.5961744986321, -4.06704212963352, -0.168007164998516, 2.136712791259, 1.28391103927988, 0.0396941487174405, 1.76800550270515, 5.77456380177134, -1.00679389597287, -1.14599635573058, -2.061226218628, -1.39329273480042, 2.23409880757976, 6.48912055558889, 7.31773950735424, 3.66715999980367, -1.00603587029959, -2.65456281776341, -1.23402572441608, -0.448199635088183, 1.62914600716817, 2.31132943693015, 2.37974015516495, 2.71806596671795, 2.35690804547093, -0.15751350242694, -3.72455978106259, -4.66805448721223, -0.82856796963002, 5.03047353370436, 2.00961402595266, 3.91936883548631, 1.84819760650622, -1.93780724810937, -3.48853409316301, -1.61074026592305, 1.26329598085936, 2.32325323630502, 1.33741344199798, -0.0346945628199731, -0.814562706228405]
radial:
association: "element"
type: "scalar"
topology: "mesh"
values: [141.42135623731, 128.062484748657, 116.619037896906, 107.70329614269, 101.980390271856, 100.0, 101.980390271856, 107.70329614269, 116.619037896906, 128.062484748657, 128.062484748657, 113.137084989848, 100.0, 89.4427190999916, 82.4621125123532, 80.0, 82.4621125123532, 89.4427190999916, 100.0, 113.137084989848, 116.619037896906, 100.0, 84.8528137423857, 72.1110255092798, 63.2455532033676, 60.0, 63.2455532033676, 72.1110255092798, 84.8528137423857, 100.0, 107.70329614269, 89.4427190999916, 72.1110255092798, 56.5685424949238, 44.7213595499958, 40.0, 44.7213595499958, 56.5685424949238, 72.1110255092798, 89.4427190999916, 101.980390271856, 82.4621125123532, 63.2455532033676, 44.7213595499958, 28.2842712474619, 20.0, 28.2842712474619, 44.7213595499958, 63.2455532033676, 82.4621125123532, 100.0, 80.0, 60.0, 40.0, 20.0, 0.0, 20.0, 40.0, 60.0, 80.0, 101.980390271856, 82.4621125123532, 63.2455532033676, 44.7213595499958, 28.2842712474619, 20.0, 28.2842712474619, 44.7213595499958, 63.2455532033676, 82.4621125123532, 107.70329614269, 89.4427190999916, 72.1110255092798, 56.5685424949238, 44.7213595499958, 40.0, 44.7213595499958, 56.5685424949238, 72.1110255092798, 89.4427190999916, 116.619037896906, 100.0, 84.8528137423857, 72.1110255092798, 63.2455532033676, 60.0, 63.2455532033676, 72.1110255092798, 84.8528137423857, 100.0, 128.062484748657, 113.137084989848, 100.0, 89.4427190999916, 82.4621125123532, 80.0, 82.4621125123532, 89.4427190999916, 100.0, 113.137084989848]
vel:
association: "vertex"
type: "vector"
topology: "mesh"
values:
u: [-10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0, -10.0, -8.0, -6.0, -4.0, -2.0, 0.0, 2.0, 4.0, 6.0, 8.0, 10.0]
v: [-10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -10.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -8.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -6.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -4.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, -2.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 6.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 8.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0]
@@ -0,0 +1,44 @@

coordsets:
coords:
type: "explicit"
values:
x: [-10.0, -8.0, -10.0, -8.0]
y: [-10.0, -10.0, -8.0, -8.0]
topologies:
mesh:
type: "unstructured"
coordset: "coords"
elements:
shape: "quad"
connectivity: [0, 2, 3, 1]
state:
time: 3.1415
cycle: 100
fields:
braid:
association: "vertex"
topology: "mesh"
values: [2.00961335163232, 3.91936876247049, -1.62377070473108, 0.453574496665842]
vel:
association: "vertex"
topology: "mesh"
values:
u: [-10.0, -8.0, -10.0, -8.0]
v: [-10.0, -10.0, -8.0, -8.0]
original_vertex_ids:
association: "vertex"
topology: "mesh"
values:
domains: [0, 0, 0, 0]
ids: [0, 1, 11, 12]
radial:
association: "element"
topology: "mesh"
values: 141.42135623731
original_element_ids:
association: "element"
topology: "mesh"
values:
domains: [0, 0, 0, 0]
ids: 0

0 comments on commit 4277d52

Please sign in to comment.