git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@31685
0785d39b-7218-0410-832d-
ea1e28bc413d
template <int structdim>
struct CellData
{
- /** Default constructor. Set
- members to meaningful default
- values. */
- CellData();
-
/**
* Indices of the vertices of
* this cell.
vertices[i] = numbers::invalid_unsigned_int;
material_id = 0;
+ // Set the face to be interior
+ boundary_id = numbers::internal_face_boundary_id;
+ // And the manifold to be invalid
+ manifold_id = numbers::invalid_manifold_id;
}
}
-template<int dim>
-CellData<dim>::CellData()
-{
- // Set the face to be interior
- boundary_id = numbers::internal_face_boundary_id;
- // And the manifold to be invalid
- manifold_id = numbers::invalid_manifold_id;
-}
+// template<int dim>
+// CellData<dim>::CellData()
+// {
+// // Set the face to be interior
+// boundary_id = numbers::internal_face_boundary_id;
+// // And the manifold to be invalid
+// manifold_id = numbers::invalid_manifold_id;
+// }
bool
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams