NeoPZ
Material
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
11
int
TPZPorousElasticity::ClassId
()
const
{
12
return
Hash
(
"TPZPorousElasticity"
);
13
}
14
15
TPZPorousElasticity::TPZPorousElasticity
(){
16
DebugStop
();
17
}
18
19
TPZPorousElasticity::TPZPorousElasticity
(
int
matid){
20
DebugStop
();
21
}
22
23
TPZPorousElasticity
&
TPZPorousElasticity::operator=
(
const
TPZPorousElasticity
©){
24
DebugStop
();
25
return
*
this
;
26
}
27
28
29
TPZPorousElasticity::~TPZPorousElasticity
(){
30
DebugStop
();
31
}
TPZPorousElasticity::ClassId
virtual int ClassId() const override
Unique identifier for serialization purposes.
Definition:
TPZPorousElasticity.cpp:11
TPZPorousElasticity
Definition:
TPZPorousElasticity.h:17
TPZPorousElasticity::operator=
TPZPorousElasticity & operator=(const TPZPorousElasticity ©)
Definition:
TPZPorousElasticity.cpp:23
TPZPorousElasticity::TPZPorousElasticity
TPZPorousElasticity()
Definition:
TPZPorousElasticity.cpp:15
DebugStop
#define DebugStop()
Returns a message to user put a breakpoint in.
Definition:
pzerror.h:20
Hash
int32_t Hash(std::string str)
Definition:
TPZHash.cpp:10
TPZPorousElasticity::~TPZPorousElasticity
virtual ~TPZPorousElasticity()
Definition:
TPZPorousElasticity.cpp:29
TPZPorousElasticity.h
Generated on Sun Aug 16 2020 11:17:04 for NeoPZ by
1.8.13