}
else if (n_points_1D == 4)
{
- const double q12 = 0.5;
-
- // clang-format off
- this->quadrature_points.emplace_back(0.06493051315916486, 0.06493051315916486);
- this->quadrature_points.emplace_back(0.06493051315916486, 0.8701389736816703);
- this->quadrature_points.emplace_back(0.8701389736816703, 0.06493051315916486);
- this->quadrature_points.emplace_back(0.2845755842491703, 0.517039939069323);
- this->quadrature_points.emplace_back(0.3135591843849315, 0.04386347179237249);
- this->quadrature_points.emplace_back(0.19838447668150672, 0.2845755842491703);
- this->quadrature_points.emplace_back(0.642577343822696, 0.3135591843849315);
- this->quadrature_points.emplace_back(0.517039939069323, 0.19838447668150672);
- this->quadrature_points.emplace_back(0.04386347179237249, 0.642577343822696);
- this->quadrature_points.emplace_back(0.517039939069323, 0.2845755842491703);
- this->quadrature_points.emplace_back(0.04386347179237249, 0.3135591843849315);
- this->quadrature_points.emplace_back(0.19838447668150672, 0.517039939069323);
- this->quadrature_points.emplace_back(0.642577343822696, 0.04386347179237249);
- this->quadrature_points.emplace_back(0.2845755842491703, 0.19838447668150672);
- this->quadrature_points.emplace_back(0.3135591843849315, 0.642577343822696);
- // clang-format on
-
- this->weights.emplace_back(q12 * 0.053077801790232484);
- this->weights.emplace_back(q12 * 0.053077801790232484);
- this->weights.emplace_back(q12 * 0.053077801790232484);
- this->weights.emplace_back(q12 * 0.07085308369213365);
- this->weights.emplace_back(q12 * 0.069274682079417);
- this->weights.emplace_back(q12 * 0.07085308369213365);
- this->weights.emplace_back(q12 * 0.069274682079417);
- this->weights.emplace_back(q12 * 0.07085308369213365);
- this->weights.emplace_back(q12 * 0.069274682079417);
- this->weights.emplace_back(q12 * 0.07085308369213365);
- this->weights.emplace_back(q12 * 0.069274682079417);
- this->weights.emplace_back(q12 * 0.07085308369213365);
- this->weights.emplace_back(q12 * 0.069274682079417);
- this->weights.emplace_back(q12 * 0.07085308369213365);
- this->weights.emplace_back(q12 * 0.069274682079417);
+ Quadrature<dim>::operator=(QWitherdenVincent<dim>(n_points_1D));
}
}
else if (dim == 3)
}
else if (n_points_1D == 4)
{
- const double Q16 = 1.0 / 6.0;
-
- // clang-format off
- this->quadrature_points.emplace_back(0.25, 0.25, 0.25);
- this->quadrature_points.emplace_back(0.3157011497782028, 0.3157011497782028, 0.3157011497782028);
- this->quadrature_points.emplace_back(0.3157011497782028, 0.3157011497782028, 0.05289655066539156);
- this->quadrature_points.emplace_back(0.3157011497782028, 0.05289655066539156, 0.3157011497782028);
- this->quadrature_points.emplace_back(0.05289655066539156, 0.3157011497782028, 0.3157011497782028);
- this->quadrature_points.emplace_back(0.05048982259839635, 0.05048982259839635, 0.44951017740160365);
- this->quadrature_points.emplace_back(0.05048982259839635, 0.44951017740160365, 0.05048982259839635);
- this->quadrature_points.emplace_back(0.44951017740160365, 0.05048982259839635, 0.05048982259839635);
- this->quadrature_points.emplace_back(0.05048982259839635, 0.44951017740160365, 0.44951017740160365);
- this->quadrature_points.emplace_back(0.44951017740160365, 0.05048982259839635, 0.44951017740160365);
- this->quadrature_points.emplace_back(0.44951017740160365, 0.44951017740160365, 0.05048982259839635);
- this->quadrature_points.emplace_back(0.188833831026001, 0.188833831026001, 0.575171637587);
- this->quadrature_points.emplace_back(0.02126547254148314, 0.02126547254148314, 0.8108302410985486);
- this->quadrature_points.emplace_back(0.188833831026001, 0.575171637587, 0.188833831026001);
- this->quadrature_points.emplace_back(0.02126547254148314, 0.8108302410985486, 0.02126547254148314);
- this->quadrature_points.emplace_back(0.575171637587, 0.188833831026001, 0.188833831026001);
- this->quadrature_points.emplace_back(0.8108302410985486, 0.02126547254148314, 0.02126547254148314);
- this->quadrature_points.emplace_back(0.188833831026001, 0.575171637587, 0.047160700360998065);
- this->quadrature_points.emplace_back(0.02126547254148314, 0.8108302410985486, 0.1466388138184851);
- this->quadrature_points.emplace_back(0.575171637587, 0.188833831026001, 0.047160700360998065);
- this->quadrature_points.emplace_back(0.8108302410985486, 0.02126547254148314, 0.1466388138184851);
- this->quadrature_points.emplace_back(0.575171637587, 0.047160700360998065, 0.188833831026001);
- this->quadrature_points.emplace_back(0.8108302410985486, 0.1466388138184851, 0.02126547254148314);
- this->quadrature_points.emplace_back(0.188833831026001, 0.188833831026001, 0.047160700360998065);
- this->quadrature_points.emplace_back(0.02126547254148314, 0.02126547254148314, 0.1466388138184851);
- this->quadrature_points.emplace_back(0.188833831026001, 0.047160700360998065, 0.188833831026001);
- this->quadrature_points.emplace_back(0.02126547254148314, 0.1466388138184851, 0.02126547254148314);
- this->quadrature_points.emplace_back(0.047160700360998065, 0.188833831026001, 0.188833831026001);
- this->quadrature_points.emplace_back(0.1466388138184851, 0.02126547254148314, 0.02126547254148314);
- this->quadrature_points.emplace_back(0.188833831026001, 0.047160700360998065, 0.575171637587);
- this->quadrature_points.emplace_back(0.02126547254148314, 0.1466388138184851, 0.8108302410985486);
- this->quadrature_points.emplace_back(0.047160700360998065, 0.188833831026001, 0.575171637587);
- this->quadrature_points.emplace_back(0.1466388138184851, 0.02126547254148314, 0.8108302410985486);
- this->quadrature_points.emplace_back(0.047160700360998065, 0.575171637587, 0.188833831026001);
- this->quadrature_points.emplace_back(0.1466388138184851, 0.8108302410985486, 0.02126547254148314);
- // clang-format on
-
- this->weights.emplace_back(Q16 * 0.09548528946413085);
- this->weights.emplace_back(Q16 * 0.04232958120996703);
- this->weights.emplace_back(Q16 * 0.04232958120996703);
- this->weights.emplace_back(Q16 * 0.04232958120996703);
- this->weights.emplace_back(Q16 * 0.04232958120996703);
- this->weights.emplace_back(Q16 * 0.03189692783285758);
- this->weights.emplace_back(Q16 * 0.03189692783285758);
- this->weights.emplace_back(Q16 * 0.03189692783285758);
- this->weights.emplace_back(Q16 * 0.03189692783285758);
- this->weights.emplace_back(Q16 * 0.03189692783285758);
- this->weights.emplace_back(Q16 * 0.03189692783285758);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
- this->weights.emplace_back(Q16 * 0.03720713072833462);
- this->weights.emplace_back(Q16 * 0.008110770829903342);
+ Quadrature<dim>::operator=(QWitherdenVincent<dim>(n_points_1D));
}
}