#include "../common/common.h"#include "belytschko_full.h"Include dependency graph for belytschko_full.cpp:

Go to the source code of this file.
Defines | |
| #define | LOCAL_MODULE MOD_COUPLING |
| #define | NEED_LAMMPS |
| #define | NEED_LIBMESH |
| #define | NEED_MD1D |
| #define | NEED_STAMP |
| #define | ORDRE LINEAR |
Functions | |
| static std::ofstream | out_rhs ("rhs_matrix.mat") |
| static int | rec_step (1) |
Variables | |
| int | absolute_lambdasA |
| static double | offset_min = 1e-3 |
| #define LOCAL_MODULE MOD_COUPLING |
Definition at line 48 of file belytschko_full.cpp.
| #define NEED_LAMMPS |
Definition at line 43 of file belytschko_full.cpp.
| #define NEED_LIBMESH |
Definition at line 44 of file belytschko_full.cpp.
| #define NEED_MD1D |
Definition at line 45 of file belytschko_full.cpp.
| #define NEED_STAMP |
Definition at line 42 of file belytschko_full.cpp.
| #define ORDRE LINEAR |
Definition at line 47 of file belytschko_full.cpp.
| static std::ofstream out_rhs | ( | "rhs_matrix.mat" | ) | [static] |
| static int rec_step | ( | 1 | ) | [static] |
Referenced by BelytschkoTemplate< DomainA, DomainC, Dim, Rec >::ApplyAtomsCorrection(), BelytschkoTemplate< DomainA, DomainC, Dim, Rec >::BuildAtomsConstraintMatrix(), Bridging< DomainA, DomainC, Dim, Pond >::BuildAtomsWeight(), BelytschkoTemplate< DomainA, DomainC, Dim, Rec >::CorrectAtomsWeights(), Bridging< DomainA, DomainC, Dim, Pond >::Dump(), BridgingPar< DomainA, DomainC, Dim, Pond >::GenerateCommunicationScheme(), LeastSquare< DomainA, DomainC, Dim >::Init(), BelytschkoFull< DomainA, DomainC, Dim >::Init(), Belytschko< DomainA, DomainC, Dim >::Init(), and BelytschkoPar< DomainA, DomainC, Dim >::Stucking().
double offset_min = 1e-3 [static] |
Definition at line 54 of file belytschko_full.cpp.
Referenced by BelytschkoFull< DomainA, DomainC, Dim >::CorrectWeights().
1.5.2