Searched refs:func_source (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dmceed.c | 197 … cellIS, PetscBool createGeometry, CeedQFunctionUser func, const char *func_source, DMCeed *soldat… in DMCeedCreate_Internal() argument 235 PetscCallCEED(CeedQFunctionCreateInterior(ceed, 1, func, func_source, &sd->qf)); in DMCeedCreate_Internal() 251 PetscCall(PetscStrallocpy(func_source, &sd->funcSource)); in DMCeedCreate_Internal() 258 …Code DMCeedCreate(DM dm, PetscBool createGeometry, CeedQFunctionUser func, const char *func_source) in DMCeedCreate() argument 267 PetscCall(DMCeedCreate_Internal(dm, cellIS, createGeometry, func, func_source, &dm->dmceed)); in DMCeedCreate() 325 …ateGeometry, PetscBool createInfo, CeedQFunctionUser func, const char *func_source, DMCeed *soldat… in DMCeedCreateFVM_Internal() argument 357 PetscCallCEED(CeedQFunctionCreateInterior(ceed, 1, func, func_source, &sd->qf)); in DMCeedCreateFVM_Internal() 377 PetscCall(PetscStrallocpy(func_source, &sd->funcSource)); in DMCeedCreateFVM_Internal() 384 …M(DM dm, PetscBool createGeometry, CeedQFunctionUser func, const char *func_source, CeedQFunctionC… in DMCeedCreateFVM() argument 393 …PetscCall(DMCeedCreateFVM_Internal(dm, faceIS, createGeometry, PETSC_TRUE, func, func_source, &dm-… in DMCeedCreateFVM()
|