Chi-Tech
|
Namespaces | |
namespace | field_operations |
Data Structures | |
class | AdjointMGXS |
class | BasicOption |
class | BasicOptions |
class | ConstantTimeStepper |
class | FieldFunction |
class | FieldFunctionGridBased |
class | FieldFunctionInterface |
class | GridBasedFieldFunctionInterface |
class | IsotropicMultiGrpSource |
class | Material |
class | MaterialProperty |
class | MultiGroupXS |
class | PhysicsEventPublisher |
class | ScalarValue |
class | SingleStateMGXS |
class | Solver |
class | TimeStepper |
Typedefs | |
typedef std::shared_ptr< Material > | MaterialPtr |
typedef std::shared_ptr< MultiGroupXS > | MultiGroupXSPtr |
typedef std::shared_ptr< FieldFunction > | FieldFunctionPtr |
typedef std::shared_ptr< FieldFunctionGridBased > | FieldFunctionGridBasedPtr |
Enumerations | |
enum class | OperationType { SINGLE_VALUE = 0 , FROM_ARRAY = 1 , SIMPLEXS0 = 20 , SIMPLEXS1 = 21 , EXISTING = 22 , CHI_XSFILE = 23 } |
enum class | PropertyType { SCALAR_VALUE = 1 , TRANSPORT_XSECTIONS = 10 , ISOTROPIC_MG_SOURCE = 11 } |
enum class | TimeStepStatus { SUCCESS = 0 , FAILURE = 1 , NEUTRAL = 2 } |
Functions | |
std::string | GetPETScConvergedReasonstring (KSPConvergedReason reason) |
RegisterChiObject (chi_physics, FieldFunctionGridBased) | |
RegisterChiObject (chi_physics, ConstantTimeStepper) | |
typedef std::shared_ptr<FieldFunctionGridBased> chi_physics::FieldFunctionGridBasedPtr |
Definition at line 10 of file chi_ffinterpolation.h.
typedef std::shared_ptr<FieldFunction> chi_physics::FieldFunctionPtr |
Definition at line 38 of file chi_runtime.h.
typedef std::shared_ptr<Material> chi_physics::MaterialPtr |
Definition at line 36 of file chi_runtime.h.
typedef std::shared_ptr<MultiGroupXS> chi_physics::MultiGroupXSPtr |
Definition at line 37 of file chi_runtime.h.
|
strong |
Enumerator | |
---|---|
SINGLE_VALUE | |
FROM_ARRAY | |
SIMPLEXS0 | |
SIMPLEXS1 | |
EXISTING | |
CHI_XSFILE |
Definition at line 8 of file chi_physics_namespace.h.
|
strong |
Enumerator | |
---|---|
SCALAR_VALUE | |
TRANSPORT_XSECTIONS | |
ISOTROPIC_MG_SOURCE |
Definition at line 11 of file material_property_base.h.
|
strong |
Enumerator | |
---|---|
SUCCESS | |
FAILURE | |
NEUTRAL |
Definition at line 9 of file TimeStepper.h.
std::string chi_physics::GetPETScConvergedReasonstring | ( | KSPConvergedReason | reason | ) |
Gets the string value of a converged reason.
Definition at line 7 of file chi_physics_utils.cc.
chi_physics::RegisterChiObject | ( | chi_physics | , |
ConstantTimeStepper | |||
) |
chi_physics::RegisterChiObject | ( | chi_physics | , |
FieldFunctionGridBased | |||
) |