#include <corner_singularity.h>
Public Member Functions | |
| CornerTimeSingularityRHS (const Point< 2 > &x0, const double theta0, const double omega) | |
| virtual | ~CornerTimeSingularityRHS () |
| destructor | |
| double | value (const Point< 2 > &x, const unsigned int component=0) const |
| point value at x | |
| void | vector_value (const Point< 2 > &p, Vector< double > &values) const |
| vector-valued value at x (for compatibility with Function) | |
Protected Attributes | |
| Point< 2 > | x0 |
| corner | |
| double | theta0 |
| starting angle | |
| double | omega |
| inner angle | |
u'(t,x,y)-Delta u(t,x,y) of CornerTimeSingularity
| MathTL::CornerTimeSingularityRHS::CornerTimeSingularityRHS | ( | const Point< 2 > & | x0, |
| const double | theta0, | ||
| const double | omega | ||
| ) |
constructor from a corner x0, a starting angle theta0 (times pi, against positive x-axis) and an inner angle omega (times pi);
1.7.6.1