#include "Epetra_SerialComm.h"#include "Epetra_Map.h"#include "Epetra_Vector.h"#include "Epetra_Version.h"#include "ExampleApplication.hpp"#include "Rythmos_ConfigDefs.h"#include "Rythmos_ForwardEulerStepper.hpp"#include "Rythmos_BackwardEulerStepper.hpp"#include "Rythmos_ExplicitRKStepper.hpp"#include "Rythmos_ImplicitBDFStepper.hpp"#include "Thyra_EpetraThyraWrappers.hpp"#include "Thyra_EpetraLinearOp.hpp"#include "Thyra_EpetraModelEvaluator.hpp"#include "Thyra_TimeStepNewtonNonlinearSolver.hpp"#include "Thyra_DiagonalEpetraLinearOpWithSolveFactory.hpp"#include "Thyra_TestingTools.hpp"#include <string>#include "Teuchos_RefCountPtr.hpp"#include "Teuchos_ParameterList.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_FancyOStream.hpp"#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_VerboseObject.hpp"#include "Teuchos_StandardCatchMacros.hpp"Include dependency graph for epetra/1Dfem/cxx_main.cpp:

Go to the source code of this file.
Enumerations | |
| enum | EMethod { METHOD_FE, METHOD_BE, METHOD_ERK, METHOD_BDF } |
| enum | STEP_METHOD { STEP_METHOD_FIXED, STEP_METHOD_VARIABLE } |
Functions | |
| int | main (int argc, char *argv[]) |
|
|
Definition at line 74 of file epetra/1Dfem/cxx_main.cpp. |
|
|
Definition at line 75 of file epetra/1Dfem/cxx_main.cpp. |
|
||||||||||||
|
Definition at line 77 of file epetra/1Dfem/cxx_main.cpp. |
1.3.9.1