Registry
|
Public Member Functions | |
double | avg_rate (size_t function_index) const |
returns the averaged convergence rate for a function More... | |
CompositeConvCheck (SmartPtr< ApproximationSpace > ApproximationSpace) | |
CompositeConvCheck (SmartPtr< ApproximationSpace > ApproximationSpace, int maxSteps, double minDefect, double relReduction) | |
double | defect (size_t function_index) const |
returns the current defect More... | |
void | disable_rest_check () |
bool | iteration_ended () |
double | rate (size_t function_index) const |
returns the current convergence rate for a function More... | |
double | reduction (size_t function_index) const |
returns the current relative reduction for a function More... | |
void | set_adaptive (bool unnamed) |
whether adaptive meshing is used or not More... | |
void | set_all_component_check (double minDefect, double relReduction) |
void | set_component_check (std::string Components, std::vector< double > minDefect, std::vector< double > relReduction) |
void | set_group_check (std::vector< std::string > ComponentGroup, double minDefect, double relReduction) |
void | set_level (int grid_level) |
sets grid level where defect vectors come from More... | |
void | set_maximum_steps (int maximum_steps) |
void | set_rest_check (double minDefect, double relReduction) |
void | set_supress_unsuccessful (bool unnamed) |
whether to always report success when iteration is finished More... | |
void | set_time_measurement (bool unnamed) |
whether to perform a time measurement or not More... | |
void | set_verbose (bool verbosity) |
int | step () const |
returns the current number of steps More... | |
CompositeConvCheck | ( | SmartPtr< ApproximationSpace > | ApproximationSpace | ) |
[in] | ApproximationSpace |
CompositeConvCheck | ( | SmartPtr< ApproximationSpace > | ApproximationSpace, |
int | maxSteps, | ||
double | minDefect, | ||
double | relReduction | ||
) |
[in] | ApproximationSpace | |
[in] | maxSteps | |
[in] | minDefect | |
[in] | relReduction |
|
inline |
returns the averaged convergence rate for a function
[in] | function_index |
References CompositeConvCheck< class, class >::avg_rate().
|
inline |
returns the current defect
[in] | function_index |
References CompositeConvCheck< class, class >::defect().
|
inline |
|
inline |
|
inline |
returns the current convergence rate for a function
[in] | function_index |
References CompositeConvCheck< class, class >::rate().
|
inline |
returns the current relative reduction for a function
[in] | function_index |
References CompositeConvCheck< class, class >::reduction().
|
inline |
whether adaptive meshing is used or not
[in] | unnamed |
References CompositeConvCheck< class, class >::set_adaptive().
|
inline |
[in] | minDefect | |
[in] | relReduction |
References CompositeConvCheck< class, class >::set_all_component_check().
|
inline |
[in] | Components | |
[in] | minDefect | |
[in] | relReduction |
References CompositeConvCheck< class, class >::set_component_check().
|
inline |
[in] | ComponentGroup | |
[in] | minDefect | |
[in] | relReduction |
References CompositeConvCheck< class, class >::set_group_check().
|
inline |
sets grid level where defect vectors come from
[in] | grid_level |
References CompositeConvCheck< class, class >::set_level().
|
inline |
[in] | maximum_steps |
References CompositeConvCheck< class, class >::set_maximum_steps().
|
inline |
[in] | minDefect | |
[in] | relReduction |
References CompositeConvCheck< class, class >::set_rest_check().
|
inline |
whether to always report success when iteration is finished
[in] | unnamed |
References CompositeConvCheck< class, class >::set_supress_unsuccessful().
|
inline |
whether to perform a time measurement or not
[in] | unnamed |
References CompositeConvCheck< class, class >::set_time_measurement().
|
inline |
[in] | verbosity |
References CompositeConvCheck< class, class >::set_verbose().
|
inline |
returns the current number of steps
References CompositeConvCheck< class, class >::step().