Searched refs:use_dram (Results 1 – 1 of 1) sorted by relevance
96 PetscBool use_dram; member182 if (stack->use_dram) PetscCall(PetscMallocSetDRAM()); in ElementCreate()192 if (stack->use_dram) PetscCall(PetscMallocResetDRAM()); in ElementCreate()225 if (stack->use_dram) PetscCall(PetscMallocSetDRAM()); in ElementDestroy()229 if (stack->use_dram) PetscCall(PetscMallocResetDRAM()); in ElementDestroy()1877 PETSC_UNUSED static PetscErrorCode TSTrajectorySetUseDRAM(TSTrajectory tj, PetscBool use_dram) in TSTrajectorySetUseDRAM() argument1882 tjsch->stack.use_dram = use_dram; in TSTrajectorySetUseDRAM()2020 … for checkpointing", "TSTrajectorySetUseDRAM", tjsch->stack.use_dram, &tjsch->stack.use_dram, NULL… in TSTrajectorySetFromOptions_Memory()