NeoPZ
Material
REAL
Plasticity
pzplasticdiagnostic.h
Go to the documentation of this file.
1
//
2
// pzplasticdiagnostic.h
3
// PZ
4
//
5
// Created by phil on 3/18/13.
6
// Copyright (c) 2013 __MyCompanyName__. All rights reserved.
7
//
8
9
#ifndef PZ_pzplasticdiagnostic_h
10
#define PZ_pzplasticdiagnostic_h
11
12
class
TPZCompMesh
;
13
14
class
TPZPlasticDiagnostic
15
{
16
17
TPZCompMesh
*
fMesh
;
18
public
:
19
20
TPZPlasticDiagnostic
(
TPZCompMesh
*cmesh);
21
22
void
CheckGlobal
();
23
24
};
25
26
27
#endif
TPZPlasticDiagnostic::CheckGlobal
void CheckGlobal()
Definition:
pzplasticdiagnostic.cpp:21
TPZPlasticDiagnostic
Definition:
pzplasticdiagnostic.h:14
TPZPlasticDiagnostic::TPZPlasticDiagnostic
TPZPlasticDiagnostic(TPZCompMesh *cmesh)
Definition:
pzplasticdiagnostic.cpp:16
TPZCompMesh
Implements computational mesh. Computational Mesh.
Definition:
pzcmesh.h:47
TPZPlasticDiagnostic::fMesh
TPZCompMesh * fMesh
Definition:
pzplasticdiagnostic.h:17
Generated on Sun Aug 16 2020 11:17:01 for NeoPZ by
1.8.13