|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <map>#include <list>#include <vector>#include <mpi.h>#include <dccrg.hpp>#include <dccrg_cartesian_geometry.hpp>#include "../definitions.h"#include "../parameters.h"#include "../readparameters.h"#include "../spatial_cells/spatial_cell_wrapper.hpp"#include "sysboundarycondition.h"

Go to the source code of this file.
Classes | |
| class | SysBoundary |
| SysBoundary contains the SysBoundaryConditions used in the simulation. More... | |
Functions | |
| bool | precedenceSort (const SBC::SysBoundaryCondition *first, const SBC::SysBoundaryCondition *second) |
| void | getBoundaryCellList (const dccrg::Dccrg< spatial_cell::SpatialCell, dccrg::Cartesian_Geometry > &mpiGrid, const std::vector< CellID > &cellList, std::vector< CellID > &boundaryCellList) |
| void getBoundaryCellList | ( | const dccrg::Dccrg< spatial_cell::SpatialCell, dccrg::Cartesian_Geometry > & | mpiGrid, |
| const std::vector< CellID > & | cellList, | ||
| std::vector< CellID > & | boundaryCellList ) |

| bool precedenceSort | ( | const SBC::SysBoundaryCondition * | first, |
| const SBC::SysBoundaryCondition * | second ) |
Definition at line 45 of file sysboundary.cpp.

