NeoPZ
Functions | Variables
pzsubcmesh.cpp File Reference

Contains the implementation of the TPZSubCompMesh methods. More...

#include "pzsubcmesh.h"
#include "pzgmesh.h"
#include "pzcompel.h"
#include "TPZInterfaceEl.h"
#include "TPZMultiphysicsInterfaceEl.h"
#include "pzcmesh.h"
#include "pzelmat.h"
#include "pznonlinanalysis.h"
#include "pzskylmat.h"
#include "pzsolve.h"
#include "pzstepsolver.h"
#include "pzskylstrmatrix.h"
#include "TPZParSkylineStructMatrix.h"
#include "pzfstrmatrix.h"
#include "TPZFrontStructMatrix.h"
#include "TPZParFrontStructMatrix.h"
#include "pzsmfrontalanal.h"
#include "pzsmanal.h"
#include "pzbndcond.h"
#include "pzvisualmatrix.h"
#include "pzcondensedcompel.h"
#include "pzelementgroup.h"
#include <stdio.h>
#include <sstream>
#include <iterator>
#include "pzlog.h"
Include dependency graph for pzsubcmesh.cpp:

Go to the source code of this file.

Functions

static void Forcing (const TPZVec< REAL > &x, TPZVec< STATE > &disp)
 Defining function force (external to material) $ F(x,y) = (0.5-y)seno(angle) + (x-0.5)[coseno(angle) - 1] $ $ (F = disp) $. More...
 
static void GatherDependency (TPZCompMesh &cmesh, TPZConnect &start, std::set< int64_t > &dependency)
 

Variables

const int64_t numel
 Number of elements to test. More...
 
static REAL angle
 Angle in radians to test. More...
 

Detailed Description

Contains the implementation of the TPZSubCompMesh methods.

Definition in file pzsubcmesh.cpp.

Function Documentation

◆ Forcing()

static void Forcing ( const TPZVec< REAL > &  x,
TPZVec< STATE > &  disp 
)
static

Defining function force (external to material) $ F(x,y) = (0.5-y)seno(angle) + (x-0.5)[coseno(angle) - 1] $ $ (F = disp) $.

Definition at line 57 of file pzsubcmesh.cpp.

References cos(), and sin.

Referenced by TPZSubCompMesh::main().

◆ GatherDependency()

static void GatherDependency ( TPZCompMesh cmesh,
TPZConnect start,
std::set< int64_t > &  dependency 
)
static

Variable Documentation

◆ angle

REAL angle
static

◆ numel

const int64_t numel