History log of /petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/output/ex1_1.out (Results 1 – 7 of 7)
Revision Date Author Comments
# b6b5caf9 27-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'knepley/feature-hybrid-mass' into 'main'

Plex: Can now specify a mass weighting to hybrid residual

See merge request petsc/petsc!6210


# 4366bac7 26-Mar-2023 Matthew G. Knepley <knepley@gmail.com>

DT: Add quadrature permutations and default quadrature
- Add integration domain to PetscQuadrature
- Add quadrature permutations to DS
- Add default quadrature to DT


# a686821c 04-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-rm-spaces-plurals' into 'main'

Remove unneeded spaces/plurals

See merge request petsc/petsc!5193


# 8cc725e6 01-May-2022 Pierre Jolivet <pierre@joliv.et>

Remove extra spaces and unwanted plurals


# 8bb017ff 30-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-dual-space-rework' into 'master'

Rework PetscDualSpace

See merge request petsc/petsc!2399


# 6ff15688 26-Mar-2020 Toby Isaac <tisaac@cc.gatech.edu>

Fix errors revealed by gitlabci

Use PETSC_SMALL to determine when quadrature points are the same in PETSCDUALSPACELAGRANGE

Filter floating point output

Explicitly cast PetscBool to PetscInt before

Fix errors revealed by gitlabci

Use PETSC_SMALL to determine when quadrature points are the same in PETSCDUALSPACELAGRANGE

Filter floating point output

Explicitly cast PetscBool to PetscInt before printing

Do not construct vertex indices for simplex spaces in tensor cells

Right now the only way simplex spaces in tensor cells happens is discontinuous pressures
(typically in Q2P1). In this case there is no need to compute symmetries for the pressure
dofs.

show more ...


# 5ffaa15f 26-Mar-2020 Toby Isaac <tisaac@cc.gatech.edu>

Add tutorial for viewing new dual spaces

Add tests about different node types