libMesh::NonlinearImplicitSystem::ComputeBounds Class Reference
#include <nonlinear_implicit_system.h>
Public Member Functions | |
| virtual | ~ComputeBounds () |
| virtual void | bounds (NumericVector< Number > &XL, NumericVector< Number > &XU, sys_type &S)=0 |
Detailed Description
Abstract base class to be used to calculate the bounds on the degrees of freedom of a nonlinear system.
Definition at line 116 of file nonlinear_implicit_system.h.
Constructor & Destructor Documentation
| virtual libMesh::NonlinearImplicitSystem::ComputeBounds::~ComputeBounds | ( | ) | [inline, virtual] |
Definition at line 119 of file nonlinear_implicit_system.h.
Member Function Documentation
| virtual void libMesh::NonlinearImplicitSystem::ComputeBounds::bounds | ( | NumericVector< Number > & | XL, | |
| NumericVector< Number > & | XU, | |||
| sys_type & | S | |||
| ) | [pure virtual] |
This function will be called to compute the bounds vector and must be implemented by the user in a derived class.
The documentation for this class was generated from the following file:
Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:31 UTC
Hosted By: