|
ROL
|
#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< RealT > | PrimalStateVector |
| typedef H1VectorDual< RealT > | DualStateVector |
| typedef L2VectorPrimal< RealT > | PrimalControlVector |
| typedef L2VectorDual< RealT > | DualControlVector |
| typedef H1VectorDual< RealT > | PrimalConstraintVector |
| typedef H1VectorPrimal< RealT > | DualConstraintVector |
Functions | |
| int | main (int argc, char *argv[]) |
| typedef double RealT |
Definition at line 61 of file function/test_04.cpp.
| typedef H1VectorPrimal<RealT> PrimalStateVector |
Definition at line 62 of file function/test_04.cpp.
| typedef H1VectorDual<RealT> DualStateVector |
Definition at line 63 of file function/test_04.cpp.
| typedef L2VectorPrimal<RealT> PrimalControlVector |
Definition at line 64 of file function/test_04.cpp.
| typedef L2VectorDual<RealT> DualControlVector |
Definition at line 65 of file function/test_04.cpp.
| typedef H1VectorDual<RealT> PrimalConstraintVector |
Definition at line 66 of file function/test_04.cpp.
| typedef H1VectorPrimal<RealT> DualConstraintVector |
Definition at line 67 of file function/test_04.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 69 of file function/test_04.cpp.
1.8.5