![]() |
v0.15.0 |
#include <MoFEM.hpp>#include <MatrixFunction.hpp>#include <HenckyOps.hpp>#include <HookeOps.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 |
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 |
| PetscBool | is_large_strain = 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 62 of file contact.cpp.
Definition at line 63 of file contact.cpp.
| using BoundaryLhsBCs = NaturalBC<BoundaryEleOp>::Assembly<AT>::BiLinearForm<IT> |
Definition at line 114 of file contact.cpp.
| using BoundaryRhsBCs = NaturalBC<BoundaryEleOp>::Assembly<AT>::LinearForm<IT> |
Definition at line 111 of file contact.cpp.
| using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Definition at line 60 of file contact.cpp.
Definition at line 61 of file contact.cpp.
| using DomainRhsBCs = NaturalBC<DomainEleOp>::Assembly<AT>::LinearForm<IT> |
Definition at line 108 of file contact.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 59 of file contact.cpp.
| using OpBoundaryLhsBCs = BoundaryLhsBCs::OpFlux<ContactOps::BoundaryBCs, 1, SPACE_DIM> |
Definition at line 115 of file contact.cpp.
| using OpBoundaryRhsBCs = BoundaryRhsBCs::OpFlux<ContactOps::BoundaryBCs, 1, SPACE_DIM> |
Definition at line 112 of file contact.cpp.
| using OpDomainRhsBCs = DomainRhsBCs::OpFlux<ContactOps::DomainBCs, 1, SPACE_DIM> |
Definition at line 109 of file contact.cpp.
| using OpSpringLhs = FormsIntegrators<BoundaryEleOp>::Assembly<AT>::BiLinearForm< IT>::OpMass<1, SPACE_DIM> |
[Operators used for contact]
Definition at line 70 of file contact.cpp.
| using OpSpringRhs = FormsIntegrators<BoundaryEleOp>::Assembly<AT>::LinearForm< IT>::OpBaseTimesVector<1, SPACE_DIM, 1> |
Definition at line 72 of file contact.cpp.
| using SideEle = ElementsAndOps<SPACE_DIM>::FaceSideEle |
Definition at line 64 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 947 of file contact.cpp.
| double alpha_damping = 0 |
Definition at line 87 of file contact.cpp.
|
constexpr |
Definition at line 34 of file contact.cpp.
| int atom_test = 0 |
Definition at line 94 of file contact.cpp.
| int contact_order = 2 |
Definition at line 79 of file contact.cpp.
|
constexpr |
[Specialisation for assembly]
Definition at line 67 of file contact.cpp.
| int geom_order = 1 |
Definition at line 81 of file contact.cpp.
|
static |
[Check]
Definition at line 945 of file contact.cpp.
| PetscBool is_axisymmetric = PETSC_FALSE |
Definition at line 91 of file contact.cpp.
| PetscBool is_large_strain = PETSC_FALSE |
Definition at line 92 of file contact.cpp.
| PetscBool is_quasi_static = PETSC_TRUE |
[Operators used for contact]
Definition at line 76 of file contact.cpp.
|
constexpr |
Definition at line 37 of file contact.cpp.
| int order = 2 |
Definition at line 78 of file contact.cpp.
| double poisson_ratio = 0.25 |
Definition at line 83 of file contact.cpp.
| double rho = 0.0 |
Definition at line 84 of file contact.cpp.
| double scale = 1. |
Definition at line 89 of file contact.cpp.
| int sigma_order = 1 |
Definition at line 80 of file contact.cpp.
|
constexpr |
Definition at line 53 of file contact.cpp.
| double spring_stiffness = 0.0 |
Definition at line 85 of file contact.cpp.
| double vis_spring_stiffness = 0.0 |
Definition at line 86 of file contact.cpp.
| double young_modulus = 100 |
Definition at line 82 of file contact.cpp.