Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 58) sorted by relevance

123

/petsc/doc/overview/
H A Dintegrator_table.md33 - implicit
38 - implicit
43 - implicit
48 - implicit
53 - implicit
58 - implicit
67 - diagonally implicit Runge-Kutta
68 - implicit
78 - linearly implicit
83 - explicit and implicit
[all …]
/petsc/src/ts/impls/mimex/
H A Dmimex.c96 PetscBool implicit; in SNESTSFormFunction_Mimex() local
98 PetscCall(PetscDSGetImplicit(prob, f, &implicit)); in SNESTSFormFunction_Mimex()
99 if (!implicit) continue; in SNESTSFormFunction_Mimex()
168 PetscBool implicit; in TSStep_Mimex_Split() local
170 PetscCall(PetscDSGetImplicit(prob, f, &implicit)); in TSStep_Mimex_Split()
171 if (!implicit) continue; in TSStep_Mimex_Split()
190 PetscBool implicit; in TSStep_Mimex_Split() local
192 PetscCall(PetscDSGetImplicit(prob, f, &implicit)); in TSStep_Mimex_Split()
193 if (implicit) continue; in TSStep_Mimex_Split()
/petsc/src/sys/yaml/src/
H A Dparser.c95 int implicit);
343 int implicit) in yaml_parser_parse_document_start() argument
357 if (!implicit) in yaml_parser_parse_document_start()
368 if (implicit && token->type != YAML_VERSION_DIRECTIVE_TOKEN && in yaml_parser_parse_document_start()
474 int implicit = 1; in yaml_parser_parse_document_end() local
484 implicit = 0; in yaml_parser_parse_document_end()
494 DOCUMENT_END_EVENT_INIT(*event, implicit, start_mark, end_mark); in yaml_parser_parse_document_end()
538 int implicit; in yaml_parser_parse_node() local
631 implicit = (!tag || !*tag); in yaml_parser_parse_node()
635 SEQUENCE_START_EVENT_INIT(*event, anchor, tag, implicit, in yaml_parser_parse_node()
[all …]
/petsc/src/sys/yaml/include/
H A Dyaml.h373 int implicit; member
379 int implicit; member
413 int implicit; member
425 int implicit; member
/petsc/src/dm/impls/plex/tests/output/
H A Dex65_ext_coord_space.out3 Field Q1 FEM 1 component (implicit) (Nq 2 Nqc 1) 1-jet
19 Field Q1 FEM 2 components (implicit) (Nq 4 Nqc 1) 1-jet
H A Dex5_quad_0.out25 Field displacement FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
50 Field fault traction FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
H A Dex5_hex_t1_0.out113 Field displacement FEM 3 components (implicit) (Nq 4 Nqc 1) 1-jet
138 Field fault traction FEM 3 components (implicit) (Nq 4 Nqc 1) 1-jet
H A Dex5_hex_t2_0.out86 Field displacement FEM 3 components (implicit) (Nq 4 Nqc 1) 1-jet
111 Field fault traction FEM 3 components (implicit) (Nq 4 Nqc 1) 1-jet
H A Dex5_hex_0.out61 Field displacement FEM 3 components (implicit) (Nq 4 Nqc 1) 1-jet
86 Field fault traction FEM 3 components (implicit) (Nq 4 Nqc 1) 1-jet
H A Dex5_tri_0_perm.out84 Field displacement FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
105 Field fault traction FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
H A Dex5_tri_0.out84 Field displacement FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
105 Field fault traction FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
H A Dex5_tri_t5_0.out120 Field displacement FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
141 Field fault traction FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
H A Dex5_tri_t1_0_perm.out129 Field displacement FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
150 Field fault traction FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
H A Dex5_tri_t1_0.out129 Field displacement FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
150 Field fault traction FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
H A Dex5_tet_1.out48 Field displacement FEM 3 components (implicit) (Nq 4 Nqc 1) 1-jet
H A Dex5_tri_1.out24 Field displacement FEM 2 components (implicit) (Nq 3 Nqc 1) 1-jet
H A Dex5_tri_t2_0.out132 Field displacement FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
153 Field fault traction FEM 2 components (implicit) (Nq 2 Nqc 1) 1-jet
H A Dex5_tri_t3_0.out31 Field displacement FEM 2 components (implicit) (Nq 3 Nqc 1) 1-jet
H A Dex5_tri_t4_0.out47 Field displacement FEM 2 components (implicit) (Nq 3 Nqc 1) 1-jet
H A Dex5_tet_0.out165 Field displacement FEM 3 components (implicit) (Nq 3 Nqc 1) 1-jet
186 Field fault traction FEM 3 components (implicit) (Nq 3 Nqc 1) 1-jet
H A Dex5_quad_t2_0.out23 Field displacement FEM 2 components (implicit) (Nq 4 Nqc 1) 1-jet
H A Dex42_sphere_3.out13 Field indicator FEM 1 component (implicit) (Nq 25 Nqc 1) 1-jet
H A Dex42_cube_3_p4.out14 Field indicator FEM 1 component (implicit) (Nq 25 Nqc 1) 1-jet
/petsc/doc/manualpages/MANSECHeaders/
H A DTS5 employs `SNES` to solve the nonlinear problems that arise with implicit methods. User guide chapter…
/petsc/doc/manual/
H A Dts.md58 ODE with nontrivial mass matrices such as arise in FEM, the implicit/DAE
91 If using a fully implicit or semi-implicit (IMEX) method one also
162 If using a fully implicit method and the function
184 allows for the easy runtime switching between explicit, semi-implicit
185 (IMEX), and fully implicit methods.
299 In this form, only fully implicit solvers are appropriate. However, specialized solvers for restric…
352 higher if the problem is implicit; e.g.,
356 - the problem is an implicit ODE (defined implicitly through
360 An IMEX problem representation can be made implicit by setting `TSARKIMEXSetFullyImplicit()`.
361 Note that multilevel preconditioners (e.g. `PCMG`), won't work in the fully implicit case; the
[all …]

123