ROL
Public Member Functions | Private Attributes | List of all members
BVP_Constraint< Real, BoundaryValueProblem > Class Template Reference

Inherit and add method for applying the inverse partial constraint Jacobian and its adjoint. More...

#include <example_03.hpp>

+ Inheritance diagram for BVP_Constraint< Real, BoundaryValueProblem >:

Public Member Functions

 BVP_Constraint (const BoundaryValueProblem< Real > &bvp)
 

Private Attributes

Teuchos::LAPACK< int, Real > lapack_
 

Detailed Description

template<class Real, template< class > class BoundaryValueProblem>
class BVP_Constraint< Real, BoundaryValueProblem >

Inherit and add method for applying the inverse partial constraint Jacobian and its adjoint.

Definition at line 115 of file sacado/example_03.hpp.

Constructor & Destructor Documentation

template<class Real, template< class > class BoundaryValueProblem>
BVP_Constraint< Real, BoundaryValueProblem >::BVP_Constraint ( const BoundaryValueProblem< Real > &  bvp)
inline

Definition at line 121 of file sacado/example_03.hpp.

Member Data Documentation

template<class Real, template< class > class BoundaryValueProblem>
Teuchos::LAPACK<int,Real> BVP_Constraint< Real, BoundaryValueProblem >::lapack_
private

Definition at line 117 of file sacado/example_03.hpp.


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