NeoPZ
TPZMatTemporal.h
Go to the documentation of this file.
1 //$Id: pzmattemporal.h,v 1.4 2009-10-05 03:49:58 erick Exp $
2 
3 #ifndef PZMATTEMPORAL_H
4 #define PZMATTEMPORAL_H
5 
6 
7 #include "TPZMaterial.h"
8 #include "pzconslaw.h"
9 
15 {
16  public:
18  {; };
19 
20  virtual ~TPZMatTemporal()
21  {};
22 
23  virtual void SetDeltaT(const REAL deltaT)
24  { fDeltaT = deltaT; };
25 
27  { fTime = time; };
28 
29  protected:
33  REAL fDeltaT;
34 
44  public:
45 int ClassId() const override;
46 };
47 
48 #endif
TPZContributeTime fTime
virtual void SetDeltaT(const REAL deltaT)
virtual ~TPZMatTemporal()
virtual void SetContributionTime(TPZContributeTime time)
Contains the TPZConservationLaw class which implements the interface for conservation laws...
int ClassId() const override
TPZContributeTime
Indicates which term is put in the right hand side and tangent matrix.
Definition: pzconslaw.h:47