NeoPZ
|
Contains implementations of the TPZAnalysis methods. More...
#include "pzanalysis.h"
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <list>
#include <map>
#include <string>
#include <utility>
#include "TPZLagrangeMultiplier.h"
#include "TPZSkylineNSymStructMatrix.h"
#include "TPZSloanRenumbering.h"
#include "pzadmchunk.h"
#include "pzbdstrmatrix.h"
#include "pzblock.h"
#include "pzblockdiag.h"
#include "pzbndcond.h"
#include "TPZChunkVector.h"
#include "pzcmesh.h"
#include "pzcompel.h"
#include "pzconnect.h"
#include "pzdxmesh.h"
#include "TPZEquationFilter.h"
#include "pzgeoel.h"
#include "pzgmesh.h"
#include "pzgraphmesh.h"
#include "pzlog.h"
#include "pzmanvector.h"
#include "TPZMaterial.h"
#include "pzmetis.h"
#include "pzmvmesh.h"
#include "pzseqsolver.h"
#include "pzsolve.h"
#include "pzstack.h"
#include "pzstepsolver.h"
#include "pzstrmatrix.h"
#include "pzv3dmesh.h"
#include "pzvec.h"
#include "pzvtkmesh.h"
#include "tpznodesetcompute.h"
#include "tpzsparseblockdiagonal.h"
#include "pzsubcmesh.h"
Go to the source code of this file.
Macros | |
#define | RENUMBER |
To renumbering will use sloan library. More... | |
Functions | |
static void | ConnectSolution (int64_t cindex, TPZCompMesh *cmesh, TPZFMatrix< STATE > &glob, TPZVec< STATE > &sol) |
extract the values corresponding to the connect from the vector More... | |
static STATE | ConnectNorm (int64_t cindex, TPZCompMesh *cmesh, TPZFMatrix< STATE > &glob) |
Contains implementations of the TPZAnalysis methods.
Definition in file pzanalysis.cpp.
|
static |
Definition at line 1385 of file pzanalysis.cpp.
References ConnectSolution(), TPZVec< T >::size(), and sqrt.
Referenced by TPZAnalysis::PrintVectorByElement().
|
static |
extract the values corresponding to the connect from the vector
Definition at line 1374 of file pzanalysis.cpp.
References TPZCompMesh::Block(), TPZCompMesh::ConnectVec(), TPZBlock< TVar >::Position(), TPZVec< T >::resize(), and TPZBlock< TVar >::Size().
Referenced by ConnectNorm(), and TPZAnalysis::PrintVectorByElement().