Home
last modified time | relevance | path

Searched defs:out_scale (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/petsc/src/
H A Dlibceedsetup.c110 CeedInt out_scale = bp_data.out_mode == CEED_EVAL_GRAD ? topo_dim : 1; in SetupLibceedByDegree() local
H A Dswarmutils.c698 CeedInt out_scale = bp_data.out_mode == CEED_EVAL_GRAD ? dim : 1; in SetupProblemSwarm() local
/libCEED/examples/petsc/
H A Dbpsraw.c596 CeedInt out_scale = bp_options[bp_choice].out_mode == CEED_EVAL_GRAD ? 3 : 1; in main() local