Home
last modified time | relevance | path

Searched refs:sixth_n_IDs (Results 1 – 1 of 1) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_mesh_connectivity_array.cpp529 const IndexType sixth_n_IDs = n_IDs / 6; in testInsert() local
537 for(IndexType round = 0; round < sixth_n_IDs; ++round) in testInsert()
572 connec.insertM(front_values, front_ID, sixth_n_IDs, front_offsets, front_types); in testInsert()
581 connec.insertM(middle_values, middle_ID, sixth_n_IDs, middle_offsets, middle_types); in testInsert()
582 EXPECT_EQ(connec.getNumberOfIDs(), 5 * sixth_n_IDs); in testInsert()
585 const IndexType back_ID = 5 * sixth_n_IDs; in testInsert()
589 connec.insertM(back_values, back_ID, sixth_n_IDs, back_offsets, back_types); in testInsert()