ROL
Typedefs | Functions
test_04.cpp File Reference

Test default Constraint_SimOpt solve. More...

#include "ROL_Stream.hpp"
#include "Teuchos_GlobalMPISession.hpp"
#include "Teuchos_Comm.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Teuchos_CommHelpers.hpp"
#include <iostream>
#include <fstream>
#include <algorithm>
#include "test_04.hpp"

Go to the source code of this file.

Typedefs

typedef double RealT
 
typedef H1VectorPrimal< RealTPrimalStateVector
 
typedef H1VectorDual< RealTDualStateVector
 
typedef L2VectorPrimal< RealTPrimalControlVector
 
typedef L2VectorDual< RealTDualControlVector
 
typedef H1VectorDual< RealTPrimalConstraintVector
 
typedef H1VectorPrimal< RealTDualConstraintVector
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Test default Constraint_SimOpt solve.

Test default Constraint_SimOpt solve function.

Definition in file function/test_04.cpp.

Typedef Documentation

◆ RealT

typedef double RealT

Definition at line 61 of file function/test_04.cpp.

◆ PrimalStateVector

Definition at line 62 of file function/test_04.cpp.

◆ DualStateVector

Definition at line 63 of file function/test_04.cpp.

◆ PrimalControlVector

Definition at line 64 of file function/test_04.cpp.

◆ DualControlVector

Definition at line 65 of file function/test_04.cpp.

◆ PrimalConstraintVector

Definition at line 66 of file function/test_04.cpp.

◆ DualConstraintVector

Definition at line 67 of file function/test_04.cpp.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 69 of file function/test_04.cpp.