C# 클래스 SharpFE.Materials.MaterialMatrixBuilder

파일 보기 프로젝트 열기: iainsproat/SharpFE

공개 메소드들

메소드 설명
MaterialMatrixBuilder ( IMaterial mat ) : System
PlaneStrainMatrix ( IList supportedStrains ) : KeyedSquareMatrix
PlaneStressMatrix ( IList supportedStrains ) : KeyedSquareMatrix

보호된 메소드들

메소드 설명
CreateMaterialMatrix ( IList supportedStrains, double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix
CreateMaterialMatrix ( double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix

메소드 상세

CreateMaterialMatrix() 보호된 메소드

protected CreateMaterialMatrix ( IList supportedStrains, double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix
supportedStrains IList
lameConstantLambda double
lameConstantMu double
리턴 KeyedSquareMatrix

CreateMaterialMatrix() 보호된 메소드

protected CreateMaterialMatrix ( double lameConstantLambda, double lameConstantMu ) : KeyedSquareMatrix
lameConstantLambda double
lameConstantMu double
리턴 KeyedSquareMatrix

MaterialMatrixBuilder() 공개 메소드

public MaterialMatrixBuilder ( IMaterial mat ) : System
mat IMaterial
리턴 System

PlaneStrainMatrix() 공개 메소드

public PlaneStrainMatrix ( IList supportedStrains ) : KeyedSquareMatrix
supportedStrains IList
리턴 KeyedSquareMatrix

PlaneStressMatrix() 공개 메소드

public PlaneStressMatrix ( IList supportedStrains ) : KeyedSquareMatrix
supportedStrains IList
리턴 KeyedSquareMatrix