Xyce
6.1
|
#include <Teuchos_RefCountPtr.hpp>
#include <Epetra_Operator.h>
#include <Epetra_MultiVector.h>
#include <Epetra_Comm.h>
#include <Epetra_Map.h>
#include <N_LAS_MultiVector.h>
Go to the source code of this file.
Classes | |
class | Xyce::Nonlinear::MatrixFreeEpetraOperator |
Namespaces | |
namespace | Xyce |
Root namespace for the Xyce project. | |
namespace | Xyce::Nonlinear |
Typedefs | |
typedef Xyce::Nonlinear::MatrixFreeEpetraOperator | N_NLS_MatrixFreeEpetraOperator |
Functions | |
RefCountPtr < MatrixFreeEpetraOperator > | Xyce::Nonlinear::matrixFreeEpetraOperator (RefCountPtr< NonLinearSolver > nonlinearSolver, RefCountPtr< N_LAS_Vector > solVector, RefCountPtr< N_LAS_Vector > rhsVector, RefCountPtr< const Epetra_Map > solutionMap) |
Definition at line 182 of file N_NLS_MatrixFreeEpetraOperator.h.