NeoPZ
Functions
pznonlinanalysis.cpp File Reference

Contains implementations of the TPZNonLinearAnalysis methods. More...

#include "pznonlinanalysis.h"
#include "pzcmesh.h"
#include "pzcompel.h"
#include "pzintel.h"
#include "pzfmatrix.h"
#include "pzsolve.h"
#include "TPZMaterial.h"
#include "pzelmat.h"
#include "pzvec.h"
#include "pzmanvector.h"
#include "checkconv.h"
#include "pzstrmatrix.h"
#include "pzlog.h"
#include <stdio.h>
#include <fstream>
Include dependency graph for pznonlinanalysis.cpp:

Go to the source code of this file.

Functions

void NullForce (TPZVec< REAL > &, TPZVec< STATE > &val, TPZFMatrix< STATE > &deriv)
 Zeroes entries of val vector and deriv matrix. More...
 

Detailed Description

Contains implementations of the TPZNonLinearAnalysis methods.

Definition in file pznonlinanalysis.cpp.

Function Documentation

◆ NullForce()

void NullForce ( TPZVec< REAL > &  ,
TPZVec< STATE > &  val,
TPZFMatrix< STATE > &  deriv 
)

Zeroes entries of val vector and deriv matrix.

Definition at line 208 of file pznonlinanalysis.cpp.

References TPZVec< T >::NElements(), and TPZFMatrix< TVar >::Zero().