CHROMA
lib
update
molecdyn
predictor
predictor.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*! \file
4
* \brief HMC linear system solver initial guess
5
*
6
* Monomials for HMC
7
*/
8
9
/*! \defgroup predictor HMC linear system solver initial guess
10
* \ingroup molecdyn
11
*
12
* Monomials for HMC
13
*/
14
15
#ifndef __predictor_h__
16
#define __predictor_h__
17
18
#include "
update/molecdyn/predictor/chrono_predictor.h
"
19
#include "
update/molecdyn/predictor/chrono_predictor_factory.h
"
20
#include "
update/molecdyn/predictor/predictor_aggregate.h
"
21
#include "
update/molecdyn/predictor/zero_guess_predictor.h
"
22
#include "
update/molecdyn/predictor/last_solution_predictor.h
"
23
24
#include "
update/molecdyn/predictor/circular_buffer.h
"
25
#include "
update/molecdyn/predictor/linear_extrap_predictor.h
"
26
27
#include "
update/molecdyn/predictor/lu_solve.h
"
28
#include "
update/molecdyn/predictor/mre_extrap_predictor.h
"
29
#endif
chrono_predictor.h
Chronological predictor for HMC.
chrono_predictor_factory.h
Monomial factories.
circular_buffer.h
Circular buffers.
last_solution_predictor.h
Last solution predictor.
linear_extrap_predictor.h
Linear extrapolation predictor.
lu_solve.h
LU solver.
mre_extrap_predictor.h
Minimal residual predictor.
predictor_aggregate.h
Chrono predictor aggregator.
zero_guess_predictor.h
Zero initial guess predictor.
Generated by
1.9.1