%--------------------------------------------------------------------------
% MATERIAL
%--------------------------------------------------------------------------
% Creation of a MATERIAL object.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
MAT = MATERIAL(sigf,varf,maho)
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% MATERIAL creates a MATERIAL object. This type of object can be used to
% describe a material state. This object has the following properties:
% - sigf : cell - sigf{i} is the stresses at the integration point i
% - varf : cell - varf{i} is the internal variables at the integration point i
% - maho : cell - maho{i} is the local modulus at the integration
% point i
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% sigf : see above
% varf : see above
% maho : see above
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% MAT : MATERIAL object
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
% N/A