/Users/mdipierro/fermiqcd/development/Libraries/fermiqcd_sdwf_algorithms.h File Reference
Go to the source code of this file.
Functions |
| void | project (staggered_field &psi, sdwf_field &chi, gauge_field &U) |
| void | project (staggered_field &psi, sdwf_field &chi, gauge_field &U, int sign, int L) |
| void | project (sdwf_field &chi, staggered_field &psi, gauge_field &U) |
| void | mul_Q (sdwf_field &psi_out, sdwf_field &psi_in, gauge_field &U, coefficients &coeff, int parity=EVENODD) |
| inversion_stats | mul_invQ (sdwf_field &psi_out, sdwf_field &psi_in, gauge_field &U, coefficients &coeff, mdp_real absolute_precision=sdwf_inversion_precision, mdp_real relative_precision=0, int max_steps=2000) |
| void | compute_swirls_field (gauge_field &U) |
Variables |
| const double | MDP_SDWF_SGN = 1.0 |
| void(* | default_sdwf_action )(sdwf_field &, sdwf_field &, gauge_field &, coefficients &, int) = SDWFActionSlow::mul_Q |
| inversion_stats(* | default_sdwf_inverter )(sdwf_field &, sdwf_field &, gauge_field &, coefficients &, mdp_real, mdp_real, int) = BiConjugateGradientStabilizedInverter<sdwf_field,gauge_field> |
Detailed Description
- Version:
- 2009-12-21
- Author:
- Massimo Di Pierro <mdipierro@cs.depaul.edu>
WORK IN PROGRESS
Distributed under GPL2 License
Created with support from the US Department of Energy
Function Documentation
Variable Documentation