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

Compute the constraint vector -u'' + exp(u) - z with natural boundary conditions. More...

#include <example_03.hpp>

Public Member Functions

 BoundaryValueProblem (Real xl, Real xr, Teuchos::RCP< NodalBasis< Real > > basisp)
 
template<class ScalarT >
void value (Vector< ScalarT > &c, const Vector< ScalarT > &u, const Vector< ScalarT > &z, Real &tol)
 

Private Attributes

int n_
 
VectorFunction< Real, DiffUdiff_
 
VectorFunction< Real, ExpUexp_
 
VectorFunction< Real, MinusZminusz_
 

Detailed Description

template<class Real>
class BoundaryValueProblem< Real >

Compute the constraint vector -u'' + exp(u) - z with natural boundary conditions.

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

Constructor & Destructor Documentation

template<class Real>
BoundaryValueProblem< Real >::BoundaryValueProblem ( Real  xl,
Real  xr,
Teuchos::RCP< NodalBasis< Real > >  basisp 
)
inline

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

Member Function Documentation

template<class Real>
template<class ScalarT >
void BoundaryValueProblem< Real >::value ( Vector< ScalarT > &  c,
const Vector< ScalarT > &  u,
const Vector< ScalarT > &  z,
Real &  tol 
)
inline

Member Data Documentation

template<class Real>
int BoundaryValueProblem< Real >::n_
private

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

template<class Real>
VectorFunction<Real,DiffU> BoundaryValueProblem< Real >::diff_
private

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

template<class Real>
VectorFunction<Real,ExpU> BoundaryValueProblem< Real >::exp_
private

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

template<class Real>
VectorFunction<Real,MinusZ> BoundaryValueProblem< Real >::minusz_
private

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


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