libMesh
|
Abstract base class to be used to calculate the bounds on the degrees of freedom of a nonlinear system. More...
#include <nonlinear_implicit_system.h>
Public Member Functions | |
virtual | ~ComputeBounds ()=default |
virtual void | bounds (NumericVector< Number > &XL, NumericVector< Number > &XU, sys_type &S)=0 |
This function will be called to compute the bounds vector and must be implemented by the user in a derived class. More... | |
Abstract base class to be used to calculate the bounds on the degrees of freedom of a nonlinear system.
Definition at line 127 of file nonlinear_implicit_system.h.
|
virtualdefault |
|
pure virtual |
This function will be called to compute the bounds vector and must be implemented by the user in a derived class.