Home
last modified time | relevance | path

Searched defs:coords (Results 1 – 24 of 24) sorted by relevance

/libCEED/examples/solids/src/
H A Dboundary.c23 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 Dsetup-libceed.c135 Vec coords; in SetupLibceedFineLevel() local
/libCEED/examples/rust/ex3-volume/src/
H A Dtransform.rs29 let mut coords = mesh_coords.view_mut()?; in transform_mesh_coordinates() localVariable
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dtransform.rs29 let mut coords = mesh_coords.view_mut()?; in transform_mesh_coordinates() localVariable
/libCEED/examples/rust/ex1-volume/src/
H A Dtransform.rs25 let mut coords = mesh_coords.view_mut()?; in transform_mesh_coordinates() localVariable
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dtransform.rs25 let mut coords = mesh_coords.view_mut()?; in transform_mesh_coordinates() localVariable
/libCEED/examples/solids/qfunctions/
H A Dmanufactured-true.h21 const CeedScalar *coords = in[0]; in MMSTrueSoln() local
H A Dmanufactured-force.h30 const CeedScalar *coords = in[0], *q_data = in[1]; in SetupMMSForce() local
/libCEED/examples/fluids/qfunctions/
H A Dstrong_boundary_conditions.h12 const CeedScalar(*coords)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[0]; in SetupStrongBC() local
H A Dstg_shur14.h470 const CeedScalar(*coords)[CEED_Q_VLA] = (const CeedScalar(*)[CEED_Q_VLA])in[1]; in StgShur14InflowStrongQF() local
/libCEED/include/ceed/jit-source/hip/
H A Dhip-types.h30 const CeedScalar *coords; member
H A Dhip-ref-basis-tensor-at-points.h44 … 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 Dcuda-types.h30 const CeedScalar *coords; member
H A Dcuda-ref-basis-tensor-at-points.h44 … 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 Dlibceedsetup.c46 Vec coords; in SetupLibceedByDegree() local
244 Vec coords; in SetupErrorOperator() local
/libCEED/examples/ceed/
H A Dex3-volume.c364 CeedScalar *coords; in SetCartesianMeshCoords() local
393 CeedScalar *coords; in TransformMeshCoords() local
H A Dex2-surface.c397 CeedScalar *coords; in SetCartesianMeshCoords() local
426 CeedScalar *coords; in TransformMeshCoords() local
H A Dex1-volume.c373 CeedScalar *coords; in SetCartesianMeshCoords() local
403 CeedScalar *coords; in TransformMeshCoords() local
H A Dex1-volume-f.f90157 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 Dex1-volume.c383 CeedScalar *coords; in SetCartesianMeshCoords() local
413 CeedScalar *coords; in TransformMeshCoords() local
/libCEED/examples/rust/mesh/src/
H A Dlib.rs148 let mut coords = mesh_coords.view_mut()?; localVariable
/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs324 let coords = mesh_coords.view()?; in example_2() localVariable
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dmain.rs341 let coords = mesh_coords.view()?; in example_2_vector() localVariable
/libCEED/examples/fluids/problems/
H A Dblasius.c184 PetscScalar(*coords)[dim] = (PetscScalar(*)[dim])arr_coords; in ModifyMesh() local