waves
Basic FE playground
IterativeSolver.cpp File Reference
#include "IterativeSolver.h"
#include "wTimer.h"
#include "wProblem.h"
#include "wTag.h"
#include "wMshData.h"
#include "wElement.h"
#include "wNode.h"
#include "wMedium.h"
#include "wDirichlet.h"
#include "wContact.h"
#include <map>
#include <math.h>
#include "wHex8.h"
#include "wQuad4.h"
#include "wTri3.h"
#include "wCacheHex8.h"
#include "wGaussHex8.h"
#include "wResults.h"
#include "wRandomVariable.h"
#include "wDisplayHook.h"
#include <mpi.h>
#include <cstring>
#include <sstream>
#include <iostream>
#include <locale>
#include "Stokhos_Tpetra_MP_Vector.hpp"
#include "Stokhos_Tpetra_Utilities_MP_Vector.hpp"
#include "Tpetra_ConfigDefs.hpp"
#include "Tpetra_Map.hpp"
#include "Tpetra_MultiVector.hpp"
#include "Tpetra_Vector.hpp"
#include "Tpetra_CrsGraph.hpp"
#include "Tpetra_CrsMatrix.hpp"
#include "Stokhos_Tpetra_CG.hpp"
#include "Teuchos_XMLParameterListCoreHelpers.hpp"
#include <Teuchos_Array.hpp>
#include <Teuchos_GlobalMPISession.hpp>
#include <Teuchos_oblackholestream.hpp>
#include <Teuchos_ScalarTraits.hpp>
#include <Teuchos_RCP.hpp>
#include "Teuchos_ParameterList.hpp"
#include "Stokhos_Amesos2_MP_Vector.hpp"
#include "Amesos2_Factory.hpp"
#include "Stokhos_Ifpack2_MP_Vector.hpp"
#include "Ifpack2_Factory.hpp"
#include "Belos_Tpetra_MP_Vector.hpp"
#include "BelosStatusTestCombo.hpp"
#include <Xpetra_BlockedCrsMatrix.hpp>
#include <Xpetra_Matrix.hpp>
#include <BelosXpetraAdapter.hpp>
#include <BelosMueLuAdapter.hpp>
#include <Xpetra_TpetraMultiVector.hpp>
#include <Xpetra_MapExtractorFactory.hpp>
#include <Xpetra_MatrixUtils.hpp>
#include "Kokkos_ViewFactory.hpp"
#include "Kokkos_Vector.hpp"
#include <Epetra_Map.h>
#include "Epetra_MpiComm.h"
#include "BelosConfigDefs.hpp"
#include "Map.h"
#include "DiscreteProblem.h"
#include <fstream>
#include <MueLu.hpp>
#include <MueLu_Exceptions.hpp>
#include <MueLu_Hierarchy.hpp>
#include <MueLu_MasterList.hpp>
#include <MueLu_MLParameterListInterpreter.hpp>
#include <MueLu_ParameterListInterpreter.hpp>
#include <MueLu_Utilities.hpp>
#include <MueLu_HierarchyUtils.hpp>
#include <BelosXpetraStatusTestGenResSubNorm_MP_Vector.hpp>
#include <BelosStatusTestWeightedGenResNorm_MP_Vector.hpp>
#include "ElementMatrices.h"
#include "NodesList.h"

Macros

#define HAVE_BELOS_TPETRA_TIMERS
 

Functions

template<typename scalar >
Teuchos::ParameterList convertParamList (Teuchos::ParameterList &paramList)
 

Macro Definition Documentation

◆ HAVE_BELOS_TPETRA_TIMERS

#define HAVE_BELOS_TPETRA_TIMERS

Function Documentation

◆ convertParamList()

template<typename scalar >
Teuchos::ParameterList convertParamList ( Teuchos::ParameterList &  paramList)