|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 77 of file damped-newton-generic.h.
Public Member Functions | |
| template<class Problem > | |
| Float | operator() (const Problem &P, const typename Problem::value_type &MFv) const |
| template<class Problem > | |
| Float | operator() (const Problem &P, const typename Problem::value_type &MFu, const typename Problem::value_type &delta_u) const |
| template<class Problem > | |
| Problem::value_type | grad (const Problem &P, const typename Problem::value_type &MFu) const |
| template<class Problem > | |
| Float | slope (const Problem &P, const typename Problem::value_type &MFu, const typename Problem::value_type &delta_u) const |
| Float operator() | ( | const Problem & | P, |
| const typename Problem::value_type & | MFv | ||
| ) | const |
Definition at line 79 of file damped-newton-generic.h.
| Float operator() | ( | const Problem & | P, |
| const typename Problem::value_type & | MFu, | ||
| const typename Problem::value_type & | delta_u | ||
| ) | const |
Definition at line 83 of file damped-newton-generic.h.
| Problem::value_type grad | ( | const Problem & | P, |
| const typename Problem::value_type & | MFu | ||
| ) | const |
Definition at line 87 of file damped-newton-generic.h.
| Float slope | ( | const Problem & | P, |
| const typename Problem::value_type & | MFu, | ||
| const typename Problem::value_type & | delta_u | ||
| ) | const |
Definition at line 91 of file damped-newton-generic.h.