45 const mfem::Vector &src)
47 const int offset = dst.Size();
48 const int n = src.Size();
49 mfem::Vector old(dst);
50 dst.SetSize(offset + n);
52 for (
int i = 0; i < offset; ++i)
56 for(
int i = 0;i < n;i++)
58 dst[i+offset] = src[i];
Definition AxisymmetricGeometry.hpp:15
BCType
Definition bc_cache_utilities.hpp:12
BCDataKind
Definition bc_cache_utilities.hpp:26
@ VectorAndScalarConstant
int AppendBCVectorPayload(mfem::Vector &dst, const mfem::Vector &src)
Definition bc_cache_utilities.hpp:44
Definition bc_cache_utilities.hpp:35
int type
Definition bc_cache_utilities.hpp:36
int flags
Definition bc_cache_utilities.hpp:39
int data_index
Definition bc_cache_utilities.hpp:38
int bdr_attr
Definition bc_cache_utilities.hpp:40
int data_kind
Definition bc_cache_utilities.hpp:37
int rsrv
Definition bc_cache_utilities.hpp:41