Home
last modified time | relevance | path

Searched refs:insertmode (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/science/PETSc/petsc-3.14.1/src/vec/vec/impls/mpi/
H A Dcommonmpvec.c204 PetscErrorCode VecGhostUpdateBegin(Vec g,InsertMode insertmode,ScatterMode scattermode) in VecGhostUpdateBegin() argument
219 ierr = VecScatterBegin(v->localupdate,v->localrep,g,insertmode,scattermode);CHKERRQ(ierr); in VecGhostUpdateBegin()
221 ierr = VecScatterBegin(v->localupdate,g,v->localrep,insertmode,scattermode);CHKERRQ(ierr); in VecGhostUpdateBegin()
269 PetscErrorCode VecGhostUpdateEnd(Vec g,InsertMode insertmode,ScatterMode scattermode) in VecGhostUpdateEnd() argument
283 ierr = VecScatterEnd(v->localupdate,v->localrep,g,insertmode,scattermode);CHKERRQ(ierr); in VecGhostUpdateEnd()
285 ierr = VecScatterEnd(v->localupdate,g,v->localrep,insertmode,scattermode);CHKERRQ(ierr); in VecGhostUpdateEnd()
H A Dpbvec.c204 …ierr = MPIU_Allreduce((PetscEnum*)&X->stash.insertmode,(PetscEnum*)&addv,1,MPIU_ENUM,MPI_BOR,comm)… in VecAssemblyBegin_MPI_BTS()
207 …X->bstash.insertmode = X->stash.insertmode; /* Block stash implicitly tracks InsertMode of scalar … in VecAssemblyBegin_MPI_BTS()
226 x->sendhdr[i].insertmode = X->stash.insertmode; in VecAssemblyBegin_MPI_BTS()
289 X->stash.insertmode = NOT_SET_VALUES; in VecAssemblyEnd_MPI_BTS()
290 X->bstash.insertmode = NOT_SET_VALUES; in VecAssemblyEnd_MPI_BTS()
308 InsertMode imode = (InsertMode)x->recvhdr[i].insertmode; in VecAssemblyEnd_MPI_BTS()
366 X->stash.insertmode = NOT_SET_VALUES; in VecAssemblyEnd_MPI_BTS()
367 X->bstash.insertmode = NOT_SET_VALUES; in VecAssemblyEnd_MPI_BTS()
523 v->stash.insertmode = NOT_SET_VALUES; in VecCreate_MPI_Private()
524 v->bstash.insertmode = NOT_SET_VALUES; in VecCreate_MPI_Private()
H A Dpdvec.c908 …if (xin->stash.insertmode == INSERT_VALUES && addv == ADD_VALUES) SETERRQ(PETSC_COMM_SELF,PETSC_ER… in VecSetValues_MPI()
912 xin->stash.insertmode = addv; in VecSetValues_MPI()
955 xin->stash.insertmode = addv; in VecSetValuesBlocked_MPI()
1000 …ierr = MPIU_Allreduce((PetscEnum*)&xin->stash.insertmode,(PetscEnum*)&addv,1,MPIU_ENUM,MPI_BOR,com… in VecAssemblyBegin_MPI()
1002 xin->stash.insertmode = addv; /* in case this processor had no cache */ in VecAssemblyBegin_MPI()
1003 xin->bstash.insertmode = addv; /* Block stash implicitly tracks InsertMode of scalar stash */ in VecAssemblyBegin_MPI()
1039 if (vec->stash.insertmode == ADD_VALUES) { in VecAssemblyEnd_MPI()
1041 } else if (vec->stash.insertmode == INSERT_VALUES) { in VecAssemblyEnd_MPI()
1054 if (vec->stash.insertmode == ADD_VALUES) { in VecAssemblyEnd_MPI()
1056 } else if (vec->stash.insertmode == INSERT_VALUES) { in VecAssemblyEnd_MPI()
[all …]
H A Dpvecimpl.h8 PetscInt insertmode; member
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/impls/mpi/ftn-auto/
H A Dcommonmpvecf.c78 PETSC_EXTERN void vecghostupdatebegin_(Vec g,InsertMode *insertmode,ScatterMode *scattermode, int … in vecghostupdatebegin_() argument
81 (Vec)PetscToPointer((g) ),*insertmode,*scattermode); in vecghostupdatebegin_()
83 PETSC_EXTERN void vecghostupdateend_(Vec g,InsertMode *insertmode,ScatterMode *scattermode, int *_… in vecghostupdateend_() argument
86 (Vec)PetscToPointer((g) ),*insertmode,*scattermode); in vecghostupdateend_()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DScatter.pyx88 cdef PetscInsertMode caddv = insertmode(addv)
94 cdef PetscInsertMode caddv = insertmode(addv)
102 cdef PetscInsertMode caddv = insertmode(addv)
108 cdef PetscInsertMode caddv = insertmode(addv)
114 cdef PetscInsertMode caddv = insertmode(addv)
H A Dpetscdef.pxi55 cdef inline PetscInsertMode insertmode(object mode) \ function
H A DVec.pyx676 cdef PetscInsertMode caddv = insertmode(addv)
700 cdef PetscInsertMode caddv = insertmode(addv)
758 cdef PetscInsertMode caddv = insertmode(addv)
763 cdef PetscInsertMode caddv = insertmode(addv)
778 cdef PetscInsertMode caddv = insertmode(addv)
783 cdef PetscInsertMode caddv = insertmode(addv)
788 cdef PetscInsertMode caddv = insertmode(addv)
/dports/www/tikiwiki/tiki-21.2/modules/
H A Dmod-func-tracker_input.php99 $insertmode = isset($module_params['insertmode']) ? $module_params['insertmode'] : '';
157 'insertMode' => $insertmode,
/dports/editors/xvile/vile-9.8v/
H A Dinsert.c359 insertmode = mode; in set_insertmode()
371 return (wp == curwp) ? insertmode : FALSE; in ins_mode()
519 int savedexecmode = insertmode; in insertion_exec()
526 insertmode = savedexecmode; in insertion_exec()
588 if (insertmode == FALSE) in ins_anytime()
591 savedmode = insertmode; in ins_anytime()
963 if ((insertmode == INSMODE_OVR) in inschar()
1119 if ((s = backchar(TRUE, 1)) == TRUE && insertmode != INSMODE_OVR) in backspace()
1511 if (insertmode == INSMODE_OVR) in quote_next()
H A Dmap.c371 use_sys_timing = (insertmode && c == poundc && in maplookup()
816 (insertmode) ? "map!" : "map"); in mapgetc()
877 else if (insertmode) in mapped_c()
H A Dbasic.c341 (f == FALSE && !insertmode && in forwchar()
384 if (doingopcmd || insertmode) in forwchar_to_eol()
1811 !insertmode) { in setwmark()
1844 if (insertmode != FALSE in setcursor()
1851 insertmode = FALSE; in setcursor()
/dports/editors/vile/vile-9.8v/
H A Dinsert.c359 insertmode = mode; in set_insertmode()
371 return (wp == curwp) ? insertmode : FALSE; in ins_mode()
519 int savedexecmode = insertmode; in insertion_exec()
526 insertmode = savedexecmode; in insertion_exec()
588 if (insertmode == FALSE) in ins_anytime()
591 savedmode = insertmode; in ins_anytime()
963 if ((insertmode == INSMODE_OVR) in inschar()
1119 if ((s = backchar(TRUE, 1)) == TRUE && insertmode != INSMODE_OVR) in backspace()
1511 if (insertmode == INSMODE_OVR) in quote_next()
H A Dmap.c371 use_sys_timing = (insertmode && c == poundc && in maplookup()
816 (insertmode) ? "map!" : "map"); in mapgetc()
877 else if (insertmode) in mapped_c()
H A Dbasic.c341 (f == FALSE && !insertmode && in forwchar()
384 if (doingopcmd || insertmode) in forwchar_to_eol()
1811 !insertmode) { in setwmark()
1844 if (insertmode != FALSE in setcursor()
1851 insertmode = FALSE; in setcursor()
/dports/science/PETSc/petsc-3.14.1/src/mat/utils/
H A Dmatstash.c483 …ierr = MPIU_Allreduce((PetscEnum*)&mat->insertmode,(PetscEnum*)&addv,1,MPIU_ENUM,MPI_BOR,PetscObje… in MatStashScatterBegin_Ref()
485 mat->insertmode = addv; /* in case this processor had no cache */ in MatStashScatterBegin_Ref()
709 static PetscErrorCode MatStashSortCompress_Private(MatStash *stash,InsertMode insertmode) in MatStashSortCompress_Private() argument
742 if (insertmode == ADD_VALUES) { in MatStashSortCompress_Private()
855 …ierr = MPIU_Allreduce((PetscEnum*)&mat->insertmode,(PetscEnum*)&addv,1,MPIU_ENUM,MPI_BOR,PetscObje… in MatStashScatterBegin_BTS()
860 ierr = MatStashSortCompress_Private(stash,mat->insertmode);CHKERRQ(ierr); in MatStashScatterBegin_BTS()
920 if (mat->insertmode == INSERT_VALUES) { in MatStashScatterBegin_BTS()
953 stash->insertmode = &mat->insertmode; in MatStashScatterBegin_BTS()
977 …if (PetscUnlikely(*stash->insertmode == NOT_SET_VALUES)) *stash->insertmode = block->row < 0 ? INS… in MatStashScatterGetMesg_BTS()
978 …if (PetscUnlikely(*stash->insertmode == INSERT_VALUES && block->row >= 0)) SETERRQ1(PETSC_COMM_SEL… in MatStashScatterGetMesg_BTS()
[all …]
/dports/sysutils/fonteditfs/fnteditfs-1.2/
H A Dfnteditfs.c81 int insertmode = 1; in edit_line() local
97 insertmode = !insertmode; in edit_line()
207 if (insertmode) { in edit_line()
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_configobj.c368 unsigned insertmode; in merge_section_handler() local
399 case INI_MV2S_ERROR: insertmode = COL_INSERT_DUPERROR; in merge_section_handler()
402 case INI_MV2S_PRESERVE: insertmode = COL_INSERT_DUPERROR; in merge_section_handler()
406 case INI_MV2S_ALLOW: insertmode = COL_INSERT_NOCHECK; in merge_section_handler()
438 insertmode = COL_INSERT_NOCHECK; in merge_section_handler()
465 insertmode = COL_INSERT_NOCHECK; in merge_section_handler()
476 insertmode, in merge_section_handler()
H A Dini_parse.c678 unsigned insertmode; in complete_value_processing() local
745 insertmode = COL_INSERT_DUPERROR; in complete_value_processing()
751 insertmode = COL_INSERT_DUPERROR; in complete_value_processing()
758 insertmode = COL_INSERT_NOCHECK; in complete_value_processing()
801 insertmode = COL_INSERT_NOCHECK; in complete_value_processing()
827 insertmode = COL_INSERT_NOCHECK; in complete_value_processing()
838 insertmode, in complete_value_processing()
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/utils/
H A Dvecstash.c393 switch (stash->insertmode) { in VecStashSortCompress_Private()
400 …efault: SETERRQ1(PETSC_COMM_SELF,PETSC_ERR_SUP,"Insert mode not supported 0x%x",stash->insertmode); in VecStashSortCompress_Private()
421 switch (stash->insertmode) { in VecStashSortCompress_Private()
428 …efault: SETERRQ1(PETSC_COMM_SELF,PETSC_ERR_SUP,"Insert mode not supported 0x%x",stash->insertmode); in VecStashSortCompress_Private()
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_restricted.vim91 set insertmode
93 set insertmode&
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/petsc/
H A Dpetsccommon.hh428 …UpdateBegin ( Vec g, InsertMode insertmode, ScatterMode scattermode ) { ErrorCheck( ::VecGhostUpda… in VecGhostUpdateBegin() argument
429 …ostUpdateEnd ( Vec g, InsertMode insertmode, ScatterMode scattermode ) { ErrorCheck( ::VecGhostUpd… in VecGhostUpdateEnd() argument
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/interface/
H A Dvector.c978 …if (vec->stash.insertmode != NOT_SET_VALUES) SETERRQ(PETSC_COMM_SELF,PETSC_ERR_ARG_WRONGSTATE,"Not… in VecReciprocal()
1089 …if (x->stash.insertmode != NOT_SET_VALUES) SETERRQ(PETSC_COMM_SELF,PETSC_ERR_ARG_WRONGSTATE,"Not f… in VecConjugate()
1175 …if (x->stash.insertmode != NOT_SET_VALUES) SETERRQ(PETSC_COMM_SELF,PETSC_ERR_ARG_WRONGSTATE,"Not f… in VecSetRandom()
1557 …if (x->stash.insertmode != NOT_SET_VALUES) SETERRQ(PETSC_COMM_SELF,PETSC_ERR_ARG_WRONGSTATE,"Not f… in VecCopy()
1641 …if (x->stash.insertmode != NOT_SET_VALUES) SETERRQ(PETSC_COMM_SELF,PETSC_ERR_ARG_WRONGSTATE,"Not f… in VecSwap()
1642 …if (y->stash.insertmode != NOT_SET_VALUES) SETERRQ(PETSC_COMM_SELF,PETSC_ERR_ARG_WRONGSTATE,"Not f… in VecSwap()
/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dadmin.c647 vty->insertmode=!vty->insertmode; in admin_th_network_peer()
784 if (vty->insertmode) /* Terminal in mode INSERT...*/ in admin_th_network_peer()
/dports/editors/vim/vim-8.2.3745/runtime/doc/
H A Devim.man26 The 'insertmode' option is set to be able to type text directly.

12345678