AMDiS  0.3
The Adaptive Multi-Dimensional Simulation Toolbox
AMGPreconCreator< AMGSolver, Traits > Class Template Reference

A creator for AMGPrecon, reads the smoother type from initfile: More...

#include <AMGPrecon.hpp>

Inherits CreatorInterfaceName< ISTLPreconCreatorInterface< Traits > >.

Public Member Functions

std::unique_ptr< PreconCreatorBasecreateWithString (std::string prefix) override
 Must be implemented by sub classes of CreatorInterfaceName. Creates a new instance of the sub class of BaseClass by passing a string to the constructor.
 
- Public Member Functions inherited from CreatorInterfaceName< ISTLPreconCreatorInterface< Traits > >
std::unique_ptr< ISTLPreconCreatorInterface< Traits > > create () final
 Must be implemented by sub classes of CreatorInterface. Creates a new instance of the sub class of BaseClass.
 

Detailed Description

template<template< class... > class AMGSolver, class Traits>
class AMDiS::AMGPreconCreator< AMGSolver, Traits >

A creator for AMGPrecon, reads the smoother type from initfile:

Initfile parameters:

  • `[PRECON]->smoother: The Smoother type to use. [jacobi]

Note: possible values for the smoother types: [diag|jacobi], ssor.


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