Home
last modified time | relevance | path

Searched refs:globalDof (Results 1 – 6 of 6) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/
H A Dvectorial.hh55 GlobalDofType globalDof ( const LocalDofType &localDof ) const in globalDof() function in Dune::Fem::DofAlignment
57 return impl().globalDof( localDof ); in globalDof()
68 LocalDofType localDof ( const GlobalDofType &globalDof ) const in localDof()
70 return impl().localDof( globalDof ); in localDof()
111 GlobalDofType globalDof ( const LocalDofType &localDof ) const in globalDof() function in Dune::Fem::HorizontalDofAlignment
119 return LocalDofType( globalDof / scalarSize_, globalDof % scalarSize_ ); in localDof()
164 return LocalDofType( globalDof % dimRange, globalDof / dimRange ); in localDof()
454 const GlobalDofType globalDof = dofAlignment_.globalDof( LocalDofType( r, i ) ); in axpy() local
471 const GlobalDofType globalDof = dofAlignment_.globalDof( LocalDofType( r, i ) ); in axpyH() local
503 const GlobalDofType globalDof = dofAlignment_.globalDof( LocalDofType( r, i ) ); in evaluateAll() local
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/test/
H A Dtest-vectorialbasisfunctionset.cc112 static std::size_t apply ( const DofAlignmentType &dofAlignment, std::size_t globalDof ) in apply()
115 return dofAlignment.globalDof( conversion.localDof( globalDof ) ); in apply()
124 static std::size_t apply ( const DofAlignmentType &, std::size_t globalDof ) in apply()
126 return globalDof; in apply()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/patch/
H A Dpcpatch.c1353 PetscInt globalDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1363 PetscInt globalDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1379 PetscInt globalDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1391 PetscInt globalDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1558 PetscInt globalDof, localDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1562 if (globalDof >= 0) globalDofsArray[goff + localDof] = globalDof; in PCPatchCreateCellPatchDiscretisationInfo()
1570 PetscInt globalDof, localDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1573 if (globalDof >= 0) globalDofsArrayWithArtificial[goff + localDof] = globalDof; in PCPatchCreateCellPatchDiscretisationInfo()
1581 PetscInt globalDof, localDof; in PCPatchCreateCellPatchDiscretisationInfo() local
1584 if (globalDof >= 0) globalDofsArrayWithAll[goff + localDof] = globalDof; in PCPatchCreateCellPatchDiscretisationInfo()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/mapper/
H A Dnonblockmapper.hh77 SizeType globalDof = blockSize*globalKey; in operator ()() local
80 functor_( localDof++, globalDof++ ); in operator ()()
H A Ddynamicnonblockmapper.hh75 SizeType globalDof = blockSize_*globalKey; in operator ()() local
78 functor_( localDof++, globalDof++ ); in operator ()()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PDE-OPT/0ld/TOOLS/
H A DPDE_FEM.hpp508 virtual bool check_myGlobalDof_on_boundary(GO globalDof) { in check_myGlobalDof_on_boundary() argument
509 if (std::binary_search(myDirichletDofs_.begin(), myDirichletDofs_.end(), globalDof)) { in check_myGlobalDof_on_boundary()