| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 172 for case in self.test_cases: 174 test_case_attributes["name"] = decode(case.name, encoding) 175 if case.assertions: 176 # Number of assertions in the test case 177 test_case_attributes["assertions"] = "%d" % case.assertions 178 if case.elapsed_sec: 179 test_case_attributes["time"] = "%f" % case.elapsed_sec 180 if case.timestamp: 181 test_case_attributes["timestamp"] = decode(case.timestamp, encoding) 182 if case.classname: [all …]
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-common.h | 47 #define CASE(name) \ macro 48 case name: \ 53 CASE(CUBLAS_STATUS_SUCCESS); in cublasGetErrorName() 54 CASE(CUBLAS_STATUS_NOT_INITIALIZED); in cublasGetErrorName() 55 CASE(CUBLAS_STATUS_ALLOC_FAILED); in cublasGetErrorName() 56 CASE(CUBLAS_STATUS_INVALID_VALUE); in cublasGetErrorName() 57 CASE(CUBLAS_STATUS_ARCH_MISMATCH); in cublasGetErrorName() 58 CASE(CUBLAS_STATUS_MAPPING_ERROR); in cublasGetErrorName() 59 CASE(CUBLAS_STATUS_EXECUTION_FAILED); in cublasGetErrorName() 60 CASE(CUBLAS_STATUS_INTERNAL_ERROR); in cublasGetErrorName()
|
| /libCEED/backends/hip/ |
| H A D | ceed-hip-common.h | 50 #define CASE(name) \ macro 51 case name: \ 56 CASE(HIPBLAS_STATUS_SUCCESS); in hipblasGetErrorName() 57 CASE(HIPBLAS_STATUS_NOT_INITIALIZED); in hipblasGetErrorName() 58 CASE(HIPBLAS_STATUS_ALLOC_FAILED); in hipblasGetErrorName() 59 CASE(HIPBLAS_STATUS_INVALID_VALUE); in hipblasGetErrorName() 60 CASE(HIPBLAS_STATUS_ARCH_MISMATCH); in hipblasGetErrorName() 61 CASE(HIPBLAS_STATUS_MAPPING_ERROR); in hipblasGetErrorName() 62 CASE(HIPBLAS_STATUS_EXECUTION_FAILED); in hipblasGetErrorName() 63 CASE(HIPBLAS_STATUS_INTERNAL_ERROR); in hipblasGetErrorName()
|
| /libCEED/examples/fluids/src/ |
| H A D | qdata.c | 34 case 2: in QDataGetNumComponents() 36 case 2: in QDataGetNumComponents() 39 case 3: in QDataGetNumComponents() 48 case 3: in QDataGetNumComponents() 85 case 2: in QDataGet() 87 case 2: in QDataGet() 90 case 3: in QDataGet() 95 case 3: in QDataGet() 133 case 2: in QDataBoundaryGetNumComponents() 136 case 3: in QDataBoundaryGetNumComponents() [all …]
|
| /libCEED/backends/sycl-gen/ |
| H A D | ceed-sycl-gen-operator-build.sycl.cpp | 296 case CEED_EVAL_NONE: in CeedOperatorBuildKernel_Sycl_gen() 298 case CEED_EVAL_INTERP: in CeedOperatorBuildKernel_Sycl_gen() 304 case CEED_EVAL_GRAD: in CeedOperatorBuildKernel_Sycl_gen() 321 case CEED_EVAL_WEIGHT: in CeedOperatorBuildKernel_Sycl_gen() 323 case CEED_EVAL_DIV: in CeedOperatorBuildKernel_Sycl_gen() 325 case CEED_EVAL_CURL: in CeedOperatorBuildKernel_Sycl_gen() 354 case CEED_EVAL_NONE: in CeedOperatorBuildKernel_Sycl_gen() 356 case CEED_EVAL_INTERP: in CeedOperatorBuildKernel_Sycl_gen() 362 case CEED_EVAL_GRAD: in CeedOperatorBuildKernel_Sycl_gen() 380 case CEED_EVAL_WEIGHT: { in CeedOperatorBuildKernel_Sycl_gen() [all …]
|
| /libCEED/tests/ |
| H A D | junit.py | 102 … """Check if a test case should be skipped prior to running, returning the reason for skipping 106 spec (TestSpec): Test case specification 108 nproc (int): Number of MPI processes to use when running test case 111 Optional[str]: Skip reason, or `None` if test case should not be skipped 122 """Check if a test case should be allowed to fail, based on its stderr output 126 spec (TestSpec): Test case specification 128 stderr (str): Standard error output from test case execution 148 """Check whether a test case is expected to fail and if it failed expectedly 152 spec (TestSpec): Test case specification 154 stderr (str): Standard error output from test case execution
|
| H A D | junit_common.py | 31 """Action to convert input values to lower case prior to converting to an Enum type""" 63 """Dataclass storing information about a single test case""" 173 """Function callback ran after each test case 177 spec (TestSpec): Test case specification 182 … """Check if a test case should be skipped prior to running, returning the reason for skipping 186 spec (TestSpec): Test case specification 188 nproc (int): Number of MPI processes to use when running test case 191 Optional[str]: Skip reason, or `None` if test case should not be skipped 196 """Check if a test case should be allowed to fail, based on its stderr output 200 spec (TestSpec): Test case specification [all …]
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | advection.h | 88 case ADVECTIONIC_BUBBLE_SPHERE: in Exact_AdvectionGeneric() 89 case ADVECTIONIC_BUBBLE_CYLINDER: in Exact_AdvectionGeneric() 92 case ADVECTIONIC_COSINE_HILL: in Exact_AdvectionGeneric() 95 case ADVECTIONIC_SKEW: in Exact_AdvectionGeneric() 100 case WIND_ROTATION: in Exact_AdvectionGeneric() 106 case WIND_TRANSLATION: in Exact_AdvectionGeneric() 117 case ADVECTIONIC_BUBBLE_SPHERE: in Exact_AdvectionGeneric() 118 case ADVECTIONIC_BUBBLE_CYLINDER: in Exact_AdvectionGeneric() 121 case BUBBLE_CONTINUITY_SMOOTH: in Exact_AdvectionGeneric() 125 case BUBBLE_CONTINUITY_BACK_SHARP: in Exact_AdvectionGeneric() [all …]
|
| H A D | utils.h | 74 case CEED_NOTRANSPOSE: in MatVecNM() 77 case CEED_TRANSPOSE: in MatVecNM() 93 case CEED_NOTRANSPOSE: in MatDiagNM() 96 case CEED_TRANSPOSE: in MatDiagNM() 111 case CEED_NOTRANSPOSE: in MatMatN() 113 case CEED_NOTRANSPOSE: in MatMatN() 120 case CEED_TRANSPOSE: in MatMatN() 129 case CEED_TRANSPOSE: in MatMatN() 131 case CEED_NOTRANSPOSE: in MatMatN() 138 case CEED_TRANSPOSE: in MatMatN()
|
| /libCEED/examples/ceed/ |
| H A D | ex1-volume-f.f90 | 173 select case (fe_dim) 174 case (1) 180 case (2, 3) 300 select case (arg) 302 case ('-h') 305 case ('-c', '-ceed') 308 case ('-d') 313 case ('-m') 317 case ('-p') 321 case ('-q') [all …]
|
| /libCEED/examples/deal.II/ |
| H A D | bps-qfunctions.h | 44 case 11: in f_build_mass() 50 case 22: in f_build_mass() 56 case 33: in f_build_mass() 106 case 11: in f_apply_mass_vec() 112 case 22: in f_apply_mass_vec() 119 case 33: in f_apply_mass_vec() 145 case 11: in f_build_poisson() 151 case 22: in f_build_poisson() 164 case 33: in f_build_poisson() 212 case 1: in f_apply_poisson() [all …]
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-qfunctioncontext.c | 76 case CEED_MEM_HOST: in CeedQFunctionContextSync_Hip() 78 case CEED_MEM_DEVICE: in CeedQFunctionContextSync_Hip() 116 case CEED_MEM_HOST: in CeedQFunctionContextHasBorrowedDataOfType_Hip() 119 case CEED_MEM_DEVICE: in CeedQFunctionContextHasBorrowedDataOfType_Hip() 136 case CEED_MEM_HOST: in CeedQFunctionContextNeedSync_Hip() 139 case CEED_MEM_DEVICE: in CeedQFunctionContextNeedSync_Hip() 155 case CEED_COPY_VALUES: { in CeedQFunctionContextSetDataHost_Hip() 164 case CEED_OWN_POINTER: in CeedQFunctionContextSetDataHost_Hip() 169 case CEED_USE_POINTER: in CeedQFunctionContextSetDataHost_Hip() 190 case CEED_COPY_VALUES: { in CeedQFunctionContextSetDataDevice_Hip() [all …]
|
| H A D | ceed-hip-ref-restriction.c | 45 case CEED_RESTRICTION_STRIDED: { in CeedElemRestrictionSetupCompile_Hip() 60 case CEED_RESTRICTION_STANDARD: { in CeedElemRestrictionSetupCompile_Hip() 69 case CEED_RESTRICTION_POINTS: { in CeedElemRestrictionSetupCompile_Hip() 80 case CEED_RESTRICTION_ORIENTED: { in CeedElemRestrictionSetupCompile_Hip() 93 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionSetupCompile_Hip() 154 case CEED_RESTRICTION_STRIDED: { in CeedElemRestrictionApply_Hip_Core() 159 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionApply_Hip_Core() 160 case CEED_RESTRICTION_STANDARD: { in CeedElemRestrictionApply_Hip_Core() 165 case CEED_RESTRICTION_ORIENTED: { in CeedElemRestrictionApply_Hip_Core() 176 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionApply_Hip_Core() [all …]
|
| /libCEED/backends/sycl-ref/ |
| H A D | ceed-sycl-ref-qfunctioncontext.sycl.cpp | 88 case CEED_MEM_HOST: in CeedQFunctionContextSync_Sycl() 90 case CEED_MEM_DEVICE: in CeedQFunctionContextSync_Sycl() 128 case CEED_MEM_HOST: in CeedQFunctionContextHasBorrowedDataOfType_Sycl() 131 case CEED_MEM_DEVICE: in CeedQFunctionContextHasBorrowedDataOfType_Sycl() 148 case CEED_MEM_HOST: in CeedQFunctionContextNeedSync_Sycl() 151 case CEED_MEM_DEVICE: in CeedQFunctionContextNeedSync_Sycl() 167 case CEED_COPY_VALUES: in CeedQFunctionContextSetDataHost_Sycl() 176 case CEED_OWN_POINTER: in CeedQFunctionContextSetDataHost_Sycl() 181 case CEED_USE_POINTER: in CeedQFunctionContextSetDataHost_Sycl() 213 case CEED_COPY_VALUES: { in CeedQFunctionContextSetDataDevice_Sycl() [all …]
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-qfunctioncontext.c | 77 case CEED_MEM_HOST: in CeedQFunctionContextSync_Cuda() 79 case CEED_MEM_DEVICE: in CeedQFunctionContextSync_Cuda() 117 case CEED_MEM_HOST: in CeedQFunctionContextHasBorrowedDataOfType_Cuda() 120 case CEED_MEM_DEVICE: in CeedQFunctionContextHasBorrowedDataOfType_Cuda() 137 case CEED_MEM_HOST: in CeedQFunctionContextNeedSync_Cuda() 140 case CEED_MEM_DEVICE: in CeedQFunctionContextNeedSync_Cuda() 157 case CEED_COPY_VALUES: { in CeedQFunctionContextSetDataHost_Cuda() 165 case CEED_OWN_POINTER: in CeedQFunctionContextSetDataHost_Cuda() 170 case CEED_USE_POINTER: in CeedQFunctionContextSetDataHost_Cuda() 191 case CEED_COPY_VALUES: { in CeedQFunctionContextSetDataDevice_Cuda() [all …]
|
| H A D | ceed-cuda-ref-restriction.c | 46 case CEED_RESTRICTION_STRIDED: { in CeedElemRestrictionSetupCompile_Cuda() 61 case CEED_RESTRICTION_STANDARD: { in CeedElemRestrictionSetupCompile_Cuda() 70 case CEED_RESTRICTION_POINTS: { in CeedElemRestrictionSetupCompile_Cuda() 81 case CEED_RESTRICTION_ORIENTED: { in CeedElemRestrictionSetupCompile_Cuda() 94 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionSetupCompile_Cuda() 153 case CEED_RESTRICTION_STRIDED: { in CeedElemRestrictionApply_Cuda_Core() 158 case CEED_RESTRICTION_POINTS: in CeedElemRestrictionApply_Cuda_Core() 159 case CEED_RESTRICTION_STANDARD: { in CeedElemRestrictionApply_Cuda_Core() 164 case CEED_RESTRICTION_ORIENTED: { in CeedElemRestrictionApply_Cuda_Core() 175 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedElemRestrictionApply_Cuda_Core() [all …]
|
| /libCEED/benchmarks/ |
| H A D | postprocess_plot.py | 56 # Plot same case (scalar vs vector) 57 cases = list(sel_runs.case.unique()) 58 case = cases[0] variable 59 vdim = 1 if case == 'scalar' else 3 60 print('Using case:', case) 61 sel_runs = sel_runs.loc[sel_runs['case'] == case]
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-ref-operator-assemble-diagonal.h | 24 case CEED_EVAL_NONE: in GetBasisPointer() 27 case CEED_EVAL_INTERP: in GetBasisPointer() 30 case CEED_EVAL_GRAD: in GetBasisPointer() 33 case CEED_EVAL_DIV: in GetBasisPointer() 36 case CEED_EVAL_CURL: in GetBasisPointer() 39 case CEED_EVAL_WEIGHT: in GetBasisPointer()
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-ref-operator-assemble-diagonal.h | 24 case CEED_EVAL_NONE: in GetBasisPointer() 27 case CEED_EVAL_INTERP: in GetBasisPointer() 30 case CEED_EVAL_GRAD: in GetBasisPointer() 33 case CEED_EVAL_DIV: in GetBasisPointer() 36 case CEED_EVAL_CURL: in GetBasisPointer() 39 case CEED_EVAL_WEIGHT: in GetBasisPointer()
|
| /libCEED/examples/mfem/ |
| H A D | bp3.h | 26 case 11: in f_build_diff() 30 case 22: in f_build_diff() 45 case 33: in f_build_diff() 90 case 1: in f_apply_diff() 94 case 2: in f_apply_diff() 103 case 3: in f_apply_diff()
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 51 case STATEVAR_CONSERVATIVE: in FreestreamBCSetup() 53 case RIEMANN_HLL: in FreestreamBCSetup() 59 case RIEMANN_HLLC: in FreestreamBCSetup() 67 case STATEVAR_PRIMITIVE: in FreestreamBCSetup() 69 case RIEMANN_HLL: in FreestreamBCSetup() 75 case RIEMANN_HLLC: in FreestreamBCSetup() 83 case STATEVAR_ENTROPY: in FreestreamBCSetup() 85 case RIEMANN_HLL: in FreestreamBCSetup() 91 case RIEMANN_HLLC: in FreestreamBCSetup() 162 case OUTFLOW_RIEMANN: in OutflowBCSetup() [all …]
|
| H A D | bc_slip.c | 25 case STATEVAR_CONSERVATIVE: in SlipBCSetup() 31 case STATEVAR_PRIMITIVE: in SlipBCSetup() 37 case STATEVAR_ENTROPY: in SlipBCSetup()
|
| /libCEED/backends/magma/ |
| H A D | ceed-magma-basis.c | 61 case CEED_EVAL_INTERP: { in CeedBasisApplyCore_Magma() 95 case 1: in CeedBasisApplyCore_Magma() 101 case 2: in CeedBasisApplyCore_Magma() 108 case 3: in CeedBasisApplyCore_Magma() 126 case CEED_EVAL_GRAD: { in CeedBasisApplyCore_Magma() 172 case 1: in CeedBasisApplyCore_Magma() 178 case 2: in CeedBasisApplyCore_Magma() 185 case 3: in CeedBasisApplyCore_Magma() 204 case CEED_EVAL_WEIGHT: { in CeedBasisApplyCore_Magma() 213 case 1: in CeedBasisApplyCore_Magma() [all …]
|
| /libCEED/backends/opt/ |
| H A D | ceed-opt-operator.c | 67 case CEED_RESTRICTION_STANDARD: { in CeedOperatorSetupFields_Opt() 75 case CEED_RESTRICTION_ORIENTED: { in CeedOperatorSetupFields_Opt() 86 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedOperatorSetupFields_Opt() 98 case CEED_RESTRICTION_STRIDED: { in CeedOperatorSetupFields_Opt() 105 case CEED_RESTRICTION_POINTS: in CeedOperatorSetupFields_Opt() 106 // Empty case - won't occur in CeedOperatorSetupFields_Opt() 115 case CEED_EVAL_NONE: in CeedOperatorSetupFields_Opt() 122 case CEED_EVAL_INTERP: in CeedOperatorSetupFields_Opt() 123 case CEED_EVAL_GRAD: in CeedOperatorSetupFields_Opt() 124 case CEED_EVAL_DIV: in CeedOperatorSetupFields_Opt() [all …]
|
| /libCEED/backends/blocked/ |
| H A D | ceed-blocked-operator.c | 67 case CEED_RESTRICTION_STANDARD: { in CeedOperatorSetupFields_Blocked() 75 case CEED_RESTRICTION_ORIENTED: { in CeedOperatorSetupFields_Blocked() 86 case CEED_RESTRICTION_CURL_ORIENTED: { in CeedOperatorSetupFields_Blocked() 98 case CEED_RESTRICTION_STRIDED: { in CeedOperatorSetupFields_Blocked() 105 case CEED_RESTRICTION_POINTS: in CeedOperatorSetupFields_Blocked() 106 // Empty case - won't occur in CeedOperatorSetupFields_Blocked() 115 case CEED_EVAL_NONE: in CeedOperatorSetupFields_Blocked() 120 case CEED_EVAL_INTERP: in CeedOperatorSetupFields_Blocked() 121 case CEED_EVAL_GRAD: in CeedOperatorSetupFields_Blocked() 122 case CEED_EVAL_DIV: in CeedOperatorSetupFields_Blocked() [all …]
|