Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | Public Attributes | List of all members
SLEPcWrappers::SolverGeneralizedDavidson::AdditionalData Struct Reference

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

Public Member Functions

 AdditionalData (bool double_expansion=false)
 

Public Attributes

bool double_expansion
 

Detailed Description

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

Definition at line 559 of file slepc_solver.h.

Constructor & Destructor Documentation

SLEPcWrappers::SolverGeneralizedDavidson::AdditionalData::AdditionalData ( bool  double_expansion = false)

Constructor. By default set double_expansion to false.

Definition at line 407 of file slepc_solver.cc.

Member Data Documentation

bool SLEPcWrappers::SolverGeneralizedDavidson::AdditionalData::double_expansion

Use double expansion in search subspace.

Definition at line 564 of file slepc_solver.h.


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