#include <deque>
#include <utils/MemorySpaceType.h>
#include <linearAlgebra/MultiVector.h>
#include <linearAlgebra/BlasLapack.h>
#include <utils/ConditionalOStream.h>
#include <ksdft/MixingScheme.t.cpp>
Go to the source code of this file.
Classes | |
class | dftefe::ksdft::MixingScheme< ValueTypeMixingVariable, ValueTypeWeights > |
This class performs the anderson mixing in a variable agnostic way This class takes can take different input variables as input in a std::vector format and computes the mixing coefficients These coefficients can then be used to compute the new variable at the start of the SCF. More... | |
Namespaces | |
namespace | dftefe |
dealii includes | |
namespace | dftefe::ksdft |
Enumerations | |
enum class | dftefe::ksdft::mixingVariable { dftefe::ksdft::rho } |
Enum class that stores he list of variables that will can be used in the mixing scheme. More... | |