Home
last modified time | relevance | path

Searched refs:ThermostatIntegratorFluxFiltered (Results 1 – 2 of 2) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DThermostat.h615 class ThermostatIntegratorFluxFiltered : public ThermostatIntegratorFlux {
619 ThermostatIntegratorFluxFiltered(AtomicRegulator * thermostat,
623 virtual ~ThermostatIntegratorFluxFiltered() {}; in ~ThermostatIntegratorFluxFiltered()
654 ThermostatIntegratorFluxFiltered();
H A DThermostat.cpp210 … regulatorMethod_ = new ThermostatIntegratorFluxFiltered(this,lambdaMaxIterations_); in construct_methods()
244 regulatorMethod_ = new ThermostatIntegratorFluxFiltered(this,lambdaMaxIterations_); in construct_methods()
1644 ThermostatIntegratorFluxFiltered::ThermostatIntegratorFluxFiltered(AtomicRegulator * thermostat, in ThermostatIntegratorFluxFiltered() function in ATC::ThermostatIntegratorFluxFiltered
1656 void ThermostatIntegratorFluxFiltered::initialize() in initialize()
1674 void ThermostatIntegratorFluxFiltered::apply_post_corrector(double dt) in apply_post_corrector()
1689 void ThermostatIntegratorFluxFiltered::add_to_energy(const DENS_MAT & nodalLambdaPower, in add_to_energy()
1707 void ThermostatIntegratorFluxFiltered::set_thermostat_rhs(DENS_MAT & rhs, in set_thermostat_rhs()
1746 void ThermostatIntegratorFluxFiltered::output(OUTPUT_LIST & outputData) in output()
2000 …thermostatFlux_ = new ThermostatIntegratorFluxFiltered(thermostat,lambdaMaxIterations,regulatorPre… in ThermostatFluxFixedFiltered()