History log of /libCEED/ (Results 3801 – 3825 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3ac43b2c24-Apr-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

ElemRestriction - add check for strided status

430758c824-Apr-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

ElemRestriction - add state counter for reading offsets array

58e2a51524-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

GPU - add ElemRestrictionGetOffsets

bd33150a24-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

ElemRestriction - add ElemRestrictionGetOffsets

ab21321523-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

More comments in CUDA backends (#518)

* CUDA - adding comments as I work to understand these backends

* PETSc - remove extra include, breaks single source

* make style

92fe105e23-Apr-2020 Jeremy L Thompson <thompson.jeremy.luke@gmail.com>

Ref - drop unneeded malloc and memcpy for strided restrictions

ec9acdb821-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Use non_zero_time=false for problem type avection

Since exact solution and error calculation is not currently provided for the 3D advection case, this flag should be set to false for now

With n

NS: Use non_zero_time=false for problem type avection

Since exact solution and error calculation is not currently provided for the 3D advection case, this flag should be set to false for now

With non_zero_time=true the program was always reporting Max Error: 0. for problem type advection

show more ...

27dd567e21-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Rename ICs_PetscMultiplicity() -> ICs_FixMultiplicity()

The name ICs_PetscMultiplicity was misleading, since the multiplicity is not related to PETSc

357222b321-Apr-2020 valeriabarra <valeriabarra21@gmail.com>

NS: Fix memory leak

Reported-by @jedbrown

d655899a22-Apr-2020 Natalie Beams <246972+nbeams@users.noreply.github.com>

Update names in MAGMA restrictions (#517)

* update comments in restriction cuda file

* renamed indices --> offsets for restrictions

* fix comments for L-Vector size

68d8d92822-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #513 from CEED/jeremy/restriction-no-interlace

Convert restriction to offsets


backends/blocked/ceed-blocked-operator.c
backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
backends/cuda-reg/ceed-cuda-reg-restriction.c
backends/cuda-reg/ceed-cuda-reg.h
backends/cuda/ceed-cuda-restriction.c
backends/cuda/ceed-cuda.c
backends/cuda/ceed-cuda.h
backends/magma/ceed-magma-restriction.c
backends/magma/ceed-magma.h
backends/magma/magma_drestrictApply.cu
backends/occa/ceed-occa-restrict.c
backends/occa/ceed-occa-restrict.okl
backends/opt/ceed-opt-operator.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-restriction.c
backends/ref/ceed-ref.h
doc/sphinx/source/releasenotes.rst
examples/ceed/ex1-volume.c
examples/ceed/ex2-surface.c
examples/fluids/navierstokes.c
examples/mfem/bp1.hpp
examples/mfem/bp3.hpp
examples/nek/bps/bps.usr
examples/petsc/area.c
examples/petsc/bpsraw.c
examples/petsc/setup.h
examples/petsc/setupsphere.h
examples/solids/elasticity.h
examples/solids/src/setuplibceed.c
examples/tutorials/tutorial-2-elemrestriction.ipynb
examples/tutorials/tutorial-5-operator.ipynb
include/ceed-impl.h
include/ceed.h
interface/ceed-elemrestriction.c
interface/ceed-fortran.c
interface/ceed-types.c
python/__init__.py
python/ceed.py
python/ceed_constants.py
python/ceed_elemrestriction.py
tests/output/t210-elemrestriction-f.out
tests/output/t210-elemrestriction.out
tests/python/output/test_210.out
tests/python/test-2-elemrestriction.py
tests/python/test-5-operator.py
tests/t200-elemrestriction-f.f90
tests/t200-elemrestriction.c
tests/t201-elemrestriction-f.f90
tests/t201-elemrestriction.c
tests/t202-elemrestriction-f.f90
tests/t202-elemrestriction.c
tests/t203-elemrestriction.c
tests/t204-elemrestriction.c
tests/t205-elemrestriction.c
tests/t206-elemrestriction.c
tests/t207-elemrestriction.c
tests/t208-elemrestriction-f.f90
tests/t208-elemrestriction.c
tests/t209-elemrestriction-f.f90
tests/t209-elemrestriction.c
tests/t210-elemrestriction-f.f90
tests/t210-elemrestriction.c
tests/t211-elemrestriction-f.f90
tests/t211-elemrestriction.c
tests/t212-elemrestriction-f.f90
tests/t212-elemrestriction.c
tests/t213-elemrestriction.c
tests/t500-operator-f.f90
tests/t500-operator.c
tests/t501-operator-f.f90
tests/t501-operator.c
tests/t502-operator-f.f90
tests/t502-operator.c
tests/t503-operator-f.f90
tests/t503-operator.c
tests/t504-operator-f.f90
tests/t504-operator.c
tests/t505-operator-f.f90
tests/t505-operator.c
tests/t506-operator-f.f90
tests/t506-operator.c
tests/t507-operator.c
tests/t510-operator-f.f90
tests/t510-operator.c
tests/t511-operator-f.f90
tests/t511-operator.c
tests/t520-operator-f.f90
tests/t520-operator.c
tests/t521-operator-f.f90
tests/t521-operator.c
tests/t522-operator-f.f90
tests/t522-operator.c
tests/t523-operator-f.f90
tests/t523-operator.c
tests/t524-operator-f.f90
tests/t524-operator.c
tests/t530-operator-f.f90
tests/t530-operator.c
tests/t531-operator-f.f90
tests/t531-operator.c
tests/t532-operator-f.f90
tests/t532-operator.c
tests/t533-operator-f.f90
tests/t533-operator.c
tests/t534-operator-f.f90
tests/t534-operator.c
tests/t535-operator-f.f90
tests/t535-operator.c
tests/t536-operator-f.f90
tests/t536-operator.c
tests/t540-operator-f.f90
tests/t540-operator.c
tests/tap.sh
bf4d158122-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

LCOV - add exclusion markers for ref restrictions with 5 components and non-contiguous component data; the specific parameter combination being missed doesn't add valuable information

014ec18d22-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Doc - update master branch notes

d3ea8f2622-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Ref/Memcheck - use stricter check for restriction offsets

Co-Authored-By: Jed Brown <jed@jedbrown.org>

3661185e22-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Ref/Memcheck - add restriction offsets verification

8142698021-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Fluids - fix omitted indices correction in fluids version of CreateRestrictionFromPlex

8dc8d96817-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

MAGMA - remove use of imode

5c7b696c16-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

CUDA - use new component stride over interlace mode

dc16b37117-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #515 from CEED/jeremy/basis-public

Basis - move some functions to public API

6c58de8217-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Basis - better protect basis data from user meddling

Co-Authored-By: Jed Brown <jed@jedbrown.org>

9d00761917-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Basis - move some functions to public API

d979a05114-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Restriction - convert restiction to use offsets instead of interlace mode. CPU and Python impl only, CUDA and MAGMA left to do.


backends/blocked/ceed-blocked-operator.c
backends/occa/ceed-occa-restrict.c
backends/occa/ceed-occa-restrict.okl
backends/opt/ceed-opt-operator.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-restriction.c
backends/ref/ceed-ref.h
examples/ceed/ex1-volume.c
examples/ceed/ex2-surface.c
examples/fluids/navierstokes.c
examples/mfem/bp1.hpp
examples/mfem/bp3.hpp
examples/nek/bps/bps.usr
examples/petsc/area.c
examples/petsc/bpsraw.c
examples/petsc/setup.h
examples/petsc/setupsphere.h
examples/solids/elasticity.h
examples/solids/src/setuplibceed.c
examples/tutorials/tutorial-2-elemrestriction.ipynb
examples/tutorials/tutorial-5-operator.ipynb
include/ceed-impl.h
include/ceed.h
interface/ceed-elemrestriction.c
interface/ceed-fortran.c
interface/ceed-types.c
python/__init__.py
python/ceed.py
python/ceed_constants.py
python/ceed_elemrestriction.py
tests/output/t210-elemrestriction-f.out
tests/output/t210-elemrestriction.out
tests/python/output/test_210.out
tests/python/test-2-elemrestriction.py
tests/python/test-5-operator.py
tests/t200-elemrestriction-f.f90
tests/t200-elemrestriction.c
tests/t201-elemrestriction-f.f90
tests/t201-elemrestriction.c
tests/t202-elemrestriction-f.f90
tests/t202-elemrestriction.c
tests/t203-elemrestriction.c
tests/t204-elemrestriction.c
tests/t205-elemrestriction.c
tests/t206-elemrestriction.c
tests/t207-elemrestriction.c
tests/t208-elemrestriction-f.f90
tests/t208-elemrestriction.c
tests/t209-elemrestriction-f.f90
tests/t209-elemrestriction.c
tests/t210-elemrestriction-f.f90
tests/t210-elemrestriction.c
tests/t211-elemrestriction-f.f90
tests/t211-elemrestriction.c
tests/t212-elemrestriction-f.f90
tests/t212-elemrestriction.c
tests/t213-elemrestriction.c
tests/t500-operator-f.f90
tests/t500-operator.c
tests/t501-operator-f.f90
tests/t501-operator.c
tests/t502-operator-f.f90
tests/t502-operator.c
tests/t503-operator-f.f90
tests/t503-operator.c
tests/t504-operator-f.f90
tests/t504-operator.c
tests/t505-operator-f.f90
tests/t505-operator.c
tests/t506-operator-f.f90
tests/t506-operator.c
tests/t507-operator.c
tests/t510-operator-f.f90
tests/t510-operator.c
tests/t511-operator-f.f90
tests/t511-operator.c
tests/t520-operator-f.f90
tests/t520-operator.c
tests/t521-operator-f.f90
tests/t521-operator.c
tests/t522-operator-f.f90
tests/t522-operator.c
tests/t523-operator-f.f90
tests/t523-operator.c
tests/t524-operator-f.f90
tests/t524-operator.c
tests/t530-operator-f.f90
tests/t530-operator.c
tests/t531-operator-f.f90
tests/t531-operator.c
tests/t532-operator-f.f90
tests/t532-operator.c
tests/t533-operator-f.f90
tests/t533-operator.c
tests/t534-operator-f.f90
tests/t534-operator.c
tests/t535-operator-f.f90
tests/t535-operator.c
tests/t536-operator-f.f90
tests/t536-operator.c
tests/t540-operator-f.f90
tests/t540-operator.c
tests/tap.sh
c42cf40216-Apr-2020 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Solids - Add Twist BCs and Strain Energy (#504)

* Solids - add strain energy computations

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

Co-authored-by: Arash Mehraban <arashm81@gmail.com>

*

Solids - Add Twist BCs and Strain Energy (#504)

* Solids - add strain energy computations

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

Co-authored-by: Arash Mehraban <arashm81@gmail.com>

* Solids - add multi-direction clamp translation

* Solids - add clamped boundary rotation

* Solids - use KSPCG, not KSPPREONLY for degree=1 to get correct convergence

* Solids - add strain energy density to documentation
Co-authored-by: Arash Mehraban <arashm81@gmail.com>

* Solids - wJ->wdetJ

* Solids - specify direction of constant forcing function

* Solids - error on hyperFS and constant forcing

* Solids - fix PCMG printing

* Solids - fix translation boundary condition cl option

* Solids - refactor bcs to allow translation and rotation, set bc_zero as default for bc_clamp

* Solids - update documentation discussion of energy density

* make style

* Solids - update sample runs at top of file

Co-authored-by: Arash Mehraban <arashm81@gmail.com>

show more ...

0b6d0ae516-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - update documentation, displacement is from inital configuration

aee2786a16-Apr-2020 jeremylt <jeremy.thompson@colorado.edu>

Solids - update sample runs at top of file

1...<<151152153154155156157158159160>>...226