Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PArpackSolver< VectorType >::AdditionalData Struct Reference

#include <deal.II/lac/parpack_solver.h>

Public Member Functions

 AdditionalData (const unsigned int number_of_arnoldi_vectors=15, const WhichEigenvalues eigenvalue_of_interest=largest_magnitude, const bool symmetric=false, const int mode=3)
 

Public Attributes

const unsigned int number_of_arnoldi_vectors
 
const WhichEigenvalues eigenvalue_of_interest
 
const bool symmetric
 
const int mode
 

Detailed Description

template<typename VectorType>
struct PArpackSolver< VectorType >::AdditionalData

Standardized data struct to pipe additional data to the solver, should it be needed.

Definition at line 274 of file parpack_solver.h.

Constructor & Destructor Documentation

◆ AdditionalData()

template<typename VectorType >
PArpackSolver< VectorType >::AdditionalData::AdditionalData ( const unsigned int  number_of_arnoldi_vectors = 15,
const WhichEigenvalues  eigenvalue_of_interest = largest_magnitude,
const bool  symmetric = false,
const int  mode = 3 
)

Definition at line 602 of file parpack_solver.h.

Member Data Documentation

◆ number_of_arnoldi_vectors

template<typename VectorType >
const unsigned int PArpackSolver< VectorType >::AdditionalData::number_of_arnoldi_vectors

Definition at line 276 of file parpack_solver.h.

◆ eigenvalue_of_interest

template<typename VectorType >
const WhichEigenvalues PArpackSolver< VectorType >::AdditionalData::eigenvalue_of_interest

Definition at line 277 of file parpack_solver.h.

◆ symmetric

template<typename VectorType >
const bool PArpackSolver< VectorType >::AdditionalData::symmetric

Definition at line 278 of file parpack_solver.h.

◆ mode

template<typename VectorType >
const int PArpackSolver< VectorType >::AdditionalData::mode

Definition at line 279 of file parpack_solver.h.


The documentation for this struct was generated from the following file: