History log of /libCEED/examples/solids/elasticity.c (Results 51 – 75 of 100)
Revision Date Author Comments
# 500adadc 30-Sep-2020 nbeams <246972+nbeams@users.noreply.github.com>

resolve merge conflicts for v0.7 release


# 5d470006 29-Sep-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #634 from CEED/jeremy/occa-order

OCCA - update backend resource names to match other GPU backends


# 28688798 28-Sep-2020 jeremylt <thompson.jeremy.luke@gmail.com>

OCCA - update backend resource names to match conventions


# 777ff853 14-Aug-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in

QFunction Context Data Object (#596)

* Ctx - create context object for QFunction context data

* Context - rename UserContext -> QFunctionContext

* Ctx - add lcov markers

* Ctx - fix leak in identity QFunctions

* Hip/Cuda - rename sync functions for vector/context

* Tests - lcov marker update

* QFunction - drop unused function

* Python - fix copy-paste errors

* Ctx - update notes for Fortran usage

* Fortran - drop unneeded cast

Co-authored-by: Jed Brown <jed@jedbrown.org>

* Interface - use void* for SetData interfaces

* Make - use call quiet for NVCC

* Interface - use void* for GetData interfaces

* Make - add quiet call option for examples

* Makefile - create common makefile to reduce duplication/complexity in example makefiles

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


# d99fa3c5 28-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

Op - add interface for multigrid level creation (#579)

* Op - add interface for multigrid level creation

* Op - add implementation for OperatorMultigridLevelCreate

* make style

* make tidy

* Op - add test t550, fix errors

* Tests - add Fortran version of t550

* Tests - add t511 for testing tensor basis multigrid level setup

* make style and tidy

* Tests - fix t55* memory leaks

* Tests - add t552 for non-tensor basis multigrid levels

* CUDA - use CeedIntMax in shared CUDA backend

* Tests - add OCCA test exception for t55*

* Op - add lvector global prolongation multiplicity, simplifies user interface

* Solids - convert example to new interface

* make style

* Tests - convert t550 to multicomponent

* Solids - drop unused ceed_fine

* Python - add new multigrid level interface

* Python - fix operator wrap, use ceed python obj rather than ceed pointer

* Gallery - update comment slightly

* Tests - remove accidental duplicate test

* Multigrid - add size=2 case as well

* Operator - drop unneeded inline

* QFunction - simplify context ownership to match vector

* make style

* Python - update multigrid function signature

* Operator - refactor prolong/restrict qfunctions as scaling qfunctions

* Vector - add testing for reciprocal and add to Fortran/Python interfaces

* CUDA - add VectorReciprocal on device

* Gallery - drop specalized versions for 'Scale', wil fix performance hit later

* Hip - add vector reciprocal

* Operator - add more flexible prologation basis creation interface

* Vec - make sure data is set for VectorReciprocal

* Tests - drop ncomp for t550/1 so kernel is not too large for Magma backend

* Tests - add missing lcov markers

* make style

* Travis - allow ARM job to fail

* Travis - fix intel install

* Travis - try different install dir name for inteloneapi

* Travis - add ifort, ipp packages

* Tests - add missing lcov marker

show more ...


# 572ff09c 21-Jul-2020 nbeams <246972+nbeams@users.noreply.github.com>

Merge branch 'main' into natalie/hip-ref-v2


# 75a0c642 17-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #589 from CEED/jeremy/solid-stats

Solids - add summary output for number of KSP its and throughput


# 7418ca88 17-Jul-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - add summary output for number of KSP its and throughput


# 77ad9f29 15-Jul-2020 nbeams <246972+nbeams@users.noreply.github.com>

Merge branch 'main' into natalie/hip-ref-v2


# 2fcdcaf2 01-Jul-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #577 from CEED/jeremy/take-array

Vec - add CeedVectorTakeArray


# 6a6c615b 30-Jun-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Vec - add CeedVectorTakeArray


# db3f49c5 30-Jun-2020 Yohann <dudouit1@llnl.gov>

Merge branch 'master' into yohann/nameKernels


# a970f638 30-Jun-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #566 from CEED/jeremy/solid-cuda

Solids - enable use of GPU vectors


# da5d3694 29-Jun-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - use degree 3 for better testing


# a3658bad 26-Jun-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - add missing MatShellSetVecType calls


# 62e9c006 23-Jun-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - enable use of GPU vectors


# 80ed50af 22-Jun-2020 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

Merge pull request #565 from CEED/leila/fix-small-typo

Solids - fix small typo


# b04a8a52 22-Jun-2020 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/solids: fix small typo


# e9e07e3c 19-May-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #535 from CEED/jeremy/solids-pressure

Solids - view diagnostic quantities


# 7ab18feb 19-May-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - rename diagnostic output volumentric strain


# f81c27ea 16-May-2020 Jed Brown <jed@jedbrown.org>

examples/solids: skip autoassigned object name for cleaner viz


# 379387d4 15-May-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - condensed pressure -> pressure


# 13fdad4b 15-May-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - add stress tensor invariants


# 8ca58ff3 15-May-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - combine final solution output with diagnostics


# f7b4142e 14-May-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Solids - add nu_smoother option


1234