diff --git a/src/swage/unstructured_mesh.h b/src/swage/unstructured_mesh.h index 83b54b4b..65dca048 100644 --- a/src/swage/unstructured_mesh.h +++ b/src/swage/unstructured_mesh.h @@ -308,6 +308,12 @@ struct Mesh RaggedRightArrayKokkos bdy_nodes_in_set; ///< Boundary nodes in a boundary set DCArrayKokkos num_bdy_nodes_in_set; ///< Number of boundary nodes in a set + // ---- Internal Condition Data Definitions ---- // + size_t num_internal_sets = 0; ///< Number of internal sets + + RaggedRightArrayKokkos internal_nodes_in_set; ///< Internal nodes in an internal set + DCArrayKokkos num_internal_nodes_in_set; ///< Number of internal nodes in a set + // MPI Decomposition Data Definitions ---- // DCArrayKokkos local_to_global_node_mapping; ///< Local to global node mapping