v0.13.2
Loading...
Searching...
No Matches
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 scaleNf (const FEMethod *fe, VectorDouble &Nf)=0
 
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 }
#define MoFEMFunctionBegin
First executable line of each MoFEM function, used for error handling. Final line of MoFEM functions ...
Definition: definitions.h:346
#define MoFEMFunctionReturn(a)
Last executable line of each PETSc function used for error handling. Replaces return()
Definition: definitions.h:416

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: