libMesh
Public Member Functions | List of all members
libMesh::OptimizationSystem::ComputeLowerAndUpperBounds Class Referenceabstract

Abstract base class to be used to calculate the lower and upper bounds for all dofs in the system. More...

#include <optimization_system.h>

Inheritance diagram for libMesh::OptimizationSystem::ComputeLowerAndUpperBounds:
[legend]

Public Member Functions

virtual ~ComputeLowerAndUpperBounds ()=default
 
virtual void lower_and_upper_bounds (sys_type &S)=0
 This function should update the following two vectors: this->get_vector("lower_bounds"), this->get_vector("upper_bounds"). More...
 

Detailed Description

Abstract base class to be used to calculate the lower and upper bounds for all dofs in the system.

Definition at line 209 of file optimization_system.h.

Constructor & Destructor Documentation

◆ ~ComputeLowerAndUpperBounds()

virtual libMesh::OptimizationSystem::ComputeLowerAndUpperBounds::~ComputeLowerAndUpperBounds ( )
virtualdefault

Member Function Documentation

◆ lower_and_upper_bounds()

virtual void libMesh::OptimizationSystem::ComputeLowerAndUpperBounds::lower_and_upper_bounds ( sys_type S)
pure virtual

This function should update the following two vectors: this->get_vector("lower_bounds"), this->get_vector("upper_bounds").


The documentation for this class was generated from the following file: