Home
last modified time | relevance | path

Searched refs:BoundaryMatrix (Results 1 – 25 of 37) sorted by relevance

12

/dports/math/gap/gap-4.11.0/pkg/hap-1.25/tst/examples/
H A D2.1.610 Print(BoundaryMatrix(C,1)*BoundaryMatrix(C,2),"\n");
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DAdvectionDiffusion.F901544 REAL(KIND=dp) :: BoundaryMatrix(:,:), Ratio local
1563 BoundaryMatrix = 0.0D0
1626 BoundaryMatrix(p,q) = BoundaryMatrix(p,q) + Ratio * &
1692 BoundaryMatrix = 0.0D0
1723 BoundaryMatrix(p,q) = BoundaryMatrix(p,q) + &
2242 REAL(KIND=dp) :: BoundaryMatrix(:,:), Ratio local
2262 BoundaryMatrix = 0.0D0
2333 BoundaryMatrix(p,q) = BoundaryMatrix(p,q) + Ratio * &
2375 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:) local
2401 BoundaryMatrix = 0.0D0
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/LevelSet/
H A DLevelSetCurvature.F90375 SUBROUTINE LocalBoundary( BoundaryMatrix, BoundaryVector, &
379 REAL(KIND=dp) :: BoundaryMatrix(:,:), BoundaryVector(:), Surf(:) local
397 BoundaryMatrix = 0.0d0
469 BoundaryMatrix(p,q) = BoundaryMatrix(p,q) + s * A
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DNavierStokes.F901483 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) = &
1484 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) + &
1489 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) = &
1490 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) + &
1577 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:), & local
1717 BoundaryMatrix(k1,k2) = BoundaryMatrix(k1,k2) - &
1720 BoundaryMatrix(k1,k2) = BoundaryMatrix(k1,k2) - &
1732 BoundaryMatrix(k1,k2) = BoundaryMatrix(k1,k2) + &
1784 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:), & local
1916 BoundaryMatrix(k1,k2) = BoundaryMatrix(k1,k2) + &
[all …]
H A DStressGeneral.F90313 SUBROUTINE StressGeneralBoundary( BoundaryMatrix,BoundaryVector,LoadVector, & argument
316 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:) local
343 BoundaryMatrix = 0.0D0
405 BoundaryMatrix((p-1)*dim+i,(q-1)*dim+i) = &
406 BoundaryMatrix((p-1)*dim+i,(q-1)*dim+i) + &
H A DMaxwell.F90282 SUBROUTINE MaxwellBoundary( BoundaryMatrix,BoundaryVector,LoadVector, & argument
316 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:),LoadVector(:,:), & local
343 BoundaryMatrix = 0.0D0
H A DDiffuseConvectiveGeneralAnisotropic.F90527 SUBROUTINE DiffuseConvectiveGenBoundary( BoundaryMatrix,BoundaryVector, & argument
555 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:) local
581 BoundaryMatrix = 0.0D0
625 BoundaryMatrix(p,q) = BoundaryMatrix(p,q) + &
H A DMaxwellAxiS.F90296 SUBROUTINE MaxwellAxiSBoundary( BoundaryMatrix,BoundaryVector,LoadVector, & argument
330 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:),LoadVector(:,:), & local
357 BoundaryMatrix = 0.0D0
H A DMaxwellGeneral.F90348 SUBROUTINE MaxwellGeneralBoundary( BoundaryMatrix,BoundaryVector,LoadVector, & argument
382 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:),LoadVector(:,:), & local
411 BoundaryMatrix = 0.0D0
H A DDiffuseConvectiveAnisotropic.F90647 SUBROUTINE DiffuseConvectiveBoundary( BoundaryMatrix,BoundaryVector, & argument
675 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:), & local
699 BoundaryMatrix = 0.0D0
744 BoundaryMatrix(p,q) = BoundaryMatrix(p,q) + &
H A DNavierStokesCylindrical.F90902 SUBROUTINE NavierStokesCylindricalBoundary( BoundaryMatrix,BoundaryVector, & argument
939 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:),LoadVector(:,:), & local
976 BoundaryMatrix = 0.0_dp
1080 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) = &
1081 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) + &
1086 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) = &
1087 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) + &
H A DNavierStokesGeneral.F90646 SUBROUTINE NavierStokesGeneralBoundary( BoundaryMatrix,BoundaryVector, & argument
680 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:),LoadVector(:,:), & local
716 BoundaryMatrix = 0.0D0
793 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) = &
794 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) + s * SlipCoeff * Basis(q) * Basis(p)
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DPorousSolve.F90932 SUBROUTINE LocalMatrixBoundary( BoundaryMatrix, BoundaryVector, &
937 REAL(KIND=dp) :: BoundaryMatrix(:,:), BoundaryVector(:) local
964 BoundaryMatrix = 0.0D0
1028 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) = &
1029 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) + &
1034 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) = &
1035 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) + &
H A DAIFlowSolve_nlD2.F901095 SUBROUTINE LocalMatrixBoundary( BoundaryMatrix, BoundaryVector, &
1101 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:) local
1130 BoundaryMatrix = 0.0D0
1209 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) = &
1210 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) + &
1215 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) = &
1216 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) + &
1229 BoundaryMatrix((p-1)*(dim+1)+i,(q-1)*(dim+1)+i) = &
1230 BoundaryMatrix((p-1)*(dim+1)+i,(q-1)*(dim+1)+i) + &
H A DAIFlowSolve_nlS2.F901130 SUBROUTINE LocalMatrixBoundary( BoundaryMatrix, BoundaryVector, &
1136 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:) local
1165 BoundaryMatrix = 0.0D0
1244 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) = &
1245 BoundaryMatrix( (p-1)*c+j,(q-1)*c+k ) + &
1250 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) = &
1251 BoundaryMatrix( (p-1)*c+i,(q-1)*c+i ) + &
1264 BoundaryMatrix((p-1)*(dim+1)+i,(q-1)*(dim+1)+i) = &
1265 BoundaryMatrix((p-1)*(dim+1)+i,(q-1)*(dim+1)+i) + &
H A DCaffeSolver.F901519 SUBROUTINE DiffuseConvectiveBoundaryCaffe( BoundaryMatrix,BoundaryVector, &
1553 REAL(KIND=dp) :: BoundaryMatrix(:,:),BoundaryVector(:), & local
1577 BoundaryMatrix = 0.0D0
1608 BoundaryMatrix(p,q) = BoundaryMatrix(p,q) + &
1937 SUBROUTINE FreeBoundaryCaffe( BoundaryMatrix, BoundaryVector, &
1940 … REAL(KIND=dp) :: BoundaryMatrix(:,:), BoundaryVector(:), LoadVector(:), Velo(:,:),MeshVelo(:,:) local
1956 BoundaryMatrix = 0.0d0
1994 BoundaryMatrix(p,q) = BoundaryMatrix(p,q) + s*Udotn*ParentBasis(q)*ParentBasis(p)
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/FpGmodules/
H A Dresfpgmod.gi21 BoundaryMatrix,
167 BoundaryMatrix:=function(k) #Returns the matrix of d_k:R_k->R_k-1
250 BndMat:=BoundaryMatrix(k);
323 BoundaryMatrices[i]:=TransposedMat(BoundaryMatrix(i)*one);
H A Dfpgbasics.gi13 BoundaryMatrix,
85 BoundaryMatrix:=function() #Returns the matrix of d_k:R_k->R_k-1
107 Mdule:=SemiEchelonMat(BoundaryMatrix()).vectors;
109 Mdule:=SemiEchelonMat(NullspaceMat(BoundaryMatrix())).vectors;
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/ResolutionsModP/
H A DranksPrimeGroup.gi20 BoundaryMatrix,
148 BoundaryMatrix:=function(k) #Returns the matrix of d_k:R_k->R_k-1
231 BndMat:=BoundaryMatrix(k);
H A DresPrimeGroupSparse.gi21 BoundaryMatrix,
185 BoundaryMatrix:=function(k) #Returns the matrix of d_k:R_k->R_k-1
268 BndMat:=BoundaryMatrix(k);
346 BoundaryMatrices2[i]:=one*BoundaryMatrix(i);
H A DresPrimeGroup.gi20 BoundaryMatrix,
185 BoundaryMatrix:=function(k) #Returns the matrix of d_k:R_k->R_k-1
268 BndMat:=BoundaryMatrix(k);
346 BoundaryMatrices2[i]:=one*BoundaryMatrix(i);
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/Functors/
H A Dhomtint.new46 A:=BoundaryMatrix(C,n+1);
H A Dhomtint.gi46 A:=BoundaryMatrix(C,n+1);
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/ArtinCoxeter/tuan/
H A DcrystGcomplex.gi540 Dimension,PairToTriple,BoundaryMatrix,Boundary,
599 BoundaryMatrix:=function(n,k)
619 Add(BoundaryRec[i],BoundaryMatrix(i,j));
635 boundarymatrix:=BoundaryMatrix,
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/NonabelianTensor/
H A Dbogomolov.gi108 H2:=TransposedMat(BoundaryMatrix(ChQ,3));
159 H2:=TransposedMat(BoundaryMatrix(ChG,3));
211 HN:=TransposedMat(BoundaryMatrix(ChG,N+1));
241 B:=TransposedMat(BoundaryMatrix(TensorWithIntegers(RA),N));

12