Home
last modified time | relevance | path

Searched refs:p_ghost (Results 1 – 4 of 4) sorted by relevance

/dports/games/kapman/kapman-21.12.3/src/
H A Dghost.h142 void ghostEaten(Ghost *p_ghost);
H A Dgame.cpp437 void Game::ghostDeath(Ghost *p_ghost) in ghostDeath() argument
440 p_ghost->setState(Ghost::EATEN); in ghostDeath()
441 winPoints(p_ghost); in ghostDeath()
H A Dgame.h263 void ghostDeath(Ghost *p_ghost);
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/
H A Ddainterp.c641 PetscInt m_ghost,n_ghost,p_ghost,m_ghost_c,n_ghost_c,p_ghost_c,nc,*dnz,*onz; in DMCreateInterpolation_DA_3D_Q0() local
667 …Corners(daf,&i_start_ghost,&j_start_ghost,&l_start_ghost,&m_ghost,&n_ghost,&p_ghost);CHKERRQ(ierr); in DMCreateInterpolation_DA_3D_Q0()
779 PetscInt l_start,p_f,l_start_ghost,p_ghost,l_start_c,p_c; in DMCreateInterpolation_DA_3D_Q1() local
824 …Corners(daf,&i_start_ghost,&j_start_ghost,&l_start_ghost,&m_ghost,&n_ghost,&p_ghost);CHKERRQ(ierr); in DMCreateInterpolation_DA_3D_Q1()
1245 PetscInt m_ghost,n_ghost,p_ghost,m_ghost_c,n_ghost_c,p_ghost_c; in DMCreateInjection_DA_3D() local
1286 …Corners(daf,&i_start_ghost,&j_start_ghost,&k_start_ghost,&m_ghost,&n_ghost,&p_ghost);CHKERRQ(ierr); in DMCreateInjection_DA_3D()
1303 …if (k_f < k_start_ghost || k_f >= k_start_ghost+p_ghost) SETERRQ4(PETSC_COMM_SELF,PETSC_ERR_ARG_IN… in DMCreateInjection_DA_3D()
1304 … "k_c %D k_f %D fine ghost range [%D,%D]",k,k_f,k_start_ghost,k_start_ghost+p_ghost); in DMCreateInjection_DA_3D()
1403 PetscInt i_start_ghost,j_start_ghost,l_start_ghost,m_ghost,n_ghost,p_ghost; in DMDACreateAggregates() local
1440 …Corners(daf,&i_start_ghost,&j_start_ghost,&l_start_ghost,&m_ghost,&n_ghost,&p_ghost);CHKERRQ(ierr); in DMDACreateAggregates()