File cosmointerface.h
File List > code_source > cosmolattice > include > CosmoInterface > cosmointerface.h
Go to the documentation of this file
/* This file is part of CosmoLattice, available at www.cosmolattice.net .
Copyright Daniel G. Figueroa, Adrien Florio, Francisco Torrenti and Wessel Valkenburg.
Released under the MIT license, see LICENSE.md. */
// File info: Main contributor(s): Daniel G. Figueroa, Adrien Florio, Francisco Torrenti, Year: 2019
#include "CosmoInterface/measurements/measurer.h"
#include "CosmoInterface/abstractmodel.h"
#include "CosmoInterface/runparameters.h"
#include "CosmoInterface/initializers/modelinitializer.h"
#include "CosmoInterface/simulationmanager.h"
#include "CosmoInterface/extrafields.h"
#include "CosmoInterface/evolvers/leapfrog.h"
#include "CosmoInterface/evolvers/velocityverlet.h"
// To really have access to the whole algebra
#include "TempLat/lattice/algebra/algebra.h"