+template <>
double RHSPoly<2>::operator () (const Point<2> &p) const {
const double x = p(0),
y = p(1);
+template <>
double Solution<2>::operator () (const Point<2> &p) const {
const double x = p(0),
y = p(1);
};
+template <>
Tensor<1,2> Solution<2>::gradient (const Point<2> &p) const {
const double x = p(0),
y = p(1);
-
+template <>
void PoissonEquation<2>::assemble (dFMatrix &cell_matrix,
dVector &rhs,
const FEValues<2> &fe_values,
+template <>
double RHSPoly<2>::operator () (const Point<2> &p) const {
const double x = p(0),
y = p(1);
+template <>
double Solution<2>::operator () (const Point<2> &p) const {
const double x = p(0),
y = p(1);
};
+template <>
Tensor<1,2> Solution<2>::gradient (const Point<2> &p) const {
const double x = p(0),
y = p(1);
-
+template <>
void PoissonEquation<2>::assemble (dFMatrix &cell_matrix,
dVector &rhs,
const FEValues<2> &fe_values,
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