Skip to content

Commit

Permalink
Missing file from last commit...
Browse files Browse the repository at this point in the history
  • Loading branch information
gateshian committed Sep 2, 2024
1 parent 7d99494 commit 93e5b1e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions FEBioMix/FESlidingInterface3.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,6 @@ SOFTWARE.*/
//-----------------------------------------------------------------------------
class FEBIOMIX_API FESlidingSurface3 : public FEBiphasicContactSurface
{
public:
//! integration point data
class Data : public FEBiphasicContactPoint
{
public:
Data();

void Serialize(DumpStream& ar) override;

public:
double m_Lmd; //!< Lagrange multipliers for displacements
double m_Lmc; //!< Lagrange multipliers for solute concentrations
double m_epsn; //!< displacement penalty factors
double m_epsp; //!< pressure penalty factors
double m_epsc; //!< concentration penatly factors
double m_cg; //!< concentration "gap"
vec3d m_nu; //!< normal at integration points
vec2d m_rs; //!< natural coordinates of projection of integration point
};

public:
//! constructor
FESlidingSurface3(FEModel* pfem);
Expand Down

0 comments on commit 93e5b1e

Please sign in to comment.