Xyce
6.1
|
#include <Xyce_config.h>
#include <N_ANP_ModelEvaluator.h>
#include <N_LAS_Vector.h>
#include <N_LAS_BlockVector.h>
#include <N_LAS_BlockMatrix.h>
#include <N_LAS_BlockSystemHelpers.h>
#include <N_PDS_ParMap.h>
#include <Epetra_Map.h>
#include <Epetra_Vector.h>
#include <Epetra_CrsGraph.h>
#include <Epetra_CrsMatrix.h>
#include <Epetra_Operator.h>
Go to the source code of this file.
Namespaces | |
namespace | Xyce |
Root namespace for the Xyce project. | |
namespace | Xyce::Analysis |
Circuit Analysis Definitions. | |
Functions | |
RCP< N_LAS_BlockVector > | Xyce::Analysis::convertEpetraToNLASBlockVectorView (const RCP< const Epetra_Vector > &vec, const RCP< N_PDS_ParMap > &map) |
RCP< N_LAS_Vector > | Xyce::Analysis::convertEpetraToNLASVectorView (const RCP< const Epetra_Vector > &vec) |