| /libCEED/python/ |
| H A D | ceed_elemrestriction.py | 176 def __init__(self, ceed, nelem, elemsize, ncomp, compstride, lsize, offsets, argument 209 def __init__(self, ceed, nelem, elemsize, ncomp, compstride, lsize, offsets, argument 248 def __init__(self, ceed, nelem, elemsize, ncomp, compstride, lsize, offsets, argument 288 def __init__(self, ceed, nelem, elemsize, ncomp, lsize, strides): argument 314 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, compstride, lsize, argument 375 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, compstride, lsize, argument 406 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, compstride, lsize, argument 437 def __init__(self, ceed, nelem, elemsize, blksize, ncomp, lsize, strides): argument
|
| H A D | ceed_basis.py | 122 def __init__(self, ceed, dim, ncomp, P1d, Q1d, interp1d, grad1d, argument 286 def __init__(self, ceed, dim, ncomp, P, Q, qmode): argument 305 def __init__(self, ceed, topo, ncomp, nnodes, argument 346 def __init__(self, ceed, topo, ncomp, nnodes, argument 387 def __init__(self, ceed, topo, ncomp, nnodes, argument
|
| /libCEED/julia/LibCEED.jl/src/generated/ |
| H A D | libceed_bindings.jl | 128 function CeedInit(resource, ceed) argument 132 function CeedSetStream(ceed, handle) argument 136 function CeedReferenceCopy(ceed, ceed_copy) argument 140 function CeedGetResource(ceed, resource) argument 144 function CeedIsDeterministic(ceed, is_deterministic) argument 148 function CeedAddJitSourceRoot(ceed, jit_source_root) argument 152 function CeedView(ceed, stream) argument 156 function CeedDestroy(ceed) argument 163 function CeedSetErrorHandler(ceed, eh) argument 183 function CeedGetPreferredMemType(ceed, type) argument [all …]
|
| /libCEED/examples/solids/problems/ |
| H A D | linear.c | 38 PetscErrorCode SetupLibceedFineLevel_ElasLinear(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, A… in SetupLibceedFineLevel_ElasLinear() 49 PetscErrorCode SetupLibceedLevel_ElasLinear(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, Petsc… in SetupLibceedLevel_ElasLinear()
|
| H A D | finite-strain-mooney-rivlin.c | 40 PetscErrorCode SetupLibceedFineLevel_ElasFSMR(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, App… in SetupLibceedFineLevel_ElasFSMR() 51 PetscErrorCode SetupLibceedLevel_ElasFSMR(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscIn… in SetupLibceedLevel_ElasFSMR()
|
| H A D | finite-strain-neo-hookean.c | 40 PetscErrorCode SetupLibceedFineLevel_ElasFSNH(DM dm, DM dm_energy, DM dm_diagnostic, Ceed ceed, App… in SetupLibceedFineLevel_ElasFSNH() 51 PetscErrorCode SetupLibceedLevel_ElasFSNH(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscIn… in SetupLibceedLevel_ElasFSNH()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-qfunction.c | 22 Ceed ceed; in CeedQFunctionApply_Hip() local 83 Ceed ceed; in CeedQFunctionCreate_Hip() local
|
| H A D | ceed-hip-ref-qfunctioncontext.c | 21 Ceed ceed; in CeedQFunctionContextSyncH2D_Hip() local 48 Ceed ceed; in CeedQFunctionContextSyncD2H_Hip() local 181 Ceed ceed; in CeedQFunctionContextSetDataDevice_Hip() local 330 Ceed ceed; in CeedQFunctionContextCreate_Hip() local
|
| H A D | ceed-hip-ref-basis.c | 23 Ceed ceed; in CeedBasisApplyCore_Hip() local 103 Ceed ceed; in CeedBasisApplyAtPointsCore_Hip() local 256 Ceed ceed; in CeedBasisApplyNonTensorCore_Hip() local 357 Ceed ceed; in CeedBasisDestroy_Hip() local 379 Ceed ceed; in CeedBasisDestroyNonTensor_Hip() local 400 Ceed ceed; in CeedBasisCreateTensorH1_Hip() local 447 Ceed ceed; in CeedBasisCreateH1_Hip() local 502 Ceed ceed; in CeedBasisCreateHdiv_Hip() local 557 Ceed ceed; in CeedBasisCreateHcurl_Hip() local
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-qfunction.c | 22 Ceed ceed; in CeedQFunctionApply_Cuda() local 92 Ceed ceed; in CeedQFunctionCreate_Cuda() local
|
| H A D | ceed-cuda-ref-qfunctioncontext.c | 21 Ceed ceed; in CeedQFunctionContextSyncH2D_Cuda() local 48 Ceed ceed; in CeedQFunctionContextSyncD2H_Cuda() local 182 Ceed ceed; in CeedQFunctionContextSetDataDevice_Cuda() local 331 Ceed ceed; in CeedQFunctionContextCreate_Cuda() local
|
| /libCEED/examples/fluids/src/ |
| H A D | turb_spanstats.c | 135 static PetscErrorCode CreateElemRestrColloc_CompMajor(Ceed ceed, CeedInt num_comp, CeedBasis basis,… in CreateElemRestrColloc_CompMajor() 150 PetscErrorCode GetQuadratureCoords(Ceed ceed, DM dm, CeedElemRestriction elem_restr_x, CeedBasis ba… in GetQuadratureCoords() 185 PetscErrorCode SpanStatsSetupDataCreate(Ceed ceed, User user, CeedData ceed_data, ProblemData probl… in SpanStatsSetupDataCreate() 227 Ceed ceed; in SpanStatsSetupDataDestroy() local 248 PetscErrorCode CreateStatsSF(Ceed ceed, CeedData ceed_data, SpanStatsSetupData stats_data, DM paren… in CreateStatsSF() 296 PetscErrorCode SetupL2ProjectionStats(Ceed ceed, User user, CeedData ceed_data, SpanStatsSetupData … in SetupL2ProjectionStats() 360 PetscErrorCode CreateStatisticCollectionOperator(Ceed ceed, User user, CeedData ceed_data, SpanStat… in CreateStatisticCollectionOperator() 436 PetscErrorCode SetupMMSErrorChecking(Ceed ceed, User user, CeedData ceed_data, SpanStatsSetupData s… in SetupMMSErrorChecking() 478 PetscErrorCode TurbulenceStatisticsSetup(Ceed ceed, User user, CeedData ceed_data, ProblemData prob… in TurbulenceStatisticsSetup()
|
| /libCEED/tests/ |
| H A D | t003-ceed-f.f90 | 6 integer ceed,err variable
|
| H A D | t000-ceed-f.f90 | 6 integer ceed,err variable
|
| H A D | t006-ceed.c | 9 Ceed ceed; in main() local
|
| H A D | t007-ceed.c | 9 Ceed ceed; in main() local
|
| H A D | t001-ceed.c | 8 Ceed ceed; in main() local
|
| H A D | t008-ceed.c | 8 Ceed ceed; in main() local
|
| H A D | t004-ceed.c | 7 Ceed ceed; in main() local
|
| H A D | t004-ceed-f.f90 | 6 integer ceed,err variable
|
| H A D | t300-basis-f.f90 | 6 integer ceed,err variable
|
| H A D | t003-ceed.c | 8 Ceed ceed; in main() local
|
| H A D | t001-ceed-f.f90 | 6 integer ceed,mtype,err variable
|
| /libCEED/interface/ |
| H A D | ceed-object.c | 37 int CeedObjectCreate(Ceed ceed, int (*view_function)(CeedObject, FILE *), int (*destroy_function)(C… in CeedObjectCreate() 154 int CeedObjectGetCeed(CeedObject obj, Ceed *ceed) { in CeedObjectGetCeed()
|
| /libCEED/backends/ref/ |
| H A D | ceed-ref.c | 17 static int CeedInit_Ref(const char *resource, Ceed ceed) { in CeedInit_Ref()
|