LORENE
|
This class defines a variable change to be used when solving elliptic equations. More...
#include <change_var.h>
Public Member Functions | |
Change_var (int var) | |
Additive factor for F ## PROVISORY. | |
Change_var (int var, double) | |
Standard constructor. | |
Change_var (int var, double, double) | |
Standard constructor. | |
Change_var (const Change_var &so) | |
~Change_var () | |
Constructor by copy. | |
double | val_F (double x) |
Standard destructor. | |
double | val_der_F (double x) |
Returns the value of ![]() | |
double | val_G (double x) |
Returns the value of ![]() | |
double | val_der_G (double x) |
Returns the value of ![]() | |
Protected Attributes | |
double(* | func_F )(double) |
double(* | der_F )(double) |
Pointer on the function ![]() | |
double(* | func_G )(double) |
Pointer on the derivative of ![]() | |
double(* | der_G )(double) |
Pointer on the function ![]() | |
double | mult_F |
Pointer on the derivative of ![]() | |
double | add_F |
Multiplicative factor for F ## PROVISORY. | |
This class defines a variable change to be used when solving elliptic equations.
In {one particular domain}, the change is defined as follows :()
where
Definition at line 98 of file change_var.h.
Lorene::Change_var::Change_var | ( | int | var | ) |
Additive factor for F ## PROVISORY.
Standard constructor. Case with without parameter. {\tt var} defines explicitely the type of variable to be used. Are currently implemented : \begin{itemize} \item {\tt var}
Definition at line 99 of file change_var.C.
Lorene::Change_var::Change_var | ( | const Change_var & | so | ) |
Definition at line 271 of file change_var.C.
Lorene::Change_var::~Change_var | ( | ) |
Constructor by copy.
Definition at line 274 of file change_var.C.
Returns the value of
Definition at line 280 of file change_var.C.
|
protected |
Multiplicative factor for F ## PROVISORY.
Definition at line 107 of file change_var.h.
Pointer on the function
Definition at line 102 of file change_var.h.
Pointer on the function
Definition at line 104 of file change_var.h.
Definition at line 101 of file change_var.h.
Pointer on the derivative of
Definition at line 103 of file change_var.h.
|
protected |
Pointer on the derivative of
Definition at line 106 of file change_var.h.