TBaseKelvinlet

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Deformers/Kelvinlets.h

Include

#include "Deformers/Kelvinlets.h"

Syntax

template<typename KelvinletModelType>
class TBaseKelvinlet : public TKelvinletIntegrator< KelvinletModelType >

Variables

Name Description

Protected variable

double

 

a

Using lowercase to be consistent with standard notation (cf "Sharp Kelvinlets: Elastic Deformations with Cusps and Localized Falloffs" 2019 de Goes)

Protected variable

double

 

bhat

Note: to translate to the notation of F.de Goes, b = a * bhat.

Protected variable

double

 

E

Epsilon and powers of epsilon.

Constructors

Name Description

Public function

TBaseKelvinlet

(
    const double Size,
    const double ShearModulus,
    const double PoissonRatio
)

Functions

Name Description

Public function

void

 

SetMaterialParameters

(
    const double ShearModulus,
    const double PoissonRatio
)

ShearModuls and Poisson Ratio - both => 0. Poisson Ratio should be in the interval [0, 1/2)

Public function

void

 

UpdateRegularization

(
    const double R
)

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback