lattice_constraint.cpp
Go to the documentation of this file.
Definition error.hpp:28 Real & A(size_t r, size_t m, size_t j) Definition lattice_constraint.hpp:108 Real y(size_t m, size_t i) const Definition lattice_constraint.hpp:110 void set_diff(size_t r, size_t m, size_t i) Definition lattice_constraint.cpp:63 void calc_dxmi_ddxmi(size_t m, size_t i, Real &dxmi, RVec &ddxmi) Definition lattice_constraint.cpp:56 int evolve_to(Real t_new, Adapter &a, Real eps=-1) Definition lattice_constraint.cpp:116 std::vector< RGFlow< Lattice >::EqRow * > rows Definition lattice_constraint.hpp:58 virtual void activate() Definition lattice_constraint.cpp:13 void ralloc(size_t nrows, size_t T, size_t m, size_t span) Definition lattice_constraint.cpp:26 virtual void deactivate() Definition lattice_constraint.cpp:19 std::unordered_set< Lattice_constraint * > elementary_constraints Definition lattice_solver.hpp:251 EqRow * ralloc(size_t T, size_t m, size_t span) Definition lattice_solver.cpp:593 void integrateOdes(ArrayType &ystart, double from, double to, double eps, double h1, double hmin, Derivs derivs, Stepper rkqs=runge_kutta::odeStepper< ArrayType, Derivs >, int max_steps=400) Organises integration of 1st order system of ODEs. Definition rk.hpp:159 double odeStepper(ArrayType &y, const ArrayType &dydx, double &x, double htry, double eps, const ArrayType &yscal, Derivs derivs, int &max_step_dir) organises the variable step-size for Runge-Kutta evolution Definition rk.hpp:108 Definition depgen.cpp:33 static int close(Real m1, Real m2, Real tol) Definition lattice_constraint.cpp:111 Definition multiindex.hpp:219 void swap(nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass > &j1, nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass > &j2) noexcept(//NOLINT(readability-inconsistent-declaration-parameter-name, cert-dcl58-cpp) is_nothrow_move_constructible< nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass > >::value &&//NOLINT(misc-redundant-expression, cppcoreguidelines-noexcept-swap, performance-noexcept-swap) is_nothrow_move_assignable< nlohmann::basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass > >::value) exchanges the values of two JSON objects Definition json.hpp:24537 Integration of ODEs by Runge-Kutta. Generated on Sun Apr 6 2025 11:10:37 for FlexibleSUSY by |