Home
last modified time | relevance | path

Searched defs:BlockVector (Results 1 – 25 of 86) sorted by relevance

1234

/dports/math/mfem/mfem-4.3/linalg/
H A Dblockvector.cpp27 BlockVector::BlockVector(): in BlockVector() function in mfem::BlockVector
37 BlockVector::BlockVector(const Array<int> & bOffsets): in BlockVector() function in mfem::BlockVector
46 BlockVector::BlockVector(const Array<int> & bOffsets, MemoryType mt) in BlockVector() function in mfem::BlockVector
56 BlockVector::BlockVector(const BlockVector & v): in BlockVector() function in mfem::BlockVector
66 BlockVector::BlockVector(double *data, const Array<int> & bOffsets): in BlockVector() function in mfem::BlockVector
75 BlockVector::BlockVector(Vector &v, const Array<int> &bOffsets) in BlockVector() function in mfem::BlockVector
H A Dblockvector.hpp30 class BlockVector: public Vector class
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dblock_vector.templates.h31 BlockVector<Number>::BlockVector(const unsigned int n_blocks, in BlockVector() function
40 BlockVector<Number>::BlockVector(const std::vector<size_type> &block_sizes) in BlockVector() function
47 BlockVector<Number>::BlockVector(const BlockIndices &n) in BlockVector() function
54 BlockVector<Number>::BlockVector(const BlockVector<Number> &v) in BlockVector() function
68 BlockVector<Number>::BlockVector(const BlockVector<OtherNumber> &v) in BlockVector() function
79 BlockVector<Number>::BlockVector(const TrilinosWrappers::MPI::BlockVector &v) in BlockVector() function
H A Dtrilinos_parallel_block_vector.h43 class BlockVector; variable
317 inline BlockVector::BlockVector( in BlockVector() function
326 inline BlockVector::BlockVector( in BlockVector() function
340 inline BlockVector::BlockVector(const size_type num_blocks) in BlockVector() function
347 inline BlockVector::BlockVector(const BlockVector &v) in BlockVector() function
359 inline BlockVector::BlockVector(BlockVector &&v) noexcept in BlockVector() function
H A Dpetsc_block_vector.h36 class BlockVector; variable
292 inline BlockVector::BlockVector(const unsigned int n_blocks, in BlockVector() function
302 inline BlockVector::BlockVector( in BlockVector() function
311 inline BlockVector::BlockVector(const BlockVector &v) in BlockVector() function
321 inline BlockVector::BlockVector( in BlockVector() function
328 inline BlockVector::BlockVector( in BlockVector() function
H A Dgeneric_linear_algebra.h48 using BlockVector = BlockVector<double>; variable
112 using BlockVector = PETScWrappers::MPI::BlockVector; variable
205 using BlockVector = TrilinosWrappers::MPI::BlockVector; variable
H A Dla_parallel_block_vector.h43 class BlockVector; variable
53 class BlockVector; variable
H A Dla_parallel_vector.h47 class BlockVector; variable
1316 friend class BlockVector; variable
H A Dblock_vector.h42 class BlockVector; variable
385 BlockVector<Number>::BlockVector(const std::vector<size_type> &block_sizes, in BlockVector() function
H A Dla_parallel_block_vector.templates.h45 BlockVector<Number>::BlockVector(const size_type n_blocks, in BlockVector() function
54 BlockVector<Number>::BlockVector(const std::vector<size_type> &n) in BlockVector() function
61 BlockVector<Number>::BlockVector(const std::vector<IndexSet> &local_ranges, in BlockVector() function
78 BlockVector<Number>::BlockVector(const std::vector<IndexSet> &local_ranges, in BlockVector() function
95 BlockVector<Number>::BlockVector(const BlockVector<Number> &v) in BlockVector() function
109 BlockVector<Number>::BlockVector(const BlockVector<OtherNumber> &v) in BlockVector() function
H A Dblock_sparse_matrix_ez.h40 class BlockVector; variable
H A Dlapack_full_matrix.h40 class BlockVector; variable
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/istl/
H A Dvector.hh28 class BlockVector class
63 BlockVector(const BlockVector& rhs) in BlockVector() function in Dune::PDELab::ISTL::BlockVector
71 BlockVector(BlockVector&& rhs) in BlockVector() function in Dune::PDELab::ISTL::BlockVector
76BlockVector (std::shared_ptr<const GFS> gfs, Backend::attached_container = Backend::attached_conta… in BlockVector() function in Dune::PDELab::ISTL::BlockVector
84 BlockVector(std::shared_ptr<const GFS> gfs, Backend::unattached_container) in BlockVector() function in Dune::PDELab::ISTL::BlockVector
93 BlockVector (std::shared_ptr<const GFS> gfs, Container& container) in BlockVector() function in Dune::PDELab::ISTL::BlockVector
100 BlockVector (std::shared_ptr<const GFS> gfs, const E& e) in BlockVector() function in Dune::PDELab::ISTL::BlockVector
108BlockVector (const GFS& gfs, Backend::attached_container tag = Backend::attached_container()) in BlockVector() function in Dune::PDELab::ISTL::BlockVector
113 BlockVector(const GFS& gfs, Backend::unattached_container tag) in BlockVector() function in Dune::PDELab::ISTL::BlockVector
122 BlockVector (const GFS& gfs, Container& container) in BlockVector() function in Dune::PDELab::ISTL::BlockVector
[all …]
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dblock_vector.hpp22 class BlockVector { class
38 BlockVector() : begin_(0), end_(0) {} in BlockVector() function in aspeller::BlockVector
39 BlockVector(size_type) : begin_(0), end_(0) {} // noop in BlockVector() function in aspeller::BlockVector
40 BlockVector(T * b, T * e) : begin_(b), end_(e) {} in BlockVector() function in aspeller::BlockVector
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dblock_vector.hpp22 class BlockVector { class
38 BlockVector() : begin_(0), end_(0) {} in BlockVector() function in aspeller::BlockVector
39 BlockVector(size_type) : begin_(0), end_(0) {} // noop in BlockVector() function in aspeller::BlockVector
40 BlockVector(T * b, T * e) : begin_(b), end_(e) {} in BlockVector() function in aspeller::BlockVector
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Dmatrix_tools.h52 class BlockVector; variable
78 class BlockVector; variable
91 class BlockVector; variable
/dports/science/nest/nest-simulator-3.1/libnestutil/
H A Dblock_vector.h35 class BlockVector; variable
315 inline BlockVector< value_type_ >::BlockVector() in BlockVector() function
322 inline BlockVector< value_type_ >::BlockVector( size_t n ) in BlockVector() function
335 inline BlockVector< value_type_ >::BlockVector( const BlockVector< value_type_ >& other ) in BlockVector() function
/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosAlgebra/
H A DBlockVector.cpp41 BlockVector::BlockVector() in BlockVector() function in BlockVector
46 BlockVector::BlockVector(const BlockVector &v) in BlockVector() function in BlockVector
61 BlockVector::BlockVector(SP::SiconosVector v1, SP::SiconosVector v2) in BlockVector() function in BlockVector
107 BlockVector::BlockVector(unsigned int numberOfBlocks, unsigned int dim) in BlockVector() function in BlockVector
120 BlockVector::BlockVector(unsigned int numberOfBlocks) in BlockVector() function in BlockVector
H A DBlockVector.hpp37 class BlockVector class
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/test/
H A Diluildltest.cc23 using BlockVector = Dune::BlockVector< VectorBlock >; in testDecomposition() typedef
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dbvector.hh392 class BlockVector : public Imp::block_vector_unmanaged<B,A> class
423 BlockVector () in BlockVector() function in Dune::BlockVector
429 explicit BlockVector (size_type _n) : storage_(_n) in BlockVector() function in Dune::BlockVector
435 BlockVector (std::initializer_list<B> const &l) : storage_(l) in BlockVector() function in Dune::BlockVector
453 BlockVector (size_type _n, S _capacity) in BlockVector() function in Dune::BlockVector
509 BlockVector(const BlockVector &a) in BlockVector() function in Dune::BlockVector
517 BlockVector(BlockVector &&a) in BlockVector() function in Dune::BlockVector
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DGIF_Support.hpp42 typedef std::vector<BlockData> BlockVector; typedef
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/python/dune/istl/
H A D__init__.py56 def BlockVector(blockSize): function
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/python/istl/
H A Dbvector.hh105 inline void registerBlockVector ( pybind11::class_< BlockVector, options... > cls ) in registerBlockVector()
186 …void registerBlockVector ( pybind11::handle scope, pybind11::class_<BlockVector, options ... > cls… in registerBlockVector()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_multiscale_align/lib/Patate/Vitelotte/Core/
H A DfemSolver.h90 typedef std::vector<Block> BlockVector; typedef

1234