make_periodicity_constraints (const FaceIterator &face_1,
const typename identity<FaceIterator>::type &face_2,
dealii::ConstraintMatrix &constraint_matrix,
- const std::vector<bool> &component_mask = std::vector<bool>())
+ const std::vector<bool> &component_mask)
{
static const int dim = FaceIterator::AccessorType::dimension;
const types::boundary_id_t boundary_component,
const int direction,
dealii::ConstraintMatrix &constraint_matrix,
- const std::vector<bool> &component_mask = std::vector<bool>())
+ const std::vector<bool> &component_mask)
{
Tensor<1,DH::space_dimension> dummy;
make_periodicity_constraints (dof_handler,
dealii::Tensor<1,DH::space_dimension>
&offset,
dealii::ConstraintMatrix &constraint_matrix,
- const std::vector<bool> &component_mask = std::vector<bool>())
+ const std::vector<bool> &component_mask)
{
static const int space_dim = DH::space_dimension;
Assert (0<=direction && direction<space_dim,
const types::boundary_id_t boundary_component,
int direction,
const dealii::Tensor<1,CellIterator::AccessorType::space_dimension>
- &offset = dealii::Tensor<1,CellIterator::AccessorType::space_dimension>())
+ &offset)
{
static const int space_dim = CellIterator::AccessorType::space_dimension;
Assert (0<=direction && direction<space_dim,
const types::boundary_id_t boundary_component,
int direction,
const dealii::Tensor<1,DH::space_dimension>
- &offset = Tensor<1,DH::space_dimension>())
+ &offset)
{
return collect_periodic_cell_pairs<typename DH::cell_iterator>
(dof_handler.begin_active(),
void
StraightBoundary<3>::
get_normals_at_vertices (const Triangulation<3>::face_iterator &face,
- Boundary<3>::FaceVertexNormals &face_vertex_normals) const
+ Boundary<3,3>::FaceVertexNormals &face_vertex_normals) const
{
const unsigned int vertices_per_face = GeometryInfo<3>::vertices_per_face;