![]() |
NeoPZ
|
#include "TPZHybridizeHDiv.h"#include "pzconnect.h"#include "pzcmesh.h"#include "pzcompel.h"#include "TPZMaterial.h"#include "pzmat1dlin.h"#include "pzmat2dlin.h"#include "pzelementgroup.h"#include "pzcondensedcompel.h"#include "pzintel.h"#include "pzgeoelbc.h"#include "TPZMultiphysicsInterfaceEl.h"#include "pzbuildmultiphysicsmesh.h"#include "pzgeoelside.h"#include "pztrnsform.h"#include "tpzintpoints.h"#include "TPZLagrangeMultiplier.h"#include "TPZNullMaterial.h"#include "TPZMultiphysicsCompMesh.h"#include <algorithm>Go to the source code of this file.
Functions | |
| static void | CompareFluxes (TPZCompElSide &left, TPZCompElSide &right, std::ostream &out) |
|
static |
Definition at line 625 of file TPZHybridizeHDiv.cpp.
References TPZTransform< T >::Apply(), TPZGeoEl::CreateSideIntegrationRule(), TPZGeoElSide::Dimension(), TPZGeoMesh::Dimension(), TPZGeoElSide::Element(), TPZCompElSide::Element(), fabs, TPZGeoEl::Index(), TPZGeoElSide::Jacobian(), TPZGeoEl::Mesh(), TPZIntPoints::NPoints(), TPZGeoEl::NSides(), TPZIntPoints::Point(), TPZCompElSide::Reference(), TPZGeoElSide::Side(), TPZGeoEl::SideToSideTransform(), TPZGeoElSide::SideTransform3(), TPZCompEl::Solution(), and TPZGeoElSide::X().
Referenced by TPZHybridizeHDiv::VerifySolutionConsistency().
1.8.13