// $Id$
// Version: $Name$
//
-// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006 by the deal.II authors
+// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
static const double wts[] = { wts_normal[0]/2.,
wts_normal[1]/2. };
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];
wts_normal[1]/2.,
wts_normal[2]/2. };
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];
wts_normal[2]/2.,
wts_normal[3]/2. };
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];
wts_normal[3]/2.,
wts_normal[4]/2. };
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];
wts_normal[4]/2.,
wts_normal[5]/2. };
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];
wts_normal[5]/2.,
wts_normal[6]/2. };
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];
static const double xpts[] = { 0.0, 1.0 };
static const double wts[] = { 0.5, 0.5 };
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];
static const double xpts[] = { 0.0, 0.5, 1.0 };
static const double wts[] = { 1./6., 2./3., 1./6. };
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];
static const double xpts[] = { 0.0, .25, .5, .75, 1.0 };
static const double wts[] = { 7./90., 32./90., 12./90., 32./90., 7./90. };
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];
27./840., 216./840., 41./840.
};
- for (unsigned int i=0; i<this->n_quadrature_points; ++i)
+ for (unsigned int i=0; i<this->size(); ++i)
{
this->quadrature_points[i] = Point<1>(xpts[i]);
this->weights[i] = wts[i];