![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Main convenience header that includes all OpenPFC public API components. More...
#include "array.hpp"#include "binary_reader.hpp"#include "boundary_conditions/fixed_bc.hpp"#include "boundary_conditions/moving_bc.hpp"#include "constants.hpp"#include "core/decomposition.hpp"#include "core/world.hpp"#include "discrete_field.hpp"#include "factory/decomposition_factory.hpp"#include "fft.hpp"#include "field_modifier.hpp"#include "initial_conditions/constant.hpp"#include "initial_conditions/file_reader.hpp"#include "initial_conditions/random_seeds.hpp"#include "initial_conditions/seed.hpp"#include "initial_conditions/seed_grid.hpp"#include "initial_conditions/single_seed.hpp"#include "model.hpp"#include "mpi.hpp"#include "multi_index.hpp"#include "results_writer.hpp"#include "simulator.hpp"#include "time.hpp"#include "types.hpp"#include "utils.hpp"#include "utils/show.hpp"

Go to the source code of this file.
Main convenience header that includes all OpenPFC public API components.
This is the primary include file for OpenPFC users. Including this single header provides access to all public API components:
Most users should start with this header for maximum convenience:
For faster compilation times, advanced users can include specific headers:
This file is part of the Core API module, serving as the main entry point for all OpenPFC functionality.