Trilinos based (stochastic) FEM solvers
main.cpp File Reference
#include "Epetra_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Teuchos_CommandLineProcessor.hpp"
#include "Teuchos_StandardCatchMacros.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_XMLParameterListCoreHelpers.hpp"
#include "neumannInnerSurface_PolyconvexHGO.hpp"
#include "newtonRaphson.hpp"
#include <boost/math/special_functions/gamma.hpp>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int load_solution (std::string &filesolution, Epetra_Vector *x)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ load_solution()

int load_solution ( std::string &  filesolution,
Epetra_Vector *  x 
)

Definition at line 115 of file main.cpp.

◆ main()

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

Definition at line 23 of file main.cpp.