| /libCEED/examples/solids/src/ |
| H A D | boundary.c | 23 PetscErrorCode BCMMS(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt num… in BCMMS() 42 PetscErrorCode BCClamp(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt n… in BCClamp()
|
| H A D | setup-libceed.c | 135 Vec coords; in SetupLibceedFineLevel() local
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | transform.rs | 29 let mut coords = mesh_coords.view_mut()?; in transform_mesh_coordinates() localVariable
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | transform.rs | 29 let mut coords = mesh_coords.view_mut()?; in transform_mesh_coordinates() localVariable
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | transform.rs | 25 let mut coords = mesh_coords.view_mut()?; in transform_mesh_coordinates() localVariable
|
| /libCEED/examples/rust/ex1-volume-vector/src/ |
| H A D | transform.rs | 25 let mut coords = mesh_coords.view_mut()?; in transform_mesh_coordinates() localVariable
|
| /libCEED/examples/solids/qfunctions/ |
| H A D | manufactured-true.h | 21 const CeedScalar *coords = in[0]; in MMSTrueSoln() local
|
| H A D | manufactured-force.h | 30 const CeedScalar *coords = in[0], *q_data = in[1]; in SetupMMSForce() local
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | strong_boundary_conditions.h | 12 const CeedScalar(*coords)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in SetupStrongBC() local
|
| H A D | stg_shur14.h | 470 const CeedScalar(*coords)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in StgShur14InflowStrongQF() local
|
| /libCEED/include/ceed/jit-source/hip/ |
| H A D | hip-types.h | 30 const CeedScalar *coords; member
|
| H A D | hip-ref-basis-tensor-at-points.h | 44 … const CeedInt *__restrict__ points_per_elem, const CeedScalar *__restrict__ coords, in InterpAtPoints() 127 … const CeedInt *__restrict__ points_per_elem, const CeedScalar *__restrict__ coords, in InterpTransposeAtPoints() 223 … const CeedInt *__restrict__ points_per_elem, const CeedScalar *__restrict__ coords, in GradAtPoints() 312 … const CeedInt *__restrict__ points_per_elem, const CeedScalar *__restrict__ coords, in GradTransposeAtPoints()
|
| /libCEED/include/ceed/jit-source/cuda/ |
| H A D | cuda-types.h | 30 const CeedScalar *coords; member
|
| H A D | cuda-ref-basis-tensor-at-points.h | 44 … const CeedInt *__restrict__ points_per_elem, const CeedScalar *__restrict__ coords, in InterpAtPoints() 127 … const CeedInt *__restrict__ points_per_elem, const CeedScalar *__restrict__ coords, in InterpTransposeAtPoints() 223 … const CeedInt *__restrict__ points_per_elem, const CeedScalar *__restrict__ coords, in GradAtPoints() 312 … const CeedInt *__restrict__ points_per_elem, const CeedScalar *__restrict__ coords, in GradTransposeAtPoints()
|
| /libCEED/examples/petsc/src/ |
| H A D | libceedsetup.c | 46 Vec coords; in SetupLibceedByDegree() local 244 Vec coords; in SetupErrorOperator() local
|
| /libCEED/examples/ceed/ |
| H A D | ex3-volume.c | 364 CeedScalar *coords; in SetCartesianMeshCoords() local 393 CeedScalar *coords; in TransformMeshCoords() local
|
| H A D | ex2-surface.c | 397 CeedScalar *coords; in SetCartesianMeshCoords() local 426 CeedScalar *coords; in TransformMeshCoords() local
|
| H A D | ex1-volume.c | 373 CeedScalar *coords; in SetCartesianMeshCoords() local 403 CeedScalar *coords; in TransformMeshCoords() local
|
| H A D | ex1-volume-f.f90 | 157 subroutine transformmeshcoords(fe_dim, mesh_size, coords, exact_volume, err) argument 162 real*8 coords(mesh_size) local 211 real*8, dimension (:), allocatable :: coords local
|
| /libCEED/examples/rust-qfunctions/ |
| H A D | ex1-volume.c | 383 CeedScalar *coords; in SetCartesianMeshCoords() local 413 CeedScalar *coords; in TransformMeshCoords() local
|
| /libCEED/examples/rust/mesh/src/ |
| H A D | lib.rs | 148 let mut coords = mesh_coords.view_mut()?; localVariable
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | main.rs | 324 let coords = mesh_coords.view()?; in example_2() localVariable
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | main.rs | 341 let coords = mesh_coords.view()?; in example_2_vector() localVariable
|
| /libCEED/examples/fluids/problems/ |
| H A D | blasius.c | 184 PetscScalar(*coords)[dim] = (PetscScalar(*)[dim])arr_coords; in ModifyMesh() local
|