/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/ |
H A D | node.cc | 191 ASSERT(iDof == 1); in dGetDofValue() 204 ASSERT(iDof == 1); in dGetDofValuePrev() 216 unsigned int iDof, in SetDofValue() argument 219 ASSERT(iDof == 1); in SetDofValue() 385 ASSERT(iDof == 1); in dGetDofValue() 395 ASSERT(iDof == 1); in dGetDofValuePrev() 404 unsigned int iDof, in SetDofValue() argument 407 ASSERT(iDof == 1); in SetDofValue() 654 if (iDof != 1) { in dGetDofValue() 665 if (iDof != 1) { in dGetDofValuePrev() [all …]
|
H A D | j2p.h | 58 dGetDofValue(int iDof, int iOrder = 0) const; 66 unsigned int iDof, 78 Elem2Param::dGetDofValue(int iDof, int iOrder) const in dGetDofValue() argument 80 ASSERT(iDof == 1); in dGetDofValue() 119 dGetDofValue(int iDof, int iOrder = 0) const; 129 StrainGageParam::dGetDofValue(int iDof, int iOrder) const in dGetDofValue() argument 131 ASSERT(iDof == 1); in dGetDofValue()
|
H A D | dofman.cc | 98 for (int iDof = 0; iDof < DofData[iType].iNum; iDof++) { in DofDataInit() local 99 DofData[iType].pFirstDofOwner[iDof].SetScale(dGetDefaultScale(DofOwner::Type(iType))); in DofDataInit() 166 for (unsigned int iDof = 1; iDof <= iNumDofs; iDof++) { in SetScale() local 167 XScale.PutCoef(iFirstIndex + iDof, dScale); in SetScale()
|
H A D | node.h | 159 virtual const doublereal& dGetDofValue(int iDof, int iOrder = 0) const = 0; 173 unsigned int iDof, 321 virtual const doublereal& dGetDofValue(int iDof, int iOrder = 0) const; 327 virtual const doublereal& dGetDofValuePrev(int iDof, int iOrder = 0) const; 334 unsigned int iDof, 440 virtual const doublereal& dGetDofValue(int iDof, int iOrder = 0) const; 446 virtual const doublereal& dGetDofValuePrev(int iDof, int iOrder = 0) const; 453 unsigned int iDof, 651 virtual const doublereal& dGetDofValue(int iDof, int iOrder = 0) const; 657 virtual const doublereal& dGetDofValuePrev(int iDof, int iOrder = 0) const; [all …]
|
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/ |
H A D | strnode.cc | 374 ASSERT(iDof >= 1 && iDof <= 3); in dGetDofValue() 376 if (iDof >= 1 && iDof <= 3) { in dGetDofValue() 399 ASSERT(iDof >= 1 && iDof <= 3); in dGetDofValuePrev() 401 if (iDof >= 1 && iDof <= 3) { in dGetDofValuePrev() 426 ASSERT(iDof >= 1 && iDof <= 6); in SetDofValue() 428 if (iDof >= 1 && iDof <= 3) { in SetDofValue() 1305 ASSERT(iDof >= 1 && iDof <= 3); in dGetDofValue() 1338 ASSERT(iDof >= 1 && iDof <= 3); in dGetDofValuePrev() 1684 if (iDof >= 1 && iDof <= 3) { in dGetDofValue() 1717 if (iDof >= 1 && iDof <= 3) { in dGetDofValuePrev() [all …]
|
H A D | strnode.h | 191 virtual const doublereal& dGetDofValue(int iDof, int iOrder = 0) const; 195 virtual const doublereal& dGetDofValuePrev(int iDof, int iOrder = 0) const; 200 unsigned int iDof, unsigned int iOrder = 0); 561 virtual const doublereal& dGetDofValue(int iDof, int iOrder = 0) const; 570 unsigned int iDof, unsigned int iOrder = 0); 836 virtual const doublereal& dGetDofValue(int iDof, int iOrder = 0) const; 845 unsigned int iDof, unsigned int iOrder = 0); 1348 virtual const doublereal& dGetDofValue(int iDof, int iOrder = 0) const; 1357 unsigned int iDof, unsigned int iOrder = 0); 1688 virtual const doublereal& dGetDofValue(int iDof, int iOrder = 0) const; [all …]
|
/dports/science/getdp/getdp-3.4.0-source/Functions/ |
H A D | F_MultiHar.cpp | 716 for (iDof = 0 ; iDof < Nbr_Dof ; iDof++) in Cal_GalerkinTermOfFemEquation_MHBilinear() 717 for (jDof = 0 ; jDof <= iDof ; jDof++) in Cal_GalerkinTermOfFemEquation_MHBilinear() 720 E_MH[iDof][jDof][iHar][jHar] += weightIntPoint * in Cal_GalerkinTermOfFemEquation_MHBilinear() 723 iDof, jDof, iHar, jHar, E_MH[iDof][jDof][iHar][jHar]) ; in Cal_GalerkinTermOfFemEquation_MHBilinear() 733 for (iDof = 0 ; iDof < Nbr_Dof ; iDof++){ in Cal_GalerkinTermOfFemEquation_MHBilinear() 735 E_MH[iDof][jDof][1][1] = E_MH[iDof][jDof][0][0]; in Cal_GalerkinTermOfFemEquation_MHBilinear() 754 for (iDof = 0 ; iDof < Nbr_Dof ; iDof++){ in Cal_GalerkinTermOfFemEquation_MHBilinear() 755 Dofi = QuantityStorage_P->BasisFunction[iDof].Dof ; in Cal_GalerkinTermOfFemEquation_MHBilinear() 756 for (jDof = 0 ; jDof <= iDof ; jDof++){ in Cal_GalerkinTermOfFemEquation_MHBilinear() 761 plus = plus0 = E_MH[iDof][jDof][iHar][jHar] ; in Cal_GalerkinTermOfFemEquation_MHBilinear() [all …]
|
/dports/science/getdp/getdp-3.4.0-source/Kernel/ |
H A D | DofData.cpp | 1994 int i, j, k, l, iDof, ii, iit, iNum, iHar; in Dof_GetDummies() local 2005 for(iDof = 0 ; iDof < DofData_P->NbrDof ; iDof++) DummyDof[iDof]=0; in Dof_GetDummies() 2033 for(iDof = 0 ; iDof < List_Nbr(DofData_P->DofList) ; iDof++) { in Dof_GetDummies() 2034 Dof_P = (struct Dof *)List_Pointer(DofData_P->DofList, iDof) ; in Dof_GetDummies() 2055 for(iDof = 0 ; iDof < List_Nbr(DofData_P->DofList) ; iDof++) { in Dof_GetDummies() 2056 Dof_P = (struct Dof *)List_Pointer(DofData_P->DofList, iDof) ; in Dof_GetDummies() 2078 for(iDof = 0 ; iDof < DofData_P->NbrDof ; iDof++) { in Dof_GetDummies() 2079 if(DummyDof[iDof]) i++; in Dof_GetDummies() 2082 Dof_P = (struct Dof *)List_Pointer(DofData_P->DofList, iDof) ; in Dof_GetDummies() 2084 iDof, Dof_P->NumType, Dof_P->Harmonic, Dof_P->Entity); in Dof_GetDummies()
|
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ |
H A D | plexpreallocate.c | 79 PetscInt iDof, iOff, i, r, s, numAdjP = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local 81 ierr = PetscSectionGetDof(inverseSec,p,&iDof);CHKERRQ(ierr); in DMPlexComputeAnchorAdjacencies() 82 if (!iDof) continue; in DMPlexComputeAnchorAdjacencies() 85 for (i = 0; i < iDof; i++) { in DMPlexComputeAnchorAdjacencies() 110 PetscInt iDof, iOff, i, r, s, aOff, aOffOrig, aDof, numAdjP = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local 112 ierr = PetscSectionGetDof(inverseSec,p,&iDof);CHKERRQ(ierr); in DMPlexComputeAnchorAdjacencies() 113 if (!iDof) continue; in DMPlexComputeAnchorAdjacencies() 119 for (i = 0; i < iDof; i++) { in DMPlexComputeAnchorAdjacencies()
|
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-octave/ |
H A D | module-octave.cc | 2164 const int32_t iDof = args(0).int32_scalar_value(); in METHOD_DEFINE() local 2177 return octave_value(pNode->dGetDofValue(iDof, iOrder)); in METHOD_DEFINE() 2208 const int32_t iDof = args(0).int32_scalar_value(); in METHOD_DEFINE() local 2221 return octave_value(pNode->dGetDofValuePrev(iDof, iOrder)); in METHOD_DEFINE()
|