Lines Matching refs:getMatrix

550       this.force.setMatrix(6, 7, 0, 0, this.force.getMatrix(4, 5, 0, 0));  in calculateNodalForces()
551 this.force.setMatrix(3, 4, 0, 0, this.force.getMatrix(2, 3, 0, 0)); in calculateNodalForces()
552 this.moment.setMatrix(6, 7, 0, 0, this.moment.getMatrix(4, 5, 0, 0)); in calculateNodalForces()
553 this.moment.setMatrix(3, 4, 0, 0, this.moment.getMatrix(2, 3, 0, 0)); in calculateNodalForces()
561 …this.moment.setMatrix(0, 2, 0, 0, transposed_coordinate_system.times(this.moment.getMatrix(0, 2, 0… in calculateNodalForces()
562 …this.moment.setMatrix(3, 5, 0, 0, transposed_coordinate_system.times(this.moment.getMatrix(3, 5, 0… in calculateNodalForces()
563 …this.moment.setMatrix(6, 8, 0, 0, transposed_coordinate_system.times(this.moment.getMatrix(6, 8, 0… in calculateNodalForces()
564 …this.force.setMatrix(0, 2, 0, 0, transposed_coordinate_system.times(this.force.getMatrix(0, 2, 0, … in calculateNodalForces()
565 …this.force.setMatrix(3, 5, 0, 0, transposed_coordinate_system.times(this.force.getMatrix(3, 5, 0, … in calculateNodalForces()
566 …this.force.setMatrix(6, 8, 0, 0, transposed_coordinate_system.times(this.force.getMatrix(6, 8, 0, … in calculateNodalForces()
569 this.node[0].addInternalForce(this.force.getMatrix(0, 2, 0, 0)); in calculateNodalForces()
570 this.node[0].addInternalMoment(this.moment.getMatrix(0, 2, 0, 0)); in calculateNodalForces()
571 this.node[1].addInternalForce(this.force.getMatrix(3, 5, 0, 0)); in calculateNodalForces()
572 this.node[1].addInternalMoment(this.moment.getMatrix(3, 5, 0, 0)); in calculateNodalForces()
573 this.node[2].addInternalForce(this.force.getMatrix(6, 8, 0, 0)); in calculateNodalForces()
574 this.node[2].addInternalMoment(this.moment.getMatrix(6, 8, 0, 0)); in calculateNodalForces()
1031 … this.p.setMatrix(3, 5, 0, 0, this.p.getMatrix(3, 5, 0, 0).minus(this.p.getMatrix(0, 2, 0, 0))); in calculateLocalVariables()
1032 … this.p.setMatrix(6, 8, 0, 0, this.p.getMatrix(6, 8, 0, 0).minus(this.p.getMatrix(0, 2, 0, 0))); in calculateLocalVariables()
1033 … this.p.setMatrix(0, 2, 0, 0, this.p.getMatrix(0, 2, 0, 0).minus(this.p.getMatrix(0, 2, 0, 0))); in calculateLocalVariables()