Go to the source code of this file.
|
| real_t | bdr_func (const Vector &pt, real_t t) |
| |
| real_t | rhs_func (const Vector &pt, real_t t) |
| |
| void | UpdateProblem (Mesh &mesh, FiniteElementSpace &fespace, GridFunction &x, BilinearForm &a, LinearForm &b) |
| |
| int | main (int argc, char *argv[]) |
| |
| real_t | front (real_t x, real_t y, real_t z, real_t t, int) |
| |
| real_t | front_laplace (real_t x, real_t y, real_t z, real_t t, int dim) |
| |
| real_t | ball (real_t x, real_t y, real_t z, real_t t, int) |
| |
| real_t | ball_laplace (real_t x, real_t y, real_t z, real_t t, int dim) |
| |
| template<typename F0 , typename F1 > |
| real_t | composite_func (const Vector &pt, real_t t, F0 f0, F1 f1) |
| |
◆ ball()
◆ ball_laplace()
◆ bdr_func()
◆ composite_func()
template<typename F0 , typename F1 >
◆ front()
◆ front_laplace()
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ rhs_func()
◆ UpdateProblem()
◆ alpha
◆ nfeatures
◆ problem