Home
last modified time | relevance | path

Searched defs:Lx (Results 1 – 10 of 10) sorted by relevance

/petsc/src/dm/tests/
H A Dex47.c14 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_3d() local
57 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_2d() local
96 const PetscScalar Lx = 1.0, Ly = 1.0; in test_2d_nocoord() local
134 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_3d_nocoord() local
H A Dex42.c16 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_3d() local
59 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_2d() local
98 const PetscScalar Lx = 1.0, Ly = 1.0; in test_2d_nocoord() local
136 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_3d_nocoord() local
H A Dex48.c28 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_3d() local
71 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_2d() local
110 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_3d_compat() local
162 const PetscScalar Lx = 1.0, Ly = 1.0, Lz = 1.0; in test_2d_compat() local
/petsc/src/snes/tutorials/
H A Dex55.c174 const PetscReal Lx = 1., Ly = 1.; in MMSSolution4() local
182 const PetscReal Lx = 1., Ly = 1.; in MMSForcing4() local
H A Dex5.c227 const PetscReal Lx = 1., Ly = 1.; in MMSSolution4() local
237 const PetscReal Lx = 1., Ly = 1.; in MMSForcing4() local
H A Dex56.c205 PetscReal Lx, mdisp[10], err[10]; in main() local
H A Dex48.c255 PetscReal Lx, Ly, Lz; /* Model domain */ member
604 …PetscReal Lx = thi->Lx / thi->units->meter, Ly = thi->Ly / thi->units->meter, Lz = thi->Lz / thi->… in THISetUpDM() local
/petsc/src/dm/dt/tests/
H A Dex7.c9 PetscReal *Lstarw, *Lx, *Lstar, *Lstarwcheck, wLx, Lstarwx; in CheckPullback() local
/petsc/src/ts/tutorials/
H A Dex14.c241 PetscReal Lx, Ly, Lz; /* Model domain */ member
1560 …PetscReal Lx = thi->Lx / thi->units->meter, Ly = thi->Ly / thi->units->meter, Lz = thi->Lz / thi->… in main() local
H A Dex11.c1623 …t initLinearWave(EulerNode *ux, const PetscReal gamma, const PetscReal coord[], const PetscReal Lx) in initLinearWave()