Home
last modified time | relevance | path

Searched refs:equation_type (Results 1 – 18 of 18) sorted by relevance

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/pcm/
H A Dpcm_config.F90159 character(kind=c_char, len=1) :: equation_type(11) local
181 call pcmsolver_f2c_string(pcmmod_equation_type, equation_type, 11_c_int)
182 host_input%equation_type = equation_type
/dports/science/pcmsolver/pcmsolver-1.3.0/api/
H A Dpcmsolver.f9045 character(kind=c_char, len=1) :: equation_type(11) component
437 correction, solvent, probe_radius, equation_type, &
453 character(kind=c_char, len=*), intent(in), optional :: equation_type local
547 if (present(equation_type)) then
548 host_input%equation_type = fstring_to_carray_w_len(equation_type, l=11)
550 host_input%equation_type = fstring_to_carray_w_len('secondkind', l=11)
H A DPCMInput.h72 char equation_type[11]; member
/dports/science/dynare/dynare-4.6.4/mex/sources/bytecode/
H A DErrorHandling.hh602 ExpressionType equation_type = TemporaryTerm; in print_expression() local
630 equation_type = TemporaryTerm; in print_expression()
633 equation_type = ModelEquation; in print_expression()
636 equation_type = FirstEndoDerivative; in print_expression()
642 equation_type = FirstExoDerivative; in print_expression()
648 equation_type = FirstParamDerivative; in print_expression()
651 equation_type = SecondEndoDerivative; in print_expression()
654 equation_type = SecondExoDerivative; in print_expression()
663 equation_type = ThirdEndoDerivative; in print_expression()
666 equation_type = ThirdExoDerivative; in print_expression()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/interface/
H A Dtscreate.c55 t->equation_type = TS_EQ_UNSPECIFIED; in TSCreate()
H A Dts.c5224 PetscErrorCode TSGetEquationType(TS ts,TSEquationType *equation_type) in TSGetEquationType() argument
5228 PetscValidPointer(equation_type,2); in TSGetEquationType()
5229 *equation_type = ts->equation_type; in TSGetEquationType()
5246 PetscErrorCode TSSetEquationType(TS ts,TSEquationType equation_type) in TSSetEquationType() argument
5250 ts->equation_type = equation_type; in TSSetEquationType()
7556 t->equation_type = tsin->equation_type; in TSClone()
/dports/science/pcmsolver/pcmsolver-1.3.0/tests/C_host/
H A DC_host-functions.h124 strcpy(host_input.equation_type, "secondkind"); in pcmsolver_input()
/dports/science/pcmsolver/pcmsolver-1.3.0/src/interface/
H A DInput.hpp296 equation_type, enumerator
H A DMeddle.cpp131 strcpy(host_input.equation_type, "secondkind"); in pcmsolver_default_input()
662 case detail::PCMInputFields::equation_type: in setInputOption()
663 strcpy(host_input_.equation_type, value.c_str()); in setInputOption()
907 std::cout << "equation type " << std::string(inp.equation_type) << std::endl; in print()
H A DInput.cpp480 mapper["equation_type"] = PCMInputFields::equation_type; in string_to_enum()
/dports/science/PETSc/petsc-3.14.1/src/ts/interface/ftn-auto/
H A Dtsf.c904 PETSC_EXTERN void tsgetequationtype_(TS ts,TSEquationType *equation_type, int *__ierr) in tsgetequationtype_() argument
908 (TSEquationType* )PetscToPointer((equation_type) )); in tsgetequationtype_()
910 PETSC_EXTERN void tssetequationtype_(TS ts,TSEquationType *equation_type, int *__ierr) in tssetequationtype_() argument
913 (TS)PetscToPointer((ts) ),*equation_type); in tssetequationtype_()
/dports/science/madness/madness-ebb3fd7/src/apps/chem/
H A Dpcm.cc183 strcpy(host_input.equation_type, "secondkind"); in pcmsolver_input()
/dports/science/PETSc/petsc-3.14.1/src/ts/impls/arkimex/
H A Darkimex.c736 if (ts->equation_type >= TS_EQ_IMPLICIT) { /* Save the initial slope for the next step */ in TSStep_ARKIMEX()
748 if (ts->equation_type >= TS_EQ_IMPLICIT && tab->explicit_first_stage && ts->steprestart) { in TSStep_ARKIMEX()
789 …if (i!=0 && ts->equation_type >= TS_EQ_IMPLICIT) SETERRQ(PetscObjectComm((PetscObject)ts),PETSC_ER… in TSStep_ARKIMEX()
824 if (ts->equation_type >= TS_EQ_IMPLICIT) { in TSStep_ARKIMEX()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dtsimpl.h147 TSEquationType equation_type; member
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DTS.pyx883 property equation_type:
/dports/cad/stepcode/stepcode-0.8/data/cd209/
H A Dpart409cdts_wg3n2617mim_lf.exp10304 equation_type : mbna_governing_equation_type;
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS13201 TSEquationType equation_type;147,5703
H A DCTAGS33451 …erface/ts.c /^PetscErrorCode TSGetEquationType(TS ts,TSEquationType *equation_type)$/;" f languag…
33850 …terface/ts.c /^PetscErrorCode TSSetEquationType(TS ts,TSEquationType equation_type)$/;" f languag…
42889 equation_type include/petsc/private/tsimpl.h /^ TSEquationType equation_type;$/;" m language:C++ s…