AbstractNonlinearEllipticPde< SPACE_DIM > Class Template Reference
#include <AbstractNonlinearEllipticPde.hpp>
List of all members.
Detailed Description
template<unsigned SPACE_DIM>
class AbstractNonlinearEllipticPde< SPACE_DIM >
AbstractNonlinearEllipticPde class.
A simple elliptic PDE in 1 unknown with nonlinear diffusion term as well as nonlinear source term:
0 = Grad.(DiffusionTerm(x,u)*Grad(u))+LinearSourceTerm(x)+NonlinearSourceTerm(x, u)
Definition at line 52 of file AbstractNonlinearEllipticPde.hpp.
Constructor & Destructor Documentation
template<unsigned SPACE_DIM>
Member Function Documentation
template<unsigned SPACE_DIM>
- Returns:
- computed diffusion term. The diffusion tensor should be symmetric and positive definite.
- Parameters:
-
| rX | the point in space at which the diffusion term is computed. |
| u | the value of the dependent variable at the point |
template<unsigned SPACE_DIM>
- Returns:
- computed derivative of diffusion term.
- Parameters:
-
| rX | the point in space at which the diffusion term is computed. |
| u | the value of the dependent variable at the point |
template<unsigned SPACE_DIM>
- Returns:
- computed linear source term.
- Parameters:
-
| rX | the point in space at which the linear source term is computed |
template<unsigned SPACE_DIM>
- Returns:
- computed nonlinear source term.
- Parameters:
-
| rX | the point in space at which the nonlinear source term is computed |
| u | the value of the dependent variable at the point |
template<unsigned SPACE_DIM>
- Returns:
- computed derivative of nonlinear source term.
- Parameters:
-
| rX | the point in space at which the nonlinear source term is computed |
| u | the value of the dependent variable at the point |
The documentation for this class was generated from the following file: