Home
last modified time | relevance | path

Searched defs:Dofs (Results 1 – 15 of 15) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DOdeSolver.F90144 INTEGER :: i,j,Dofs local
H A DCraigBamptonSolver.F9086 INTEGER :: i,j,k,l,SolverId,Dofs,NoComponentModes,& local
H A DStructuredProjectToPlane.F90104 INTEGER :: t,i,j,k,l,kk,ll,n,dim,Dofs,dof,itop,ibot,idown,iup,jup,lup,ii,jj,Rounds,nsize,layer, & local
H A DAcoustics.F90128 INTEGER :: i, j, k, m, n, t, istat, LocalNodes, Dofs, VelocityComponents, & local
5222 INTEGER :: n, Dofs, nb local
5855 INTEGER :: n, Dofs local
5979 INTEGER :: n, Dofs local
6068 INTEGER :: n, Dofs local
6591 INTEGER :: n, Dofs local
H A DProjectToPlane.F90857 INTEGER :: PlaneNodes, VolumeElements, Dofs, corners, face, Intersections local
H A DStressSolve.F90213 INTEGER :: MaxIter, MinIter, NoModes, Nsize, Dofs, DisplacementVelDOFs local
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DBandMatrix.F90163 SUBROUTINE Band_GlueLocalMatrix( A,N,Dofs,Indeces,LocalMatrix ) argument
169 INTEGER :: Dofs !< Number of degrees of freedom for one node local
H A DCRSMatrix.F90569 SUBROUTINE CRS_GlueLocalMatrix( A,N,Dofs,Indeces,LocalMatrix,GlobalValues ) argument
574 INTEGER, INTENT(IN) :: Dofs !< Number of degrees of freedom for one node local
2875 SUBROUTINE CRS_CreateChildMatrix( ParentMat, ParentDofs, ChildMat, Dofs, ColDofs, & argument
2880 INTEGER :: Dofs local
H A DListMatrix.F90812 SUBROUTINE List_GlueLocalMatrix( A,N,Dofs,Indexes,LocalMatrix ) argument
H A DSolverUtils.F90708 INTEGER :: Dofs local
7353 SUBROUTINE SetCoupleLoads(Model, Perm, A, F, Dofs) argument
7360 INTEGER, INTENT(IN) :: Dofs !< The DOF count of the associated variable local
9436 INTEGER :: NormDim, NormDofs, Dofs,i,j,k,n,totn,PermStart local
10508 INTEGER :: MaxTests=0,tests,MaxNonlinIter,NonlinIter, Dofs local
12849 INTEGER :: i,j,k,l,n,Row,Col,Dofs,ElemNo,TargetBody=-1 local
14125 SUBROUTINE VariableNameParser(var_name, NoOutput, Global, Dofs, IpVariable, ElemVariable, DgVariabl… argument
14129 INTEGER, OPTIONAL :: Dofs local
18225 INTEGER :: i,j,j2,k,l,jk,n,Mode,Dofs local
18467 INTEGER :: i,j,j2,k,l,jk,n,Mode,Dofs local
H A DEigenSolve.F90101 NCONV, maxitr, ishfts, mode, istat, Dofs local
H A DElmerSolver.F90779 INTEGER :: i, j, k, n, solver_id, TestCount=0, PassCount=0, FailCount, Dofs local
H A DBlockSolve.F9071 INTEGER :: i,j,t,n,ndeg,body_id,body_id_prev,eq_id,solver_id,Dofs,nsize local
1255 INTEGER :: RowVar, ColVar, Dofs local
H A DParticleUtils.F901677 INTEGER :: Dofs local
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Ddataman.h813 DofVecType Dofs; variable