![]() |
v0.14.0 |
#include <MoFEM.hpp>
#include <MatrixFunction.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 | BoundaryEleOpStab |
Element used to specialise assembly. More... | |
struct | Contact |
struct | Contact::ScaledTimeScale |
struct | SetUpSchur |
[Push operators to pipeline] More... | |
struct | SetUpSchurImpl |
Namespaces | |
namespace | ContactOps |
Macros | |
#define | EXECUTABLE_DIMENSION 3 |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
constexpr AssemblyType | AT = AssemblyType::SCHUR |
constexpr IntegrationType | IT |
constexpr int | SPACE_DIM |
constexpr FieldSpace | CONTACT_SPACE = ElementsAndOps<SPACE_DIM>::CONTACT_SPACE |
[Specialisation for assembly] More... | |
PetscBool | is_quasi_static = PETSC_TRUE |
[Operators used for contact] More... | |
int | order = 2 |
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. |
static char | help [] = "...\n\n" |
[Check] More... | |
\CONTACT contact.cpp
CONTACT of contact problem
Definition in file contact.cpp.
#define EXECUTABLE_DIMENSION 3 |
Definition at line 14 of file contact.cpp.
Definition at line 54 of file contact.cpp.
Definition at line 55 of file contact.cpp.
using BoundaryLhsBCs = NaturalBC<BoundaryEleOp>::Assembly<AT>::BiLinearForm<IT> |
Definition at line 146 of file contact.cpp.
using BoundaryRhsBCs = NaturalBC<BoundaryEleOp>::Assembly<AT>::LinearForm<IT> |
Definition at line 143 of file contact.cpp.
using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Definition at line 52 of file contact.cpp.
Definition at line 53 of file contact.cpp.
using DomainRhsBCs = NaturalBC<DomainEleOp>::Assembly<AT>::LinearForm<IT> |
Definition at line 140 of file contact.cpp.
using EntData = EntitiesFieldData::EntData |
Definition at line 51 of file contact.cpp.
using OpBoundaryLhsBCs = BoundaryLhsBCs::OpFlux<ContactOps::BoundaryBCs, 1, SPACE_DIM> |
Definition at line 147 of file contact.cpp.
using OpBoundaryRhsBCs = BoundaryRhsBCs::OpFlux<ContactOps::BoundaryBCs, 1, SPACE_DIM> |
Definition at line 144 of file contact.cpp.
using OpDomainRhsBCs = DomainRhsBCs::OpFlux<ContactOps::DomainBCs, 1, SPACE_DIM> |
Definition at line 141 of file contact.cpp.
using OpSpringLhs = FormsIntegrators<BoundaryEleOp>::Assembly<AT>::BiLinearForm< IT>::OpMass<1, SPACE_DIM> |
[Operators used for contact]
Definition at line 109 of file contact.cpp.
using OpSpringRhs = FormsIntegrators<BoundaryEleOp>::Assembly<AT>::LinearForm< IT>::OpBaseTimesVector<1, SPACE_DIM, 1> |
Definition at line 111 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 767 of file contact.cpp.
double alpha_damping = 0 |
Definition at line 126 of file contact.cpp.
|
constexpr |
Definition at line 28 of file contact.cpp.
|
constexpr |
[Specialisation for assembly]
Definition at line 106 of file contact.cpp.
int geom_order = 1 |
Definition at line 120 of file contact.cpp.
|
static |
[Check]
Definition at line 765 of file contact.cpp.
PetscBool is_quasi_static = PETSC_TRUE |
[Operators used for contact]
Definition at line 117 of file contact.cpp.
|
constexpr |
Definition at line 29 of file contact.cpp.
int order = 2 |
Definition at line 119 of file contact.cpp.
double poisson_ratio = 0.25 |
Definition at line 122 of file contact.cpp.
double rho = 0.0 |
Definition at line 123 of file contact.cpp.
double scale = 1. |
Definition at line 128 of file contact.cpp.
|
constexpr |
Definition at line 45 of file contact.cpp.
double spring_stiffness = 0.0 |
Definition at line 124 of file contact.cpp.
double vis_spring_stiffness = 0.0 |
Definition at line 125 of file contact.cpp.
double young_modulus = 100 |
Definition at line 121 of file contact.cpp.