NeoPZ
TPZPorousElasticity.cpp
Go to the documentation of this file.
1 //
2 // TPZPorousElasticity.cpp
3 // pz
4 //
5 // Created by Omar DurĂ¡n on 4/13/18.
6 //
7 
8 #include "TPZPorousElasticity.h"
9 
10 
12  return Hash("TPZPorousElasticity");
13 }
14 
16  DebugStop();
17 }
18 
20  DebugStop();
21 }
22 
24  DebugStop();
25  return *this;
26 }
27 
28 
30  DebugStop();
31 }
virtual int ClassId() const override
Unique identifier for serialization purposes.
TPZPorousElasticity & operator=(const TPZPorousElasticity &copy)
#define DebugStop()
Returns a message to user put a breakpoint in.
Definition: pzerror.h:20
int32_t Hash(std::string str)
Definition: TPZHash.cpp:10