• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

AAdapt_InitialCondition.hpp

Go to the documentation of this file.
00001 //*****************************************************************//
00002 //    Albany 2.0:  Copyright 2012 Sandia Corporation               //
00003 //    This Software is released under the BSD license detailed     //
00004 //    in the file "license.txt" in the top-level Albany directory  //
00005 //*****************************************************************//
00006 
00007 #ifndef AADAPT_INITIALCONDITION_HPP
00008 #define AADAPT_INITIALCONDITION_HPP
00009 
00010 #include <string>
00011 #include "Teuchos_ParameterList.hpp"
00012 #include "Epetra_Vector.h"
00013 
00014 namespace AAdapt {
00015 
00016 void InitialConditions(const Teuchos::RCP<Epetra_Vector>& soln,
00017                        const Teuchos::ArrayRCP<Teuchos::ArrayRCP<Teuchos::ArrayRCP<Teuchos::ArrayRCP<int> > > >& wsElNodeEqID,
00018                        const Teuchos::ArrayRCP<std::string>& wsEBNames,
00019                        const Teuchos::ArrayRCP<Teuchos::ArrayRCP<Teuchos::ArrayRCP<double*> > > coords,
00020                        const int neq, const int numDim,
00021                        Teuchos::ParameterList& icParams,
00022                        const bool gasRestartSolution = false);
00023 }
00024 #endif

Generated on Wed Mar 26 2014 18:36:35 for Albany: a Trilinos-based PDE code by  doxygen 1.7.1