![]() |
v0.14.0 |
#include <MoFEM.hpp>
#include <MatrixFunction.hpp>
#include <GenericElementInterface.hpp>
#include <HenckyOps.hpp>
#include <ContactOps.hpp>
#include <PostProcContact.hpp>
#include <ContactNaturalBC.hpp>
Go to the source code of this file.
Classes | |
struct | ElementsAndOps< 2 > |
struct | ElementsAndOps< 3 > |
struct | Contact |
struct | Contact::ScaledTimeScale |
struct | SetUpSchur |
[Push operators to pipeline] More... | |
struct | SetUpSchurImpl |
Namespaces | |
namespace | ContactOps |
Macros | |
#define | EXECUTABLE_DIMENSION 3 |
#define | SCHUR_ASSEMBLE 0 |
Typedefs | |
using | DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
using | BoundaryEle = ElementsAndOps<SPACE_DIM>::BoundaryEle |
using | SideEle = ElementsAndOps<SPACE_DIM>::FaceSideEle |
using | OpSpringLhs |
[Operators used for contact] | |
using | OpSpringRhs |
using | DomainRhsBCs = NaturalBC<DomainEleOp>::Assembly<AT>::LinearForm<IT> |
using | OpDomainRhsBCs |
using | BoundaryRhsBCs = NaturalBC<BoundaryEleOp>::Assembly<AT>::LinearForm<IT> |
using | OpBoundaryRhsBCs |
using | BoundaryLhsBCs = NaturalBC<BoundaryEleOp>::Assembly<AT>::BiLinearForm<IT> |
using | OpBoundaryLhsBCs |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
constexpr AssemblyType | AT |
constexpr IntegrationType | IT |
constexpr int | SPACE_DIM |
constexpr FieldSpace | CONTACT_SPACE = ElementsAndOps<SPACE_DIM>::CONTACT_SPACE |
[Specialisation for assembly] | |
PetscBool | is_quasi_static = PETSC_TRUE |
[Operators used for contact] | |
int | order = 2 |
int | contact_order = 2 |
int | sigma_order = 1 |
int | geom_order = 1 |
double | young_modulus = 100 |
double | poisson_ratio = 0.25 |
double | rho = 0.0 |
double | spring_stiffness = 0.0 |
double | vis_spring_stiffness = 0.0 |
double | alpha_damping = 0 |
double | scale = 1. |
PetscBool | is_axisymmetric = PETSC_FALSE |
int | atom_test = 0 |
double | ContactOps::cn_contact = 0.1 |
static char | help [] = "...\n\n" |
[Check] | |
\CONTACT contact.cpp
CONTACT of contact problem
Definition in file contact.cpp.
#define EXECUTABLE_DIMENSION 3 |
Definition at line 14 of file contact.cpp.
#define SCHUR_ASSEMBLE 0 |
Definition at line 18 of file contact.cpp.
Definition at line 64 of file contact.cpp.
using BoundaryLhsBCs = NaturalBC<BoundaryEleOp>::Assembly<AT>::BiLinearForm<IT> |
Definition at line 119 of file contact.cpp.
using BoundaryRhsBCs = NaturalBC<BoundaryEleOp>::Assembly<AT>::LinearForm<IT> |
Definition at line 116 of file contact.cpp.
using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Definition at line 62 of file contact.cpp.
using DomainRhsBCs = NaturalBC<DomainEleOp>::Assembly<AT>::LinearForm<IT> |
Definition at line 113 of file contact.cpp.
using OpBoundaryLhsBCs |
Definition at line 120 of file contact.cpp.
using OpBoundaryRhsBCs |
Definition at line 117 of file contact.cpp.
using OpDomainRhsBCs |
Definition at line 114 of file contact.cpp.
using OpSpringLhs |
[Operators used for contact]
Definition at line 72 of file contact.cpp.
using OpSpringRhs |
Definition at line 74 of file contact.cpp.
using SideEle = ElementsAndOps<SPACE_DIM>::FaceSideEle |
Definition at line 66 of file contact.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
[Register MoFEM discrete manager in PETSc]
[Register MoFEM discrete manager in PETSc
[Create MoAB]
< mesh database
< mesh database interface
[Create MoAB]
[Create MoFEM]
< finite element database
< finite element database interface
[Create MoFEM]
[Load mesh]
[Load mesh]
[CONTACT]
[CONTACT]
Definition at line 926 of file contact.cpp.
double alpha_damping = 0 |
Definition at line 89 of file contact.cpp.
|
constexpr |
Definition at line 36 of file contact.cpp.
int atom_test = 0 |
Definition at line 97 of file contact.cpp.
int contact_order = 2 |
Definition at line 81 of file contact.cpp.
|
constexpr |
[Specialisation for assembly]
Definition at line 69 of file contact.cpp.
int geom_order = 1 |
Definition at line 83 of file contact.cpp.
|
static |
[Check]
Definition at line 924 of file contact.cpp.
PetscBool is_axisymmetric = PETSC_FALSE |
Definition at line 93 of file contact.cpp.
PetscBool is_quasi_static = PETSC_TRUE |
[Operators used for contact]
Definition at line 78 of file contact.cpp.
|
constexpr |
Definition at line 39 of file contact.cpp.
int order = 2 |
Definition at line 80 of file contact.cpp.
double poisson_ratio = 0.25 |
Definition at line 85 of file contact.cpp.
double rho = 0.0 |
Definition at line 86 of file contact.cpp.
double scale = 1. |
Definition at line 91 of file contact.cpp.
int sigma_order = 1 |
Definition at line 82 of file contact.cpp.
|
constexpr |
Definition at line 55 of file contact.cpp.
double spring_stiffness = 0.0 |
Definition at line 87 of file contact.cpp.
double vis_spring_stiffness = 0.0 |
Definition at line 88 of file contact.cpp.
double young_modulus = 100 |
Definition at line 84 of file contact.cpp.