#include <optimization_system.h>
Public Member Functions | |
virtual | ~ComputeLowerAndUpperBounds () |
virtual void | lower_and_upper_bounds (sys_type &S)=0 |
Abstract base class to be used to calculate the lower and upper bounds for all dofs in the system.
Definition at line 204 of file optimization_system.h.
|
inlinevirtual |
Definition at line 207 of file optimization_system.h.
|
pure virtual |
This function should update the following two vectors: this->get_vector("lower_bounds"), this->get_vector("upper_bounds").