Xyce
6.1
|
#include <Xyce_config.h>
#include <N_ERH_ErrorMgr.h>
#include <N_NLS_NonLinearSolver.h>
#include <N_NLS_MatrixFreeEpetraOperator.h>
#include <N_LAS_Vector.h>
#include <N_PDS_ParMap.h>
Go to the source code of this file.
Functions | |
RefCountPtr < N_NLS_MatrixFreeEpetraOperator > | matrixFreeEpetraOperator (RefCountPtr< N_NLS_NonLinearSolver > nonlinearSolver, RefCountPtr< N_LAS_Vector > solVector, RefCountPtr< N_LAS_Vector > rhsVector, RefCountPtr< const Epetra_Map > solutionMap) |
RefCountPtr<N_NLS_MatrixFreeEpetraOperator> matrixFreeEpetraOperator | ( | RefCountPtr< N_NLS_NonLinearSolver > | nonlinearSolver, |
RefCountPtr< N_LAS_Vector > | solVector, | ||
RefCountPtr< N_LAS_Vector > | rhsVector, | ||
RefCountPtr< const Epetra_Map > | solutionMap | ||
) |
Definition at line 65 of file N_NLS_MatrixFreeEpetraOperator.C.