Table of Contents

Class MeshFunctions

Namespace
FemDesign.Calculate
Assembly
FemDesign.Core.dll
public class MeshFunctions : GlobConfig
Inheritance
MeshFunctions
Inherited Members
Extension Methods

Constructors

MeshFunctions(bool, int, bool, bool, int, bool, double, double, double, bool, bool)

public MeshFunctions(bool refineLocally = true, int refineMaxStepNum = 5, bool iterWarning = false, bool reduceSize = true, int smoothStepNum = 3, bool checkMeshGeom = true, double checkGeomMinangle = 10, double checkGeomMaxangle = 170, double checkGeomMaxSideRatio = 8, bool checkMeshOverlap = true, bool checkMeshTopology = true)

Parameters

refineLocally bool
refineMaxStepNum int
iterWarning bool
reduceSize bool
smoothStepNum int
checkMeshGeom bool
checkGeomMinangle double
checkGeomMaxangle double
checkGeomMaxSideRatio double
checkMeshOverlap bool
checkMeshTopology bool

Fields

_checkGeomMaxAngle

public double _checkGeomMaxAngle

Field Value

double

_checkGeomMaxSideRatio

public double _checkGeomMaxSideRatio

Field Value

double

_checkGeomMinAngle

public double _checkGeomMinAngle

Field Value

double

_checkMeshGeom

public int _checkMeshGeom

Field Value

int

_checkMeshOverLap

public int _checkMeshOverLap

Field Value

int

_checkMeshTopology

public int _checkMeshTopology

Field Value

int

_maxIterWarning

public int _maxIterWarning

Field Value

int

_reduceSize

public int _reduceSize

Field Value

int

_refineLocally

public int _refineLocally

Field Value

int

_smoothStepNum

public int _smoothStepNum

Field Value

int

Properties

CheckGeomMaxAngle

public double CheckGeomMaxAngle { get; set; }

Property Value

double

CheckGeomMaxSideRatio

public double CheckGeomMaxSideRatio { get; set; }

Property Value

double

CheckGeomMinAngle

public double CheckGeomMinAngle { get; set; }

Property Value

double

CheckMeshGeom

public bool CheckMeshGeom { get; set; }

Property Value

bool

CheckMeshOverLap

public bool CheckMeshOverLap { get; set; }

Property Value

bool

CheckMeshTopology

public bool CheckMeshTopology { get; set; }

Property Value

bool

MaxIterWarning

public bool MaxIterWarning { get; set; }

Property Value

bool

ReduceSize

public bool ReduceSize { get; set; }

Property Value

bool

RefineLocally

public bool RefineLocally { get; set; }

Property Value

bool

RefineMaxStepNum

public int RefineMaxStepNum { get; set; }

Property Value

int

SmoothStepNum

public int SmoothStepNum { get; set; }

Property Value

int

Methods

Default()

public static MeshFunctions Default()

Returns

MeshFunctions