0
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor exact solution dispatch to use PetscFList and simplify calling convention for pointwise physics More... almost 14 years ago
Write correct bounding box into DHM files, Jakobshavn visualization works More... almost 14 years ago
Add dMeshInferIntermediateAdjacencies(), -dmesh_intermediate_adjacencies More... almost 14 years ago
Stokes: use Ap and Dp consistently for the preconditioning blocks More... almost 14 years ago
Make dMeshGetEnts handle empty sets correctly More... almost 14 years ago
Stokes: add -gravity, project Dirichlet part More... almost 14 years ago
Add dFSDirichletProject() More... almost 14 years ago
Make dFSRegisterBoundarySet() automatically take the closure. More... almost 14 years ago
Add dMeshSetClosure (mutates the set) More... almost 14 years ago
Remove prototype for dMeshGetAdjIndex which never existed. More... almost 14 years ago
Add test for nonlinear Stokes using upper-triangular inexact fieldsplit preconditioner More... almost 14 years ago
Handle the case of discrete integral (sum) not agreeing with continuous integral More... almost 14 years ago
Add MatSetFromOptions More... almost 14 years ago
Double dCHK was not necessary More... almost 14 years ago
Remove the constant pressure mode from computation of errors. More... almost 14 years ago
Fix bug in dTensorSymCompress3, fixes Stokes convergence More... almost 14 years ago
Fix the definition of gamma = (Du : Du)/2 More... almost 14 years ago
Mark a debug function as unused when compiling in optimized mode More... almost 14 years ago
Add dUSE_LOG_FINEGRAIN for logging of fine-grained operations. More... almost 14 years ago
Add logging for dLOG_MeshLoad More... almost 14 years ago
Preallocate for diagonal entry in adjacency matrix (for ordering). More... almost 14 years ago
Add Stokes example, closes #16 More... almost 14 years ago
Set symmetry options on Stokes preconditioning matrices More... almost 14 years ago
Use dNorms in stokes More... almost 14 years ago
My use of PetscStackPop was *really* slow because it came to include CHKMEMQ. More... almost 14 years ago
Use MatGetLocalSubMatrix API for Stokes assembly More... almost 14 years ago
Remove the block size attribute from dFS, use the one that was promoted to DM More... almost 14 years ago
DMGetLocalToGlobalMapping exists so use it instead rolling our own More... almost 14 years ago
stokes: use -dirichlet LIST for boundary conditions More... almost 14 years ago
Remove Mesh and Jacobi from Stokes struct, destroy ruleset iterator More... almost 14 years ago