#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 <boost/random/mersenne_twister.hpp>#include <boost/random/uniform_real_distribution.hpp>#include <boost/math/special_functions/erf.hpp>#include <boost/random/normal_distribution.hpp>#include <boost/math/special_functions/gamma.hpp>#include <boost/math/special_functions/beta.hpp>#include "meshpp.hpp"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |