![]() |
NeoPZ
|
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>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... | |
Contains implementations of the TPZNonLinearAnalysis methods.
Definition in file pznonlinanalysis.cpp.
| 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().
1.8.13