History log of /libCEED/ (Results 5401 – 5425 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
734e90fe05-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into fortran_interface

28b8dc5905-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Start adding Nek5000 example

3762f2d603-Feb-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/make-install' [PR #32]

* jed/make-install:
make install: document in README
make install: avoid non-portable GNU install options
make: add install target
Switch to include/

Merge branch 'jed/make-install' [PR #32]

* jed/make-install:
make install: document in README
make install: avoid non-portable GNU install options
make: add install target
Switch to include/ceed.h and lib/libceed.so directory structure

show more ...

67bd675303-Feb-2018 Jed Brown <jed@jedbrown.org>

make install: document in README

92489bd103-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Fix a bug in Fortran interface

and finist t30-operator test in Fortran

1e25a74603-Feb-2018 Jed Brown <jed@jedbrown.org>

make install: avoid non-portable GNU install options

Reported-by: Tzanio Kolev <kolev1@llnl.gov>

d521762403-Feb-2018 Jed Brown <jed@jedbrown.org>

make: add install target

Typical usage is

make install prefix=/opt/ceed

or

make install prefix=/usr DESTDIR=/my/packaging/path

6ea7c6c103-Feb-2018 Jed Brown <jed@jedbrown.org>

Switch to include/ceed.h and lib/libceed.so directory structure

This gives the source directory a compatible directory layout with
the install directory, thus enabling a user to use either.

bee1245502-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add t30-operator-test and fix a few errors

on C side

510b150402-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add test t30-operator-f

3fcfd4f002-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Fix the QFunction interface of Fortran

and add t20-qfunction-f

9ccfded602-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Update the tests with a subroutine separator

cc93cdd302-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add t14-basis-weight test

1f47fed501-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add t13-basis-f.f and Fix a memory bug

when freeing dicts

08db73c901-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add t12-basis test for Fortran

b507868b01-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Change Fortran interface to work with latest master

3f4acda501-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Merge branch 'master' into fortran_interface

86bacd8901-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Polish the Fortran tests

More strict checking, typify parameters

3d715cd201-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add a test for CeedBasis in Fortran

6289df3d01-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Fix the test t05-elemrestriction-f

d806ff4c01-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Remove old ex1f.f


a99eee7701-Feb-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add a header with Fortran 77 constants

and update the Fortran tests to use it

c51e50ed31-Jan-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Update CeedElemRestrictionApply

and rename CeedRequestDestroy to CeedRequestWait

e0004e9431-Jan-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Add ElementRestriction test in Fortran

2f0d036231-Jan-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'ceed-ex1-dev' [PR #30]

* ceed-ex1-dev:
Add examples to test suite
Rename examples/ex1 -> examples/ex1-volume-annulus
make: remove tst target because it reorders output (invalid T

Merge branch 'ceed-ex1-dev' [PR #30]

* ceed-ex1-dev:
Add examples to test suite
Rename examples/ex1 -> examples/ex1-volume-annulus
make: remove tst target because it reorders output (invalid TAP)
make: link examples/%.c into build/%
examples/ex1: make -t (test) select smaller test case and print less
In examples/ex1.c, add parsing of command line options.
In examples/ex1.c, set the mesh node coordinates using the appropriate non-uniform spacing (Lobatto points) instead of uniform spacing.
Remove explicit linking with OCCA from examples/Makefile.
Fixing the build on my Linux box
Add examples/ex1.c which does not have external dependencies.

show more ...

1...<<211212213214215216217218219220>>...226