v0.14.0
Public Member Functions | Static Public Attributes | List of all members
MortarContactProblem::LoadScale Struct Reference

#include <users_modules/mortar_contact/src/MortarContactProblem.hpp>

Inheritance diagram for MortarContactProblem::LoadScale:
[legend]
Collaboration diagram for MortarContactProblem::LoadScale:
[legend]

Public Member Functions

MoFEMErrorCode scaleNf (const FEMethod *fe, VectorDouble &nf)
 
- Public Member Functions inherited from MethodForForceScaling
virtual MoFEMErrorCode getForceScale (const double ts_t, double &scale)
 
virtual ~MethodForForceScaling ()
 

Static Public Attributes

static double lAmbda = 1
 

Additional Inherited Members

- Static Public Member Functions inherited from MethodForForceScaling
static MoFEMErrorCode applyScale (const FEMethod *fe, boost::ptr_vector< MethodForForceScaling > &methods_op, VectorDouble &nf)
 
static MoFEMErrorCode applyScale (const FEMethod *fe, boost::shared_ptr< MethodForForceScaling > method_op, VectorDouble &nf)
 

Detailed Description

Examples
mortar_contact_thermal.cpp.

Definition at line 82 of file MortarContactProblem.hpp.

Member Function Documentation

◆ scaleNf()

MoFEMErrorCode MortarContactProblem::LoadScale::scaleNf ( const FEMethod fe,
VectorDouble &  nf 
)
inlinevirtual

Implements MethodForForceScaling.

Definition at line 86 of file MortarContactProblem.hpp.

86  {
88  nf *= lAmbda;
90  }

Member Data Documentation

◆ lAmbda

double MortarContactProblem::LoadScale::lAmbda = 1
static
Examples
mortar_contact.cpp, and mortar_contact_thermal.cpp.

Definition at line 84 of file MortarContactProblem.hpp.


The documentation for this struct was generated from the following files:
MortarContactProblem::LoadScale::lAmbda
static double lAmbda
Definition: MortarContactProblem.hpp:84
MoFEMFunctionReturn
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
Definition: definitions.h:416
MoFEMFunctionBegin
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition: definitions.h:346