KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
#include "utilities/timer.h"
#include "custom_elements/Particle_Contact_Element.h"
#include "includes/variables.h"
#include "includes/deprecated_variables.h"
#include <limits>
#include <iostream>
#include <iomanip>
#include <time.h>
#include "includes/define.h"
#include "utilities/openmp_utils.h"
#include "includes/model_part.h"
#include "custom_strategies/strategies/explicit_solver_strategy.h"
Go to the source code of this file.
Classes | |
class | Kratos::AdamsBashforthStrategy |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
Macros | |
#define | CUSTOMTIMER 0 |
#define | KRATOS_TIMER_START(t) Timer::Start(t); |
#define | KRATOS_TIMER_STOP(t) Timer::Stop(t); |
#define CUSTOMTIMER 0 |
#define KRATOS_TIMER_START | ( | t | ) | Timer::Start(t); |
#define KRATOS_TIMER_STOP | ( | t | ) | Timer::Stop(t); |