Chi-Tech
chi::MaterialProperty Class Reference

#include <chi_material_property.h>

Inheritance diagram for chi::MaterialProperty:
ChiObject chi::MaterialPropertyScalarFuncXYZTV

Public Member Functions

 MaterialProperty (const chi::InputParameters &params)
 
const std::string & TextName () const
 
- Public Member Functions inherited from ChiObject
 ChiObject ()
 
 ChiObject (const chi::InputParameters &params)
 
void SetStackID (size_t stack_id)
 
size_t StackID () const
 
virtual void PushOntoStack (std::shared_ptr< ChiObject > &new_object)
 
virtual ~ChiObject ()=default
 

Static Public Member Functions

static chi::InputParameters GetInputParameters ()
 
- Static Public Member Functions inherited from ChiObject
static chi::InputParameters GetInputParameters ()
 

Private Attributes

const std::string name_
 

Detailed Description

Base class for a material property.

Definition at line 10 of file chi_material_property.h.

Constructor & Destructor Documentation

◆ MaterialProperty()

chi::MaterialProperty::MaterialProperty ( const chi::InputParameters params)
explicit

Definition at line 20 of file chi_material_property.cc.

Member Function Documentation

◆ GetInputParameters()

InputParameters chi::MaterialProperty::GetInputParameters ( )
static

Definition at line 10 of file chi_material_property.cc.

◆ TextName()

const std::string & chi::MaterialProperty::TextName ( ) const

Definition at line 25 of file chi_material_property.cc.

Field Documentation

◆ name_

const std::string chi::MaterialProperty::name_
private

Definition at line 13 of file chi_material_property.h.


The documentation for this class was generated from the following files: