TrilinosWrappers::SolverBase::AdditionalData Struct Reference

List of all members.

Public Member Functions

 AdditionalData (const bool output_solver_details=false, const unsigned int gmres_restart_parameter=30)

Public Attributes

const bool output_solver_details
const unsigned int gmres_restart_parameter


Detailed Description

Standardized data struct to pipe additional data to the solver.

Constructor & Destructor Documentation

TrilinosWrappers::SolverBase::AdditionalData::AdditionalData ( const bool  output_solver_details = false,
const unsigned int  gmres_restart_parameter = 30 
)

Sets the additional data field to the desired output format and puts the restart parameter in case the derived class is GMRES.

TODO: Find a better way for setting the GMRES restart parameter since it is quite inelegant to set a specific option of one solver in the base class for all solvers.


Member Data Documentation

Enables/disables the output of solver details (residual in each iterations etc.).

Restart parameter for GMRES solver.


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

deal.II documentation generated on Sat Aug 15 16:52:53 2009 by doxygen 1.5.9