Lines Matching refs:CeedVector_dict

113 static CeedVector *CeedVector_dict      = NULL;  variable
122 CeedRealloc(CeedVector_count_max, &CeedVector_dict); in fCeedVectorCreate()
125 CeedVector *vec_ = &CeedVector_dict[CeedVector_count]; in fCeedVectorCreate()
136 …*err = CeedVectorSetArray(CeedVector_dict[*vec], (CeedMemType)*memtype, (CeedCopyMode)*copymode, (… in fCeedVectorSetArray()
142 CeedVector vec_ = CeedVector_dict[*vec]; in fCeedVectorTakeArray()
148 …Array(int *vec, int *memtype, int *err) { *err = CeedVectorSyncArray(CeedVector_dict[*vec], (CeedM… in fCeedVectorSyncArray()
151 …e(int *vec, CeedScalar *value, int *err) { *err = CeedVectorSetValue(CeedVector_dict[*vec], *value… in fCeedVectorSetValue()
156 CeedVector vec_ = CeedVector_dict[*vec]; in fCeedVectorGetArray()
164 CeedVector vec_ = CeedVector_dict[*vec]; in fCeedVectorGetArrayRead()
172 CeedVector vec_ = CeedVector_dict[*vec]; in fCeedVectorGetArrayWrite()
180 *err = CeedVectorRestoreArray(CeedVector_dict[*vec], &offsetArray); in fCeedVectorRestoreArray()
186 *err = CeedVectorRestoreArrayRead(CeedVector_dict[*vec], &array); in fCeedVectorRestoreArrayRead()
192 *err = CeedVectorNorm(CeedVector_dict[*vec], (CeedNormType)*type, norm); in fCeedVectorNorm()
196 …d fCeedVectorReciprocal(int *vec, int *err) { *err = CeedVectorReciprocal(CeedVector_dict[*vec]); } in fCeedVectorReciprocal()
199 …int *vec, int *num_tabs, int *err) { *err = CeedVectorSetNumViewTabs(CeedVector_dict[*vec], *num_t… in fCeedVectorSetNumViewTabs()
202 CEED_EXTERN void fCeedVectorView(int *vec, int *err) { *err = CeedVectorView(CeedVector_dict[*vec],… in fCeedVectorView()
207 *err = CeedVectorDestroy(&CeedVector_dict[*vec]); in fCeedVectorDestroy()
213 CeedFree(&CeedVector_dict); in fCeedVectorDestroy()
413 …ElemRestriction_dict[*elemr], (CeedTransposeMode)*tmode, CeedVector_dict[*uvec], CeedVector_dict[*… in fCeedElemRestrictionApply()
437 …yBlock(CeedElemRestriction_dict[*elemr], *block, (CeedTransposeMode)*tmode, CeedVector_dict[*uvec], in fCeedElemRestrictionApplyBlock()
438 CeedVector_dict[*ruvec], rqst_); in fCeedElemRestrictionApplyBlock()
448 …*err = CeedElemRestrictionGetMultiplicity(CeedElemRestriction_dict[*elemr], CeedVector_dict[*mult]… in fCeedElemRestrictionGetMultiplicity()
603 … *u == FORTRAN_VECTOR_NONE ? CEED_VECTOR_NONE : CeedVector_dict[*u], CeedVector_dict[*v]); in fCeedBasisApply()
892 in[0] = *u == FORTRAN_NULL ? NULL : CeedVector_dict[*u]; in fCeedQFunctionApply()
893 in[1] = *u1 == FORTRAN_NULL ? NULL : CeedVector_dict[*u1]; in fCeedQFunctionApply()
894 in[2] = *u2 == FORTRAN_NULL ? NULL : CeedVector_dict[*u2]; in fCeedQFunctionApply()
895 in[3] = *u3 == FORTRAN_NULL ? NULL : CeedVector_dict[*u3]; in fCeedQFunctionApply()
896 in[4] = *u4 == FORTRAN_NULL ? NULL : CeedVector_dict[*u4]; in fCeedQFunctionApply()
897 in[5] = *u5 == FORTRAN_NULL ? NULL : CeedVector_dict[*u5]; in fCeedQFunctionApply()
898 in[6] = *u6 == FORTRAN_NULL ? NULL : CeedVector_dict[*u6]; in fCeedQFunctionApply()
899 in[7] = *u7 == FORTRAN_NULL ? NULL : CeedVector_dict[*u7]; in fCeedQFunctionApply()
900 in[8] = *u8 == FORTRAN_NULL ? NULL : CeedVector_dict[*u8]; in fCeedQFunctionApply()
901 in[9] = *u9 == FORTRAN_NULL ? NULL : CeedVector_dict[*u9]; in fCeedQFunctionApply()
902 in[10] = *u10 == FORTRAN_NULL ? NULL : CeedVector_dict[*u10]; in fCeedQFunctionApply()
903 in[11] = *u11 == FORTRAN_NULL ? NULL : CeedVector_dict[*u11]; in fCeedQFunctionApply()
904 in[12] = *u12 == FORTRAN_NULL ? NULL : CeedVector_dict[*u12]; in fCeedQFunctionApply()
905 in[13] = *u13 == FORTRAN_NULL ? NULL : CeedVector_dict[*u13]; in fCeedQFunctionApply()
906 in[14] = *u14 == FORTRAN_NULL ? NULL : CeedVector_dict[*u14]; in fCeedQFunctionApply()
907 in[15] = *u15 == FORTRAN_NULL ? NULL : CeedVector_dict[*u15]; in fCeedQFunctionApply()
911 out[0] = *v == FORTRAN_NULL ? NULL : CeedVector_dict[*v]; in fCeedQFunctionApply()
912 out[1] = *v1 == FORTRAN_NULL ? NULL : CeedVector_dict[*v1]; in fCeedQFunctionApply()
913 out[2] = *v2 == FORTRAN_NULL ? NULL : CeedVector_dict[*v2]; in fCeedQFunctionApply()
914 out[3] = *v3 == FORTRAN_NULL ? NULL : CeedVector_dict[*v3]; in fCeedQFunctionApply()
915 out[4] = *v4 == FORTRAN_NULL ? NULL : CeedVector_dict[*v4]; in fCeedQFunctionApply()
916 out[5] = *v5 == FORTRAN_NULL ? NULL : CeedVector_dict[*v5]; in fCeedQFunctionApply()
917 out[6] = *v6 == FORTRAN_NULL ? NULL : CeedVector_dict[*v6]; in fCeedQFunctionApply()
918 out[7] = *v7 == FORTRAN_NULL ? NULL : CeedVector_dict[*v7]; in fCeedQFunctionApply()
919 out[8] = *v8 == FORTRAN_NULL ? NULL : CeedVector_dict[*v8]; in fCeedQFunctionApply()
920 out[9] = *v9 == FORTRAN_NULL ? NULL : CeedVector_dict[*v9]; in fCeedQFunctionApply()
921 out[10] = *v10 == FORTRAN_NULL ? NULL : CeedVector_dict[*v10]; in fCeedQFunctionApply()
922 out[11] = *v11 == FORTRAN_NULL ? NULL : CeedVector_dict[*v11]; in fCeedQFunctionApply()
923 out[12] = *v12 == FORTRAN_NULL ? NULL : CeedVector_dict[*v12]; in fCeedQFunctionApply()
924 out[13] = *v13 == FORTRAN_NULL ? NULL : CeedVector_dict[*v13]; in fCeedQFunctionApply()
925 out[14] = *v14 == FORTRAN_NULL ? NULL : CeedVector_dict[*v14]; in fCeedQFunctionApply()
926 out[15] = *v15 == FORTRAN_NULL ? NULL : CeedVector_dict[*v15]; in fCeedQFunctionApply()
1024 v_ = CeedVector_dict[*v]; in fCeedOperatorSetField()
1058 CeedRealloc(CeedVector_count_max, &CeedVector_dict); in fCeedOperatorLinearAssembleQFunction()
1060 CeedVector *assembledvec_ = &CeedVector_dict[CeedVector_count]; in fCeedOperatorLinearAssembleQFunction()
1118 …*err = CeedOperatorLinearAssembleDiagonal(CeedOperator_dict[*op], CeedVector_dict[*assembledvec], … in fCeedOperatorLinearAssembleDiagonal()
1133 …*err = CeedOperatorMultigridLevelCreate(CeedOperator_dict[*opFine], CeedVector_dict[*pMultFine], C… in fCeedOperatorMultigridLevelCreate()
1157 …*err = CeedOperatorMultigridLevelCreateTensorH1(CeedOperator_dict[*opFine], CeedVector_dict[*pMult… in fCeedOperatorMultigridLevelCreateTensorH1()
1181 …*err = CeedOperatorMultigridLevelCreateH1(CeedOperator_dict[*opFine], CeedVector_dict[*pMultFine],… in fCeedOperatorMultigridLevelCreateH1()
1245 …ULL) ? NULL : (*ustatevec == FORTRAN_VECTOR_NONE ? CEED_VECTOR_NONE : CeedVector_dict[*ustatevec]); in fCeedOperatorApply()
1246 …TRAN_NULL) ? NULL : (*resvec == FORTRAN_VECTOR_NONE ? CEED_VECTOR_NONE : CeedVector_dict[*resvec]); in fCeedOperatorApply()
1274 CeedVector ustatevec_ = *ustatevec == FORTRAN_NULL ? NULL : CeedVector_dict[*ustatevec]; in fCeedOperatorApplyAdd()
1275 CeedVector resvec_ = *resvec == FORTRAN_NULL ? NULL : CeedVector_dict[*resvec]; in fCeedOperatorApplyAdd()