SPH
|
#include "timestepping/TimeStepping.h"
#include "quantities/IMaterial.h"
#include "quantities/Iterate.h"
#include "system/Factory.h"
#include "system/Profiler.h"
#include "system/Statistics.h"
#include "thread/Scheduler.h"
#include "timestepping/ISolver.h"
#include "timestepping/TimeStepCriterion.h"
Go to the source code of this file.
Typedefs | |
template<typename T , Size Dim1, Size Dim2> | |
using | TwoDimensionalStaticArray = StaticArray< StaticArray< T, Dim1 >, Dim2 > |
Variables | |
constexpr Size | BS_SIZE = 9 |
const StaticArray< Size, BS_SIZE > | BS_STEPS = { 2, 4, 6, 8, 10, 12, 14, 16, 18 } |
using TwoDimensionalStaticArray = StaticArray<StaticArray<T, Dim1>, Dim2> |
Definition at line 552 of file TimeStepping.cpp.
|
constexpr |
Definition at line 548 of file TimeStepping.cpp.
const StaticArray<Size, BS_SIZE> BS_STEPS = { 2, 4, 6, 8, 10, 12, 14, 16, 18 } |
Definition at line 549 of file TimeStepping.cpp.