ROL
Classes | Namespaces | Macros | Functions
ROL_BVP.hpp File Reference

Contains definitions for the discrete boundary value problem (More, Garbow, Hillstrom, 1981). More...

#include "ROL_ScaledStdVector.hpp"
#include "ROL_Objective.hpp"
#include "ROL_BoundConstraint.hpp"

Go to the source code of this file.

Classes

class  ROL::ZOO::Objective_BVP< Real >
 The discrete boundary value problem. More...
 

Namespaces

 ROL
 
 ROL::ZOO
 

Macros

#define ROL_BVP_HPP
 

Functions

template<class Real >
void ROL::ZOO::getBVP (Teuchos::RCP< Objective< Real > > &obj, Teuchos::RCP< BoundConstraint< Real > > &con, Teuchos::RCP< Vector< Real > > &x0, Teuchos::RCP< Vector< Real > > &x)
 

Detailed Description

Contains definitions for the discrete boundary value problem (More, Garbow, Hillstrom, 1981).

Author
Created by D. Ridzal and D. Kouri.

Definition in file ROL_BVP.hpp.

Macro Definition Documentation

◆ ROL_BVP_HPP

#define ROL_BVP_HPP

Definition at line 54 of file ROL_BVP.hpp.