|
8 | 8 | #include <gsElasticity/gsWriteParaviewMultiPhysics.h> |
9 | 9 | #include <gsElasticity/gsMaterialBase.h> |
10 | 10 | #include <gsElasticity/gsLinearMaterial.h> |
11 | | -#include <gsElasticity/gsCompositeMaterial.h> |
12 | | -#include <gsElasticity/gsCompositeMatrix.cpp> |
13 | 11 |
|
14 | 12 | using namespace gismo; |
15 | 13 |
|
@@ -75,21 +73,7 @@ int main(int argc, char* argv[]) |
75 | 73 | // Assembling & solving // |
76 | 74 | //=============================================// |
77 | 75 |
|
78 | | - // gsConstantFunction<> alpha(0.0,0.0,0.0,3); |
79 | | - // gsMatrix<> Gmat = gsCompositeMatrix(youngsModulus,youngsModulus,youngsModulus, |
80 | | - // youngsModulus/(2*(1+poissonsRatio)), |
81 | | - // youngsModulus/(2*(1+poissonsRatio)), |
82 | | - // youngsModulus/(2*(1+poissonsRatio)), |
83 | | - // poissonsRatio, |
84 | | - // poissonsRatio, |
85 | | - // poissonsRatio); |
86 | | - |
87 | | - // Gmat.resize(Gmat.rows()*Gmat.cols(),1); |
88 | | - // gsConstantFunction<> G(Gmat,3); |
89 | | - // creating assembler |
90 | | - |
91 | 76 | gsLinearMaterial<real_t> materialMat(youngsModulus,poissonsRatio,3); |
92 | | - // gsCompositeMaterial<real_t> materialMat(G,alpha); |
93 | 77 |
|
94 | 78 | // creating assembler |
95 | 79 | // gsElasticityAssembler<real_t> assembler(geometry,basis,bcInfo,g);//,materialMat); |
|
0 commit comments