| /libCEED/examples/python/ |
| H A D | ex_test.py | 18 def test_101(ceed_resource): argument 35 def test_101g(ceed_resource): argument 52 def test_102(ceed_resource): argument 69 def test_102g(ceed_resource): argument 86 def test_103(ceed_resource): argument 103 def test_103g(ceed_resource): argument 119 def test_201(ceed_resource): argument 136 def test_201g(ceed_resource): argument 153 def test_202(ceed_resource): argument 170 def test_202g(ceed_resource): argument [all …]
|
| H A D | conftest.py | 20 def ceed_resource(request): function
|
| /libCEED/python/tests/ |
| H A D | test-5-operator.py | 41 def test_500(ceed_resource): argument 130 def test_501(ceed_resource): argument 220 def test_502(ceed_resource): argument 317 def test_503(ceed_resource): argument 406 def test_504(ceed_resource, capsys): argument 481 def test_505(ceed_resource): argument 582 def test_510(ceed_resource): argument 689 def test_511(ceed_resource): argument 798 def test_520(ceed_resource): argument 974 def test_521(ceed_resource): argument [all …]
|
| H A D | test-1-vector.py | 33 def test_100(ceed_resource): argument 51 def test_101(ceed_resource): argument 77 def test_102(ceed_resource): argument 96 def test_103(ceed_resource): argument 119 def test_104(ceed_resource): argument 142 def test_105(ceed_resource): argument 167 def test_107(ceed_resource, capsys): argument 187 def test_108(ceed_resource, capsys): argument 216 def test_119(ceed_resource): argument 235 def test_121(ceed_resource, capsys): argument [all …]
|
| H A D | test-2-elemrestriction.py | 21 def test_200(ceed_resource): argument 51 def test_201(ceed_resource): argument 77 def test_202(ceed_resource, capsys): argument 125 def test_208(ceed_resource): argument 173 def test_209(ceed_resource): argument 199 def test_210(ceed_resource, capsys): argument 222 def test_211(ceed_resource, capsys): argument 241 def test_212(ceed_resource, capsys): argument 261 def test_213(ceed_resource): argument 304 def test_214(ceed_resource): argument
|
| H A D | test-4-qfunction.py | 40 def test_400(ceed_resource): argument 97 def test_401(ceed_resource): argument 159 def test_402(ceed_resource, capsys): argument 199 def test_410(ceed_resource): argument 246 def test_411(ceed_resource): argument 275 def test_412(ceed_resource): argument 305 def test_413(ceed_resource, capsys): argument
|
| H A D | test-3-basis.py | 45 def test_300(ceed_resource, capsys): argument 67 def test_306(ceed_resource): argument 83 def test_313(ceed_resource): argument 142 def test_314(ceed_resource): argument 203 def test_320(ceed_resource): argument 225 def test_322(ceed_resource): argument 267 def test_323(ceed_resource): argument 310 def test_330(ceed_resource): argument 343 def test_340(ceed_resource): argument
|
| H A D | test-0-ceed.py | 19 def test_000(ceed_resource): argument 27 def test_001(ceed_resource): argument 39 def test_002(ceed_resource): argument 51 def test_003(ceed_resource): argument 61 def test_005(ceed_resource): argument
|
| H A D | conftest.py | 20 def ceed_resource(request): function
|
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 123 const char *ceed_resource = "/cpu/self"; in ProcessCommandLineOptions() local
|
| /libCEED/examples/solids/src/ |
| H A D | cl-options.c | 157 const char *ceed_resource = "/cpu/self"; in ProcessCommandLineOptions() local
|
| /libCEED/examples/petsc/ |
| H A D | area.c | 60 char filename[PETSC_MAX_PATH_LEN], ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self"; in main() local
|
| H A D | bpssphere.c | 51 …char ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self", filename[PETSC_MAX_PATH_LEN]; in main() local
|
| H A D | bpsswarm.c | 52 …char ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self", filename[PETSC_MAX_PATH_LEN]; in main() local
|
| H A D | bps.c | 55 static PetscErrorCode RunWithDM(RunParams rp, DM dm, const char *ceed_resource) { in RunWithDM()
|
| H A D | multigrid.c | 50 char filename[PETSC_MAX_PATH_LEN], ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self"; in main() local
|
| H A D | dmswarm.c | 67 char ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self"; in main() local
|
| H A D | bpsraw.c | 340 char ceed_resource[PETSC_MAX_PATH_LEN] = "/cpu/self"; in main() local
|
| /libCEED/examples/petsc/src/ |
| H A D | swarmutils.c | 15 PetscErrorCode DMSwarmCeedContextCreate(DM dm_swarm, const char *ceed_resource, DMSwarmCeedContext … in DMSwarmCeedContextCreate()
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 45 char ceed_resource[PETSC_MAX_PATH_LEN]; // libCEED backend member
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 88 char ceed_resource[PETSC_MAX_PATH_LEN]; // libCEED backend member
|