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.
Classes | Namespaces | Macros
adams_bashforth_strategy.h File Reference
#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"
Include dependency graph for adams_bashforth_strategy.h:
This graph shows which files directly or indirectly include this file:

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);
 

Macro Definition Documentation

◆ CUSTOMTIMER

#define CUSTOMTIMER   0

◆ KRATOS_TIMER_START

#define KRATOS_TIMER_START (   t)    Timer::Start(t);

◆ KRATOS_TIMER_STOP

#define KRATOS_TIMER_STOP (   t)    Timer::Stop(t);