Home
last modified time | relevance | path

Searched refs:cfl_ (Results 1 – 10 of 10) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/rungekutta/
H A Dtimestepcontrol.hh176 cfl_( parameters_->cflStart() ), in ImplicitRungeKuttaTimeStepControl()
185 cfl_( parameters_->cflStart() ), in ImplicitRungeKuttaTimeStepControl()
197 parameters().initTimeStepEstimate( sourceTermEstimate, helmholtzEstimate, estimate, cfl_ ); in initialTimeStepSize()
214 cfl_ *= factor; in reduceTimeStep()
219 Dune::derr << "New cfl number: " << cfl_ in reduceTimeStep()
242 const double oldCfl = cfl_; in timeStepEstimate()
243 cfl_ = std::min( cflMax_, factor * cfl_ ); in timeStepEstimate()
249 Dune::derr << "New cfl number: " << cfl_ in timeStepEstimate()
267 double cfl_, cflMax_; member in DuneODE::ImplicitRungeKuttaTimeStepControl
294 using BaseType :: cfl_;
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Dtimeprovider.hh436 cfl_( getCflFactor() ), in TimeProvider()
444 cfl_( getCflFactor() ), in TimeProvider()
458 cfl_( getCflFactor() ), in TimeProvider()
474 cfl_( cfl ), in TimeProvider()
534 return cfl_; in factor()
549 dt_ = std::min(cfl_ * dtEstimate,dtUpperBound_); in initTimeStep()
580 const_cast< double & >( cfl_ ) = getCflFactor(); in restore()
592 const double cfl_; member in Dune::Fem::TimeProvider
H A Dmultistep.hh465 double cfl_; member in DuneODE::ExplicitMultiStepSolver
477 cfl_( std :: min( 0.45 / (2.0 * pord+1) / double(pord), 1.0 ) ) in ExplicitMultiStepSolver()
480 std::cout << "ExplicitMultiStepSolver: cfl = " << cfl_ << "!" << std :: endl; in ExplicitMultiStepSolver()
/dports/games/frogatto/frogatto-1.3.1/modules/cube_trains/data/
H A Dfunctions-custom.cfg32 name: "cfl_",
35 cfl_(
61 cfl_( //Advance over no entry.
68 */ cfl_( //Advance one statement.
124 formula: "cfl_(program, 0, [], [], comefroms)
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/instationary/
H A Dexplicitonestep.hh69 CFLTimeController (R cfl_, const IGOS& igos_) : cfl(cfl_), target(1e100), igos(igos_) in CFLTimeController() argument
72 … CFLTimeController (R cfl_, R target_, const IGOS& igos_) : cfl(cfl_), target(target_), igos(igos_) in CFLTimeController() argument
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/laghos/serial/
H A Dlaghos_solver_s.hpp108 int source_type_, double cfl_,
H A Dlaghos_solver_s.cpp68 int source_type_, double cfl_, in LagrangianHydroOperator() argument
79 source_type(source_type_), cfl(cfl_), in LagrangianHydroOperator()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/laghos/
H A Dlaghos_solver.hpp131 int source_type_, double cfl_,
H A Dlaghos_solver.cpp83 int source_type_, double cfl_, in LagrangianHydroOperator() argument
94 source_type(source_type_), cfl(cfl_), in LagrangianHydroOperator()
/dports/math/mfem/mfem-4.3/tests/unit/miniapps/
H A Dtest_sedov.cpp1619 const double cfl_, in LagrangianHydroOperator() argument
1645 source_type(source_type_), cfl(cfl_), in LagrangianHydroOperator()