C# Class SharpFE.Materials.MaterialMatrixBuilder

Afficher le fichier Open project: iainsproat/SharpFE

Méthodes publiques

Méthode Description
MaterialMatrixBuilder ( IMaterial mat ) : System
PlaneStrainMatrix ( IList supportedStrains ) : KeyedSquareMatrix
PlaneStressMatrix ( IList supportedStrains ) : KeyedSquareMatrix

Méthodes protégées

Méthode Description
CreateMaterialMatrix ( IList supportedStrains, double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix
CreateMaterialMatrix ( double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix

Method Details

CreateMaterialMatrix() protected méthode

protected CreateMaterialMatrix ( IList supportedStrains, double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix
supportedStrains IList
lameConstantLambda double
lameConstantMu double
Résultat KeyedSquareMatrix

CreateMaterialMatrix() protected méthode

protected CreateMaterialMatrix ( double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix
lameConstantLambda double
lameConstantMu double
Résultat KeyedSquareMatrix

MaterialMatrixBuilder() public méthode

public MaterialMatrixBuilder ( IMaterial mat ) : System
mat IMaterial
Résultat System

PlaneStrainMatrix() public méthode

public PlaneStrainMatrix ( IList supportedStrains ) : KeyedSquareMatrix
supportedStrains IList
Résultat KeyedSquareMatrix

PlaneStressMatrix() public méthode

public PlaneStressMatrix ( IList supportedStrains ) : KeyedSquareMatrix
supportedStrains IList
Résultat KeyedSquareMatrix