Home
last modified time | relevance | path

Searched defs:num_comp_u (Results 1 – 15 of 15) sorted by relevance

/libCEED/examples/solids/problems/
H A Dlinear.c39 … 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 Dfinite-strain-mooney-rivlin.c41 …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 Dfinite-strain-neo-hookean.c41 …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 Dboundary.c23 …(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 Dsetup-dm.c65 …e SetupDMByDegree(DM dm, AppCtx app_ctx, PetscInt order, PetscBool boundary, PetscInt num_comp_u) { in SetupDMByDegree()
H A Dsetup-libceed.c126 …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 Dlibceedsetup.c42 … 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 Dpetscutils.c134 PetscErrorCode SetupDMByDegree(DM dm, PetscInt p_degree, PetscInt q_extra, PetscInt num_comp_u, Pet… in SetupDMByDegree()
/libCEED/examples/petsc/
H A Darea.c64 num_comp_u = 1, // dimension of field to which apply mass operator in main() local
H A Dbpssphere.c53 … 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 Dbpsswarm.c56 …PetscInt degree, q_extra, l_size, g_size, dim = 3, num_comp_u = 1, xl_size, num_points… in main() local
H A Dmultigrid.c52 …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 Dbpsraw.c129 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 Dstructs.h59 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 Delasticity.c69 PetscInt num_comp_u = 3; // 3 DoFs in 3D in main() local