History log of /petsc/src/dm/impls/plex/plexadapt.c (Results 151 – 161 of 161)
Revision Date Author Comments
# 684a51ab 19-May-2016 barral <none@none.fr>

Fix memory problems


# 379fadc5 13-May-2016 barral <none@none.fr>

bdyLabelName arg should not be NULL


# 0f7e110d 10-May-2016 barral <none@none.fr>

Add docstring to DMPlexAdapt + clean


# fc167ce7 09-May-2016 barral <none@none.fr>

reducing size of the static tables


# 2499d69c 09-May-2016 barral <none@none.fr>

improvement of boundary tag reading loop


# 6b1afcaf 09-May-2016 barral <none@none.fr>

cleaning + fixing some alloc/free


# ace5e534 04-May-2016 barral <none@none.fr>

minor fixes


# 52b40ca0 04-May-2016 barral <none@none.fr>

Minor fixes


# f7caa48e 29-Apr-2016 barral <none@none.fr>

Reading boundary tag from pragmatic output


# 4190e864 29-Apr-2016 barral <none@none.fr>

Read mesh boundary tags if provided

interface changed in petscdmplex.h for DMPlexAdapt


# 0bbe5d31 29-Apr-2016 barral <none@none.fr>

Add mesh adaptation for DMPlex

Adding a new file src/dm/impls/plex/plexadapt.c, which contains a new
function that calls the adaptation library (pragmatic):
PetscErrorCode DMPlexAdapt(DM, Vec, DM *)

Add mesh adaptation for DMPlex

Adding a new file src/dm/impls/plex/plexadapt.c, which contains a new
function that calls the adaptation library (pragmatic):
PetscErrorCode DMPlexAdapt(DM, Vec, DM *);
which is exposed in the interface in petscdmplex.h

show more ...


1234567