| /libCEED/examples/solids/problems/ |
| H A D | linear.c | 39 … PetscInt fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_loc_size, in SetupLibceedFineLevel_ElasLinear() 49 …Level_ElasLinear(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscInt num_comp_u, PetscInt U… in SetupLibceedLevel_ElasLinear()
|
| H A D | finite-strain-mooney-rivlin.c | 41 …PetscInt fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_loc_size, CeedVector force… in SetupLibceedFineLevel_ElasFSMR() 51 …edLevel_ElasFSMR(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscInt num_comp_u, PetscInt U… in SetupLibceedLevel_ElasFSMR()
|
| H A D | finite-strain-neo-hookean.c | 41 …PetscInt fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_loc_size, CeedVector force… in SetupLibceedFineLevel_ElasFSNH() 51 …edLevel_ElasFSNH(DM dm, Ceed ceed, AppCtx app_ctx, PetscInt level, PetscInt num_comp_u, PetscInt U… in SetupLibceedLevel_ElasFSNH()
|
| /libCEED/examples/solids/src/ |
| H A D | boundary.c | 23 …(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt num_comp_u, PetscScala… in BCMMS() 42 …(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt num_comp_u, PetscScala… in BCClamp()
|
| H A D | setup-dm.c | 65 …e SetupDMByDegree(DM dm, AppCtx app_ctx, PetscInt order, PetscBool boundary, PetscInt num_comp_u) { in SetupDMByDegree()
|
| H A D | setup-libceed.c | 126 …ProblemData problem_data, PetscInt fine_level, PetscInt num_comp_u, PetscInt U_g_size, PetscInt U_… in SetupLibceedFineLevel() 495 …ed ceed, AppCtx app_ctx, ProblemData problem_data, PetscInt level, PetscInt num_comp_u, PetscInt U… in SetupLibceedLevel()
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 42 … ceed, CeedInt degree, CeedInt topo_dim, CeedInt q_extra, PetscInt num_comp_x, PetscInt num_comp_u, in SetupLibceedByDegree() 204 PetscErrorCode CeedLevelTransferSetup(DM dm, Ceed ceed, CeedInt level, CeedInt num_comp_u, CeedData… in CeedLevelTransferSetup() 241 …rator(DM dm, Ceed ceed, BPData bp_data, CeedInt topo_dim, PetscInt num_comp_x, PetscInt num_comp_u, in SetupErrorOperator()
|
| H A D | petscutils.c | 134 PetscErrorCode SetupDMByDegree(DM dm, PetscInt p_degree, PetscInt q_extra, PetscInt num_comp_u, Pet… in SetupDMByDegree()
|
| /libCEED/examples/petsc/ |
| H A D | area.c | 64 num_comp_u = 1, // dimension of field to which apply mass operator in main() local
|
| H A D | bpssphere.c | 53 … degree = 3, q_extra, l_size, g_size, topo_dim = 2, num_comp_x = 3, num_comp_u = 1, xl_size; in main() local
|
| H A D | bpsswarm.c | 56 …PetscInt degree, q_extra, l_size, g_size, dim = 3, num_comp_u = 1, xl_size, num_points… in main() local
|
| H A D | multigrid.c | 52 …ize, *xl_size, *g_size, dim = 3, fine_level, mesh_elem[3] = {3, 3, 3}, num_comp_u = 1, num_levels … in main() local
|
| H A D | bpsraw.c | 129 CeedInt num_comp_u, q_data_size, q_extra; member 342 …l_nodes, local_elem, mesh_elem[3], m_nodes[3], p[3], i_rank[3], l_nodes[3], l_size, num_comp_u = 1, in main() local
|
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 59 CeedInt num_comp_x, num_comp_u, topo_dim, q_data_size, q_extra; member 89 PetscInt local_nodes, degree, q_extra, dim, num_comp_u, *mesh_elem; member
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 69 PetscInt num_comp_u = 3; // 3 DoFs in 3D in main() local
|