// $Id$
// Version: $Name$
//
-// Copyright (C) 2005 by the deal.II authors
+// Copyright (C) 2005, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
*/
static
DataSetDescriptor
- sub_face (const unsigned int face_no,
+ subface (const unsigned int face_no,
const unsigned int subface_no,
const bool face_orientation,
const unsigned int n_quadrature_points);
// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
template <int dim>
typename QProjector<dim>::DataSetDescriptor
QProjector<dim>::DataSetDescriptor::
-sub_face (const unsigned int face_no,
+subface (const unsigned int face_no,
const unsigned int subface_no,
const bool face_orientation,
const unsigned int n_quadrature_points)
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors
+// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
// faces are stored contiguously)
const typename QProjector<dim>::DataSetDescriptor offset
= (QProjector<dim>::DataSetDescriptor::
- sub_face (face, subface, cell->face_orientation(face),
+ subface (face, subface, cell->face_orientation(face),
quadrature.n_quadrature_points));
// get the flags indicating the
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
const typename QProjector<dim>::DataSetDescriptor dsd;
const typename QProjector<dim>::DataSetDescriptor offset
- = dsd.sub_face (face, subface, cell->face_orientation(face),
+ = dsd.subface (face, subface, cell->face_orientation(face),
quadrature.n_quadrature_points);
const UpdateFlags flags(fe_data.update_once | fe_data.update_each);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2005 by the deal.II authors
+// Copyright (C) 2005, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
const typename QProjector<dim>::DataSetDescriptor dsd;
const typename QProjector<dim>::DataSetDescriptor offset
- = dsd.sub_face (face, subface, cell->face_orientation(face),
+ = dsd.subface (face, subface, cell->face_orientation(face),
n_quad);
const UpdateFlags flags(fe_data.update_once | fe_data.update_each);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
quadrature_points.size())
:
// called from FESubfaceValues
- QProjector<dim>::DataSetDescriptor::sub_face (face_no, sub_no,
+ QProjector<dim>::DataSetDescriptor::subface (face_no, sub_no,
cell->face_orientation(face_no),
quadrature_points.size())
));
// $Id$
// Version: $Name$
//
-// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
this->compute_fill_face (cell, face_no, true,
n_q_points,
QProjector<dim>::DataSetDescriptor::
- sub_face (face_no, sub_no,
+ subface (face_no, sub_no,
cell->face_orientation(face_no),
n_q_points),
q.get_weights(),
// $Id$
// Version: $Name$
//
-// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
compute_fill_face (cell, face_no, true,
n_q_points,
- DataSetDescriptor::sub_face (face_no, sub_no,
+ DataSetDescriptor::subface (face_no, sub_no,
cell->face_orientation(face_no),
n_q_points),
q.get_weights(),