CppNoddy
0.92
|
Define the boundary conditions. More...
Public Member Functions | |
Karman_left_BC () | |
void | residual_fn (const DenseVector< double > &z, DenseVector< double > &B) const |
A blank virtual residual function method. More... | |
Karman_left_BC () | |
void | residual_fn (const DenseVector< double > &z, DenseVector< double > &B) const |
A blank virtual residual function method. More... | |
Karman_left_BC () | |
void | residual_fn (const DenseVector< double > &z, DenseVector< double > &B) const |
A blank virtual residual function method. More... | |
Karman_left_BC () | |
void | residual_fn (const DenseVector< double > &z, DenseVector< double > &B) const |
A blank virtual residual function method. More... | |
Karman_left_BC () | |
void | residual_fn (const DenseVector< double > &z, DenseVector< double > &b) const |
A blank virtual residual function method. More... | |
![]() | |
Residual (const unsigned &order) | |
Constructor for a 'square' residual object that is, N residuals for N unknowns. More... | |
Residual (const unsigned &order, const unsigned &nvars) | |
Constructor for a 'non-square' residual object that is, there are less residual constraints than unknowns. More... | |
virtual | ~Residual () |
An empty destructor, virtual since we have virtual methods. More... | |
void | update (const DenseVector< double > &state) |
Update the Residual object for the current set of state variables. More... | |
const DenseVector< double > & | residual () const |
Return a handle to the residuals corresponding to the last update state. More... | |
const DenseMatrix< double > & | jacobian () const |
Retrun a handle to the Jacobian of the residual corresponding to the last update state. More... | |
double & | delta () |
const double & | delta () const |
unsigned | get_order () const |
Get the order of the residual vector. More... | |
unsigned | get_number_of_vars () const |
Get the number of variables that this residual condition is defined for. More... | |
virtual void | residual_fn (const DenseVector< double > &state, DenseVector< double > &f) const |
A blank virtual residual function method. More... | |
![]() | |
Residual_with_coords (const unsigned &order, const unsigned &ncoords) | |
Constructor for a 'square' residual object that is, N residuals for N unknowns. More... | |
Residual_with_coords (const unsigned &order, const unsigned &nvars, const unsigned &ncoords) | |
Constructor for a 'non-square' residual object that is, there are less residual constraints than unknowns. More... | |
virtual | ~Residual_with_coords () |
An empty destructor. More... | |
double & | coord (const unsigned &i) |
General handle access to the coordinates. More... | |
const double & | coord (const unsigned &i) const |
General handle access to the coordinates. More... | |
![]() | |
Residual (const unsigned &order) | |
Constructor for a 'square' residual object that is, N residuals for N unknowns. More... | |
Residual (const unsigned &order, const unsigned &nvars) | |
Constructor for a 'non-square' residual object that is, there are less residual constraints than unknowns. More... | |
virtual | ~Residual () |
An empty destructor, virtual since we have virtual methods. More... | |
void | update (const DenseVector< _Type > &state) |
Update the Residual object for the current set of state variables. More... | |
const DenseVector< _Type > & | residual () const |
Return a handle to the residuals corresponding to the last update state. More... | |
const DenseMatrix< _Type > & | jacobian () const |
Retrun a handle to the Jacobian of the residual corresponding to the last update state. More... | |
_Type & | delta () |
const _Type & | delta () const |
unsigned | get_order () const |
Get the order of the residual vector. More... | |
unsigned | get_number_of_vars () const |
Get the number of variables that this residual condition is defined for. More... | |
virtual void | residual_fn (const DenseVector< _Type > &state, DenseVector< _Type > &f) const |
A blank virtual residual function method. More... | |
Additional Inherited Members | |
![]() | |
virtual void | jacobian (const DenseVector< double > &state, DenseMatrix< double > &jac) const |
Because the residual evaluation at the current state is assumed to have already been done by the 'update' method, this routine is protected. More... | |
![]() | |
virtual void | jacobian (const DenseVector< _Type > &state, DenseMatrix< _Type > &jac) const |
Because the residual evaluation at the current state is assumed to have already been done by the 'update' method, this routine is protected. More... | |
![]() | |
DenseMatrix< double > | JAC_AT_LAST_STATE |
Jacobian for the last state vector. More... | |
DenseVector< double > | FN_AT_LAST_STATE |
Residual for the last state vector. More... | |
DenseVector< double > | LAST_STATE |
The last state vector. More... | |
double | DELTA |
A default step for FD computation of the Jacobian. More... | |
unsigned | ORDER_OF_SYSTEM |
The order of the system of equations. More... | |
unsigned | NUMBER_OF_VARS |
The number of elements in the state vector. More... | |
![]() | |
std::vector< double > | coords |
The coordinates stored for this residual. More... | |
![]() | |
DenseMatrix< _Type > | JAC_AT_LAST_STATE |
Jacobian for the last state vector. More... | |
DenseVector< _Type > | FN_AT_LAST_STATE |
Residual for the last state vector. More... | |
DenseVector< _Type > | LAST_STATE |
The last state vector. More... | |
_Type | DELTA |
A default step for FD computation of the Jacobian. More... | |
unsigned | ORDER_OF_SYSTEM |
The order of the system of equations. More... | |
unsigned | NUMBER_OF_VARS |
The number of elements in the state vector. More... | |
Define the boundary conditions.
Definition at line 53 of file BVPKarman.cpp.
|
inline |
Definition at line 57 of file BVPKarman.cpp.
|
inline |
Definition at line 55 of file BVPKarmanAdaptive.cpp.
|
inline |
Definition at line 63 of file BVPKarmanArclength.cpp.
|
inline |
Definition at line 69 of file BVPKarmanJacobian.cpp.
|
inline |
Definition at line 87 of file IBVPKarman.cpp.
|
inlinevirtual |
A blank virtual residual function method.
state | The unknown variable. |
f | The residual function f(x). |
Reimplemented from CppNoddy::Residual< double >.
Definition at line 59 of file BVPKarman.cpp.
References U, V, W, and CppNoddy::Example::z().
|
inlinevirtual |
A blank virtual residual function method.
state | The unknown variable. |
f | The residual function f(x). |
Reimplemented from CppNoddy::Residual< double >.
Definition at line 57 of file BVPKarmanAdaptive.cpp.
References U, V, W, and CppNoddy::Example::z().
|
inlinevirtual |
A blank virtual residual function method.
state | The unknown variable. |
f | The residual function f(x). |
Reimplemented from CppNoddy::Residual< double >.
Definition at line 65 of file BVPKarmanArclength.cpp.
References U, V, W, and CppNoddy::Example::z().
|
inlinevirtual |
A blank virtual residual function method.
state | The unknown variable. |
f | The residual function f(x). |
Reimplemented from CppNoddy::Residual< double >.
Definition at line 71 of file BVPKarmanJacobian.cpp.
References U, V, W, and CppNoddy::Example::z().
|
inlinevirtual |
A blank virtual residual function method.
state | The unknown variable. |
f | The residual function f(x). |
Reimplemented from CppNoddy::Residual< double >.
Definition at line 89 of file IBVPKarman.cpp.
References CppNoddy::Residual_with_coords< double >::coord(), U, V, W, CppNoddy::Example::W_disk(), CppNoddy::Example::W_inf(), and CppNoddy::Example::z().
© 2012
R.E. Hewitt