Searched refs:setup_geo (Results 1 – 12 of 12) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | bpsproblemdata.h | 34 .setup_geo = SetupMassGeo, 51 .setup_geo = SetupMassGeo, 68 .setup_geo = SetupDiffGeo, 85 .setup_geo = SetupDiffGeo, 102 .setup_geo = SetupDiffGeo, 119 .setup_geo = SetupDiffGeo, 136 .setup_geo = SetupDiffGeo, 153 .setup_geo = SetupDiffGeo, 170 .setup_geo = SetupDiffGeo, 187 .setup_geo = SetupDiffGeo,
|
| H A D | sphereproblemdata.h | 32 .setup_geo = SetupMassGeo, 48 .setup_geo = SetupMassGeo, 64 .setup_geo = SetupDiffGeo, 80 .setup_geo = SetupDiffGeo, 96 .setup_geo = SetupDiffGeo, 112 .setup_geo = SetupDiffGeo,
|
| H A D | areaproblemdata.h | 34 .setup_geo = SetupMassGeoCube, 49 .setup_geo = SetupMassGeoSphere,
|
| H A D | structs.h | 60 CeedQFunctionUser setup_geo, setup_rhs, apply, error; member
|
| /libCEED/examples/solids/problems/ |
| H A D | linear.c | 21 .setup_geo = SetupGeo,
|
| H A D | finite-strain-mooney-rivlin.c | 23 .setup_geo = SetupGeo,
|
| H A D | finite-strain-neo-hookean.c | 23 .setup_geo = SetupGeo,
|
| /libCEED/examples/petsc/ |
| H A D | bpsraw.c | 130 CeedQFunctionUser setup_geo, setup_rhs, apply, error; member 140 .setup_geo = SetupMassGeo, 154 .setup_geo = SetupMassGeo, 168 .setup_geo = SetupDiffGeo, 182 .setup_geo = SetupDiffGeo, 196 .setup_geo = SetupDiffGeo, 210 .setup_geo = SetupDiffGeo, 579 …CeedQFunctionCreateInterior(ceed, 1, bp_options[bp_choice].setup_geo, bp_options[bp_choice].setup_… in main()
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 131 CeedQFunctionUser setup_geo, residual, jacobian, energy, diagnostic, true_soln; member
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 91 CeedQFunctionCreateInterior(ceed, 1, bp_data.setup_geo, bp_data.setup_geo_loc, &qf_setup_geo); in SetupLibceedByDegree() 286 CeedQFunctionCreateInterior(ceed, 1, bp_data.setup_geo, bp_data.setup_geo_loc, &qf_setup_geo); in SetupErrorOperator()
|
| H A D | swarmutils.c | 667 CeedQFunctionCreateInterior(ceed, 1, bp_data.setup_geo, bp_data.setup_geo_loc, &qf_setup); in SetupProblemSwarm()
|
| /libCEED/examples/solids/src/ |
| H A D | setup-libceed.c | 220 …CeedQFunctionCreateInterior(ceed, 1, problem_data.setup_geo, problem_data.setup_geo_loc, &qf_setup… in SetupLibceedFineLevel() 450 …CeedQFunctionCreateInterior(ceed, 1, problem_data.setup_geo, problem_data.setup_geo_loc, &qf_setup… in SetupLibceedFineLevel()
|