ASPECT
Namespaces | Classes | Typedefs | Functions
aspect Namespace Reference

Namespaces

 AdiabaticConditions
 
 Assemblers
 
 BoundaryComposition
 
 BoundaryFluidPressure
 
 BoundaryHeatFlux
 
 BoundaryTemperature
 
 BoundaryTraction
 
 BoundaryVelocity
 
 constants
 
 GeometryModel
 
 GravityModel
 
 HeatingModel
 
 InitialComposition
 
 InitialTemperature
 
 InitialTopographyModel
 
 internal
 
 internals
 
 LinearAlgebra
 
 MaterialModel
 
 MatrixFreeStokesOperators
 
 Melt
 
 MeshDeformation
 
 MeshRefinement
 
 Newton
 
 Particle
 
 Plugins
 
 Postprocess
 
 PrescribedStokesSolution
 
 TerminationCriteria
 
 TimeStepping
 
 Utilities
 
 VolumeOfFluid
 

Classes

struct  CompositionalFieldDescription
 
struct  DefectCorrectionResiduals
 
struct  FEVariable
 
class  FEVariableCollection
 
struct  Introspection
 
class  LateralAveraging
 
class  MeltHandler
 
class  NewtonHandler
 
struct  Parameters
 
class  QuietException
 
struct  RotationProperties
 
class  Simulator
 
class  SimulatorAccess
 
struct  SimulatorSignals
 
class  SphericalManifold
 
class  StokesMatrixFreeHandler
 
class  StokesMatrixFreeHandlerImplementation
 
struct  VariableDeclaration
 
struct  VolumeOfFluidField
 
class  VolumeOfFluidHandler
 

Typedefs

using iarchive = boost::archive::binary_iarchive
 
using oarchive = boost::archive::binary_oarchive
 

Functions

template<int dim>
std::vector< VariableDeclaration< dim > > construct_default_variables (const Parameters< dim > &parameters)
 

Typedef Documentation

§ iarchive

using aspect::iarchive = typedef boost::archive::binary_iarchive

A typedef that denotes the BOOST stream type for reading data during serialization. The type chosen here is a binary archive which we subsequently will have to un-compress.

Definition at line 201 of file global.h.

§ oarchive

using aspect::oarchive = typedef boost::archive::binary_oarchive

A typedef that denotes the BOOST stream type for writing data during serialization. The type chosen here is a binary archive which we compress before writing it into a file.

Definition at line 208 of file global.h.

Function Documentation

§ construct_default_variables()

template<int dim>
std::vector<VariableDeclaration<dim> > aspect::construct_default_variables ( const Parameters< dim > &  parameters)

Helper function to construct the default list of variables to use based on the given set of parameters.