|
libMesh
|
Go to the source code of this file.
Functions | |
| void | adjoint_read_initial_parameters () |
| void | adjoint_finish_initialization () |
| Number | adjoint_initial_value (const Point &p, const Parameters &, const std::string &, const std::string &) |
| Gradient | adjoint_initial_grad (const Point &p, const Parameters &, const std::string &, const std::string &) |
| void adjoint_finish_initialization | ( | ) |
Definition at line 28 of file adjoint_initial.C.
| Gradient adjoint_initial_grad | ( | const Point & | p, |
| const Parameters & | , | ||
| const std::string & | , | ||
| const std::string & | |||
| ) |
Definition at line 47 of file adjoint_initial.C.
References libMesh::Real.
Referenced by main().
| Number adjoint_initial_value | ( | const Point & | p, |
| const Parameters & | , | ||
| const std::string & | , | ||
| const std::string & | |||
| ) |
Definition at line 35 of file adjoint_initial.C.
References libMesh::Real.
Referenced by main().
| void adjoint_read_initial_parameters | ( | ) |
Definition at line 24 of file adjoint_initial.C.
1.8.14