Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
add_direction< Problem, std::false_type >

Detailed Description

template<class Problem>
class rheolef::details::add_direction< Problem, std::false_type >

Definition at line 155 of file newton_add_missing.h.

+ Inheritance diagram for add_direction< Problem, std::false_type >:

Public Types

typedef Problem::float_type float_type
 
typedef Problem::value_type value_type
 

Public Member Functions

 add_direction (const add_direction &f)
 
 add_direction (const Problem &f)
 
value_type direction (const value_type &uh) const
 
add_direction< Problem > & operator= (add_direction< Problem > &&f)
 

Member Typedef Documentation

◆ float_type

template<class Problem >
typedef Problem::float_type float_type

Definition at line 157 of file newton_add_missing.h.

◆ value_type

template<class Problem >
typedef Problem::value_type value_type

Definition at line 158 of file newton_add_missing.h.

Constructor & Destructor Documentation

◆ add_direction() [1/2]

template<class Problem >
add_direction ( const add_direction< Problem, std::false_type > &  f)

Definition at line 159 of file newton_add_missing.h.

◆ add_direction() [2/2]

template<class Problem >
add_direction ( const Problem &  f)
explicit

Definition at line 160 of file newton_add_missing.h.

Member Function Documentation

◆ direction()

template<class Problem >
value_type direction ( const value_type uh) const

Definition at line 161 of file newton_add_missing.h.

◆ operator=()

template<class Problem >
add_direction< Problem > & operator= ( add_direction< Problem > &&  f)

Definition at line 165 of file newton_add_missing.h.


The documentation for this class was generated from the following file: