Home
last modified time | relevance | path

Searched defs:block_type (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmproducts.h28 LMBlockType block_type; member
H A Dlmvmutils.c1292 PETSC_INTERN PetscErrorCode MatLMVMCreateProducts(Mat B, LMBlockType block_type, LMProducts *produc… in MatLMVMCreateProducts()
1302 …LMVMProductsUpdate(Mat B, MatLMVMBasisType type_X, MatLMVMBasisType type_Y, LMBlockType block_type) in MatLMVMProductsUpdate()
1328 …roducts(Mat B, MatLMVMBasisType type_X, MatLMVMBasisType type_Y, LMBlockType block_type, LMProduct… in MatLMVMGetUpdatedProducts()
H A Dlmproducts.c10 PETSC_INTERN PetscErrorCode LMProductsCreate(LMBasis basis, LMBlockType block_type, LMProducts *dot… in LMProductsCreate()
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp695 using block_type = impl::MemoryBlock<value_type, allocator_type, stream_type>; typedef in Petsc::memory::SegmentedMemoryPool