Chi-Tech
|
#include <utility>
#include <vector>
#include <string>
#include <stdexcept>
#include <memory>
#include "chi_mpi.h"
Go to the source code of this file.
Data Structures | |
struct | chi::RegistryStatuses |
class | Chi |
class | Chi::run_time |
class | Chi::RecoverableException |
Namespaces | |
namespace | chi_mesh |
namespace | chi_physics |
namespace | chi_math |
namespace | chi |
Typedefs | |
typedef std::shared_ptr< MeshHandler > | chi_mesh::MeshHandlerPtr |
typedef std::shared_ptr< SurfaceMesh > | chi_mesh::SurfaceMeshPtr |
typedef FieldFunctionInterpolation | chi_mesh::FFInterp |
typedef std::shared_ptr< FFInterp > | chi_mesh::FFInterpPtr |
typedef std::shared_ptr< UnpartitionedMesh > | chi_mesh::UnpartitionedMeshPtr |
typedef UnpartitionedMeshPtr | chi_mesh::UnpartMeshPtr |
typedef std::shared_ptr< Material > | chi_physics::MaterialPtr |
typedef std::shared_ptr< MultiGroupXS > | chi_physics::MultiGroupXSPtr |
typedef std::shared_ptr< FieldFunction > | chi_physics::FieldFunctionPtr |
typedef std::shared_ptr< AngularQuadrature > | chi_math::AngularQuadraturePtr |
typedef std::shared_ptr< SpatialDiscretization > | chi_math::SpatialDiscretizationPtr |
typedef std::shared_ptr< PostProcessor > | chi::PostProcessorPtr |
typedef std::shared_ptr< ChiObject > | ChiObjectPtr |
typedef std::shared_ptr<ChiObject> ChiObjectPtr |
Definition at line 71 of file chi_runtime.h.