]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
2 years agoSave a few cycles for single-character output.
Wolfgang Bangerth [Sat, 5 Feb 2022 22:48:43 +0000 (15:48 -0700)]
Save a few cycles for single-character output.

2 years agoMerge pull request #13328 from peterrum/initialize_cell_data_vector
Martin Kronbichler [Fri, 4 Feb 2022 07:40:01 +0000 (08:40 +0100)]
Merge pull request #13328 from peterrum/initialize_cell_data_vector

Add MatrixFree::initialize_cell_data_vector()

2 years agoMerge pull request #13327 from peterrum/fe_eval_reinit_array_mapping_on_the_fly
Martin Kronbichler [Fri, 4 Feb 2022 07:39:45 +0000 (08:39 +0100)]
Merge pull request #13327 from peterrum/fe_eval_reinit_array_mapping_on_the_fly

FEEval::reinit(std::array): use MappingDataOnTheFly

2 years agoMerge pull request #13334 from tjhei/doc_fixes
Martin Kronbichler [Fri, 4 Feb 2022 07:39:26 +0000 (08:39 +0100)]
Merge pull request #13334 from tjhei/doc_fixes

documentation fixes

2 years agoMerge pull request #13337 from drwells/fix-deduction-matrix-free
Martin Kronbichler [Fri, 4 Feb 2022 07:39:17 +0000 (08:39 +0100)]
Merge pull request #13337 from drwells/fix-deduction-matrix-free

Fix deduction matrix free

2 years agoMerge pull request #13333 from tjhei/move_implementation_out_of_class_declaration
David Wells [Thu, 3 Feb 2022 20:32:20 +0000 (15:32 -0500)]
Merge pull request #13333 from tjhei/move_implementation_out_of_class_declaration

PreconditionIdentity: move implementation out of declaration

2 years agoMerge pull request #13336 from tjhei/vtu_newline
David Wells [Thu, 3 Feb 2022 20:32:04 +0000 (15:32 -0500)]
Merge pull request #13336 from tjhei/vtu_newline

VTU: put closing XML on separate line

2 years agoMerge pull request #13332 from zjiaqi2018/fix-formula
Wolfgang Bangerth [Thu, 3 Feb 2022 20:23:39 +0000 (13:23 -0700)]
Merge pull request #13332 from zjiaqi2018/fix-formula

fix a formula

2 years agoMerge pull request #13335 from tjhei/solver_control_explicit
Wolfgang Bangerth [Thu, 3 Feb 2022 20:23:13 +0000 (13:23 -0700)]
Merge pull request #13335 from tjhei/solver_control_explicit

SolverControl: make constructors explicit

2 years agoMerge pull request #13330 from nfehn/forward_declaration_mapping_q
Martin Kronbichler [Thu, 3 Feb 2022 18:56:00 +0000 (19:56 +0100)]
Merge pull request #13330 from nfehn/forward_declaration_mapping_q

remove forward declarations of MappingQ

2 years agoUpdate include/deal.II/lac/precondition.h 13334/head
Timo Heister [Thu, 3 Feb 2022 18:52:04 +0000 (13:52 -0500)]
Update include/deal.II/lac/precondition.h

Co-authored-by: Daniel Arndt <arndtd@ornl.gov>
2 years agoMerge pull request #13331 from tjhei/remove_some_stray_comments
Daniel Arndt [Thu, 3 Feb 2022 18:50:26 +0000 (13:50 -0500)]
Merge pull request #13331 from tjhei/remove_some_stray_comments

2 years agoAugment a test to verify detection. 13337/head
David Wells [Thu, 3 Feb 2022 17:12:41 +0000 (12:12 -0500)]
Augment a test to verify detection.

2 years agoPreconditionIdentity: move implementation out of declaration 13333/head
Timo Heister [Thu, 3 Feb 2022 15:58:02 +0000 (10:58 -0500)]
PreconditionIdentity: move implementation out of declaration

2 years agoupdate tests 13336/head
Timo Heister [Thu, 3 Feb 2022 16:45:50 +0000 (11:45 -0500)]
update tests

2 years agoFix initialize_dof_vector_t.
David Wells [Thu, 3 Feb 2022 15:00:00 +0000 (10:00 -0500)]
Fix initialize_dof_vector_t.

The correct function requires a vector reference input argument.

2 years agoSolverControl: make constructors explicit 13335/head
Timo Heister [Thu, 3 Feb 2022 16:02:57 +0000 (11:02 -0500)]
SolverControl: make constructors explicit

2 years agodocumentation fixes
Timo Heister [Thu, 3 Feb 2022 16:01:38 +0000 (11:01 -0500)]
documentation fixes

2 years agofix a formula 13332/head
Jiaqi Zhang [Thu, 3 Feb 2022 15:41:24 +0000 (10:41 -0500)]
fix a formula

2 years agoremove two wrong file comments 13331/head
Timo Heister [Thu, 3 Feb 2022 15:30:30 +0000 (10:30 -0500)]
remove two wrong file comments

2 years agoaddress forward declaration of MappingQCache 13330/head
Niklas Fehn [Thu, 3 Feb 2022 13:11:47 +0000 (14:11 +0100)]
address forward declaration of MappingQCache

2 years agoremove forward declarations of MappingQ
Niklas Fehn [Thu, 3 Feb 2022 12:45:10 +0000 (13:45 +0100)]
remove forward declarations of MappingQ

2 years agoMerge pull request #13315 from mschreter/matrixfree_compute_diagonal_vectortype
Martin Kronbichler [Thu, 3 Feb 2022 10:35:26 +0000 (11:35 +0100)]
Merge pull request #13315 from mschreter/matrixfree_compute_diagonal_vectortype

`MatrixFreeTools::compute_diagonal`: introduce template parameter `VectorType`

2 years agoAdd MatrixFree::initialize_cell_data_vector() and ::initialize_face_data_vector() 13328/head
Peter Munch [Thu, 3 Feb 2022 10:22:16 +0000 (11:22 +0100)]
Add MatrixFree::initialize_cell_data_vector() and ::initialize_face_data_vector()

2 years agoFEEval::reinit(std::array): use MappingDataOnTheFly 13327/head
Peter Munch [Thu, 3 Feb 2022 09:42:03 +0000 (10:42 +0100)]
FEEval::reinit(std::array): use MappingDataOnTheFly

2 years agoadd typename VectorType to compute_diagonal 13315/head
Magdalena Schreter [Mon, 31 Jan 2022 15:22:46 +0000 (16:22 +0100)]
add typename VectorType to compute_diagonal

Co-authored-by: peterrum <peterrmuench@gmail.com>
2 years agoMerge pull request #13319 from tamiko/update_find_hdf5
Daniel Arndt [Wed, 2 Feb 2022 16:09:53 +0000 (11:09 -0500)]
Merge pull request #13319 from tamiko/update_find_hdf5

2 years agoMerge pull request #13320 from bangerth/is_detected
Matthias Maier [Wed, 2 Feb 2022 14:26:23 +0000 (08:26 -0600)]
Merge pull request #13320 from bangerth/is_detected

Replace is_detected (type) by is_supported_operation (variable).

2 years agoMerge pull request #13322 from bangerth/ca-empty
Matthias Maier [Wed, 2 Feb 2022 14:22:40 +0000 (08:22 -0600)]
Merge pull request #13322 from bangerth/ca-empty

Deal with empty function objects in CA algorithms.

2 years agoMerge pull request #13324 from kronbichler/fix_warning
Matthias Maier [Wed, 2 Feb 2022 14:21:44 +0000 (08:21 -0600)]
Merge pull request #13324 from kronbichler/fix_warning

Fix warning regarding unused parameter

2 years agoCMake: Unconditionally require MPI for HDF5 13319/head
Matthias Maier [Wed, 2 Feb 2022 14:18:15 +0000 (08:18 -0600)]
CMake: Unconditionally require MPI for HDF5

2 years agoUpdate github action
Matthias Maier [Wed, 2 Feb 2022 10:24:07 +0000 (04:24 -0600)]
Update github action

2 years agoCMake: FindHDF5.cmake - remove workaround
Matthias Maier [Wed, 2 Feb 2022 10:27:53 +0000 (04:27 -0600)]
CMake: FindHDF5.cmake - remove workaround

2 years agoCMake: Put FindHDF5 hints back in place
Matthias Maier [Wed, 2 Feb 2022 10:26:28 +0000 (04:26 -0600)]
CMake: Put FindHDF5 hints back in place

2 years agoCMake: call CMake's FindHDF5 instead of trying to find everything by hand
Matthias Maier [Tue, 1 Feb 2022 15:31:15 +0000 (09:31 -0600)]
CMake: call CMake's FindHDF5 instead of trying to find everything by hand

2 years agoFix warning regarding unused parameter 13324/head
Martin Kronbichler [Wed, 2 Feb 2022 09:23:53 +0000 (10:23 +0100)]
Fix warning regarding unused parameter

2 years agoMerge pull request #13316 from peterrum/compute_diagonal_initialize
Martin Kronbichler [Wed, 2 Feb 2022 08:02:22 +0000 (09:02 +0100)]
Merge pull request #13316 from peterrum/compute_diagonal_initialize

MatrixFreeTools::compute_diagonal(): do not initialize vector

2 years agoMerge pull request #13323 from bangerth/normalize
Martin Kronbichler [Wed, 2 Feb 2022 07:58:19 +0000 (08:58 +0100)]
Merge pull request #13323 from bangerth/normalize

Micro simplication.

2 years agoAdjust tests. 13320/head
Wolfgang Bangerth [Tue, 1 Feb 2022 19:09:31 +0000 (12:09 -0700)]
Adjust tests.

2 years agoMicro simplication. 13323/head
Wolfgang Bangerth [Tue, 1 Feb 2022 19:03:34 +0000 (12:03 -0700)]
Micro simplication.

2 years agoDeal with empty function objects in CA algorithms. 13322/head
Wolfgang Bangerth [Tue, 1 Feb 2022 18:58:12 +0000 (11:58 -0700)]
Deal with empty function objects in CA algorithms.

2 years agoAlso convert the has_begin_and_end query.
Wolfgang Bangerth [Tue, 1 Feb 2022 18:04:23 +0000 (11:04 -0700)]
Also convert the has_begin_and_end query.

2 years agoAlso convert the is_not_parallel_vector trait.
Wolfgang Bangerth [Tue, 1 Feb 2022 17:58:33 +0000 (10:58 -0700)]
Also convert the is_not_parallel_vector trait.

2 years agoReplace is_detected (type) by is_supported_operation (variable).
Wolfgang Bangerth [Tue, 1 Feb 2022 17:31:40 +0000 (10:31 -0700)]
Replace is_detected (type) by is_supported_operation (variable).

Also provide a bunch of doc strings for the involved functions. Then also replace
all of the current uses of the is_detected type by constexpr variables.

2 years agoMatrixFreeTools::compute_diagonal(): do not initialize vector 13316/head
Peter Munch [Tue, 1 Feb 2022 09:19:42 +0000 (10:19 +0100)]
MatrixFreeTools::compute_diagonal(): do not initialize vector

2 years agoMerge pull request #13312 from peterrum/gc_restrict_and_add_dg_fix
Martin Kronbichler [Mon, 31 Jan 2022 20:38:26 +0000 (21:38 +0100)]
Merge pull request #13312 from peterrum/gc_restrict_and_add_dg_fix

Fix MGTwoLevelTransfer::restrict_and_add()

2 years agoMerge pull request #13272 from bangerth/ca-interface
Peter Munch [Mon, 31 Jan 2022 16:55:57 +0000 (17:55 +0100)]
Merge pull request #13272 from bangerth/ca-interface

Switch the consensus algorithms interface to using function objects.

2 years agoFix MGTwoLevelTransfer::restrict_and_add() 13312/head
Peter Munch [Mon, 31 Jan 2022 16:54:22 +0000 (17:54 +0100)]
Fix MGTwoLevelTransfer::restrict_and_add()

2 years agoMerge pull request #13260 from peterrum/feeval_reinit_array
Martin Kronbichler [Mon, 31 Jan 2022 14:57:29 +0000 (15:57 +0100)]
Merge pull request #13260 from peterrum/feeval_reinit_array

FEEval: allow to reinit with a batch with arbitrary cells

2 years agoMerge pull request #13281 from peterrum/feeval_face_data
Martin Kronbichler [Mon, 31 Jan 2022 14:56:52 +0000 (15:56 +0100)]
Merge pull request #13281 from peterrum/feeval_face_data

Introduce FEEval::*_face_data()

2 years agoMerge pull request #13311 from peterrum/is_interior_face
Martin Kronbichler [Mon, 31 Jan 2022 14:56:33 +0000 (15:56 +0100)]
Merge pull request #13311 from peterrum/is_interior_face

FEEval: rename get_is_interior_face() to is_interior_face()

2 years agoIntroduce FEEval::*_face_data() 13281/head
Peter Munch [Sun, 23 Jan 2022 17:50:59 +0000 (18:50 +0100)]
Introduce FEEval::*_face_data()

2 years agoFEEval: allow to reinit with a batch with arbitrary cells 13260/head
Peter Munch [Tue, 18 Jan 2022 11:22:42 +0000 (12:22 +0100)]
FEEval: allow to reinit with a batch with arbitrary cells

2 years agoFEEval: rename get_is_interior_face() to is_interior_face() 13311/head
Peter Munch [Mon, 31 Jan 2022 07:59:26 +0000 (08:59 +0100)]
FEEval: rename get_is_interior_face() to is_interior_face()

2 years agoMerge pull request #13309 from marcfehling/compute-mean-hp
Wolfgang Bangerth [Mon, 31 Jan 2022 00:55:06 +0000 (17:55 -0700)]
Merge pull request #13309 from marcfehling/compute-mean-hp

Added hp-version for `VectorTools::compute_mean_value()`.

2 years agoMerge pull request #12757 from simonsticko/step85
Martin Kronbichler [Sat, 29 Jan 2022 17:03:11 +0000 (18:03 +0100)]
Merge pull request #12757 from simonsticko/step85

Add a CutFEM tutorial as step-85

2 years agoAdded hp-version for `VectorTools::compute_mean_value()`. 13309/head
Marc Fehling [Fri, 28 Jan 2022 17:25:22 +0000 (18:25 +0100)]
Added hp-version for `VectorTools::compute_mean_value()`.

2 years agoAdd a changelog entry for step-85. 12757/head
Simon Sticko [Fri, 7 Jan 2022 12:58:08 +0000 (13:58 +0100)]
Add a changelog entry for step-85.

2 years agoAdd a CutFEM tutorial as step-85
Simon Sticko [Sun, 2 Jan 2022 10:27:50 +0000 (11:27 +0100)]
Add a CutFEM tutorial as step-85

This step shows how the NonMatching classes: MeshClassifier,
FEImmersedSurfaceValues and NonMatching::FEValues are intended to work
together. This is done by solving the Poisson equation on a hypercube
mesh where the domain is described by a level set function

2 years agoMerge pull request #12771 from kinnewig/FE_NedelecSZ_hessians
Martin Kronbichler [Sat, 29 Jan 2022 09:49:23 +0000 (10:49 +0100)]
Merge pull request #12771 from kinnewig/FE_NedelecSZ_hessians

Add Hessian to FE_NedelecSZ

2 years agoMerge pull request #13305 from bangerth/assertion-2
Martin Kronbichler [Fri, 28 Jan 2022 15:06:38 +0000 (16:06 +0100)]
Merge pull request #13305 from bangerth/assertion-2

Add a missing assertion.

2 years agoMerge pull request #13307 from bangerth/manifolds
Matthias Maier [Fri, 28 Jan 2022 13:14:08 +0000 (07:14 -0600)]
Merge pull request #13307 from bangerth/manifolds

Updates to manifolds classes

2 years agoAdd hessians to FE_NedelecSZ 12771/head
Sebastian Kinnewig [Tue, 21 Sep 2021 11:12:32 +0000 (13:12 +0200)]
Add hessians to FE_NedelecSZ

2 years agoMerge pull request #13296 from bangerth/is_detected
Martin Kronbichler [Fri, 28 Jan 2022 08:50:08 +0000 (09:50 +0100)]
Merge pull request #13296 from bangerth/is_detected

Follow-up to is_detected.

2 years agoMerge pull request #13300 from bangerth/namespace
Martin Kronbichler [Fri, 28 Jan 2022 08:48:54 +0000 (09:48 +0100)]
Merge pull request #13300 from bangerth/namespace

Avoid 'using namespace' declarations.

2 years agoMerge pull request #13299 from bangerth/std
Martin Kronbichler [Fri, 28 Jan 2022 08:48:30 +0000 (09:48 +0100)]
Merge pull request #13299 from bangerth/std

Remove an unnecessary 'using namespace std' declaration.

2 years agoMerge pull request #13301 from bangerth/manifold
Martin Kronbichler [Fri, 28 Jan 2022 08:48:11 +0000 (09:48 +0100)]
Merge pull request #13301 from bangerth/manifold

Avoid a couple of references to GeometryInfo.

2 years agoMerge pull request #13303 from bangerth/manifold-vs-manifolds
Martin Kronbichler [Fri, 28 Jan 2022 08:43:39 +0000 (09:43 +0100)]
Merge pull request #13303 from bangerth/manifold-vs-manifolds

Rename Triangulation::manifold to Triangulation::manifolds.

2 years agoMerge pull request #13302 from bangerth/doc-3
Martin Kronbichler [Fri, 28 Jan 2022 08:41:53 +0000 (09:41 +0100)]
Merge pull request #13302 from bangerth/doc-3

Minor updates to the documentation of GridTools::transform().

2 years agoMerge pull request #13304 from bangerth/assertion
Martin Kronbichler [Fri, 28 Jan 2022 08:35:05 +0000 (09:35 +0100)]
Merge pull request #13304 from bangerth/assertion

Improve the text of an assertion.

2 years agoMerge pull request #13306 from bangerth/pipe
Martin Kronbichler [Fri, 28 Jan 2022 08:33:46 +0000 (09:33 +0100)]
Merge pull request #13306 from bangerth/pipe

Minor adjustments to the pipe junction geometry.

2 years agoUse copy constructors for manifolds in clone(). 13307/head
Wolfgang Bangerth [Fri, 28 Jan 2022 04:25:16 +0000 (21:25 -0700)]
Use copy constructors for manifolds in clone().

2 years agoMark some member variables as 'private'.
Wolfgang Bangerth [Fri, 28 Jan 2022 01:53:37 +0000 (18:53 -0700)]
Mark some member variables as 'private'.

2 years agoMinor adjustments to the pipe manifolds. 13306/head
Wolfgang Bangerth [Thu, 27 Jan 2022 22:37:46 +0000 (15:37 -0700)]
Minor adjustments to the pipe manifolds.

2 years agoMinor adjustments to the pipe junction geometry.
Wolfgang Bangerth [Thu, 27 Jan 2022 22:07:23 +0000 (15:07 -0700)]
Minor adjustments to the pipe junction geometry.

2 years agoMerge pull request #13298 from marcfehling/step55
Wolfgang Bangerth [Fri, 28 Jan 2022 01:01:09 +0000 (18:01 -0700)]
Merge pull request #13298 from marcfehling/step55

Minor suggestions for step-55

2 years agoMerge pull request #13124 from marcfehling/tee-2
Wolfgang Bangerth [Thu, 27 Jan 2022 22:31:47 +0000 (15:31 -0700)]
Merge pull request #13124 from marcfehling/tee-2

Manifold for `pipe_junction`.

2 years agoAvoid 'using namespace' declarations. 13300/head
Wolfgang Bangerth [Thu, 27 Jan 2022 19:22:45 +0000 (12:22 -0700)]
Avoid 'using namespace' declarations.

These declarations are dangerous and lead to difficult to find errors when
used in header files, but also in .cc files when used in scopes that one
can re-enter and when we use unity builds. Avoid where possible.

2 years agoAdd a missing assertion. 13305/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:40:19 +0000 (13:40 -0700)]
Add a missing assertion.

2 years agoImprove the text of an assertion. 13304/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:34:24 +0000 (13:34 -0700)]
Improve the text of an assertion.

2 years agoRename Triangulation::manifold to Triangulation::manifolds. 13303/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:31:54 +0000 (13:31 -0700)]
Rename Triangulation::manifold to Triangulation::manifolds.

The member variable is a std::map and generally holds multiple objects. Use the plural.

2 years agoMinor updates to the documentation of GridTools::transform(). 13302/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:25:36 +0000 (13:25 -0700)]
Minor updates to the documentation of GridTools::transform().

2 years agoAvoid a couple of references to GeometryInfo. 13301/head
Wolfgang Bangerth [Thu, 27 Jan 2022 20:07:42 +0000 (13:07 -0700)]
Avoid a couple of references to GeometryInfo.

2 years agoRemove an unnecessary 'using namespace std' declaration. 13299/head
Wolfgang Bangerth [Thu, 27 Jan 2022 18:32:18 +0000 (11:32 -0700)]
Remove an unnecessary 'using namespace std' declaration.

2 years agoReview function classes. 13298/head
Marc Fehling [Thu, 27 Jan 2022 14:30:52 +0000 (15:30 +0100)]
Review function classes.

2 years agoAdjust template parameter in solver.
Marc Fehling [Thu, 27 Jan 2022 14:30:03 +0000 (15:30 +0100)]
Adjust template parameter in solver.

2 years agoFix typo.
Marc Fehling [Thu, 27 Jan 2022 14:29:34 +0000 (15:29 +0100)]
Fix typo.

2 years agoMove the declaration of a base class to right before its child class. 13296/head
Wolfgang Bangerth [Thu, 27 Jan 2022 00:16:07 +0000 (17:16 -0700)]
Move the declaration of a base class to right before its child class.

2 years agoMove a few generic names into a namespace that explains what things refer to.
Wolfgang Bangerth [Thu, 27 Jan 2022 00:15:26 +0000 (17:15 -0700)]
Move a few generic names into a namespace that explains what things refer to.

2 years agoMerge pull request #13291 from masterleinad/detection_idiom
Wolfgang Bangerth [Wed, 26 Jan 2022 21:48:47 +0000 (14:48 -0700)]
Merge pull request #13291 from masterleinad/detection_idiom

Use standardized detection idiom

2 years agoMerge pull request #13287 from bangerth/ref-cell-2
David Wells [Wed, 26 Jan 2022 21:41:12 +0000 (16:41 -0500)]
Merge pull request #13287 from bangerth/ref-cell-2

Introduce ReferenceCell::n_isotropic_children().

2 years agoAdd assertions. 13287/head
Wolfgang Bangerth [Mon, 24 Jan 2022 19:07:32 +0000 (12:07 -0700)]
Add assertions.

2 years agoUn-hardcode some numbers.
Wolfgang Bangerth [Mon, 24 Jan 2022 19:01:40 +0000 (12:01 -0700)]
Un-hardcode some numbers.

2 years agoUse n_isotropic_children() in an assertion.
Wolfgang Bangerth [Mon, 24 Jan 2022 18:20:32 +0000 (11:20 -0700)]
Use n_isotropic_children() in an assertion.

2 years agoIntroduce ReferenceCell::n_isotropic_children().
Wolfgang Bangerth [Mon, 24 Jan 2022 18:20:16 +0000 (11:20 -0700)]
Introduce ReferenceCell::n_isotropic_children().

2 years agoMove a function to its proper place.
Wolfgang Bangerth [Mon, 24 Jan 2022 18:19:35 +0000 (11:19 -0700)]
Move a function to its proper place.

2 years agoMerge pull request #13269 from blaisb/fix_disappearing_particles
Martin Kronbichler [Wed, 26 Jan 2022 14:08:32 +0000 (15:08 +0100)]
Merge pull request #13269 from blaisb/fix_disappearing_particles

Add a test for moving particles in a complex geometry and

2 years agoMerge pull request #13294 from tamiko/fix_doc
Daniel Arndt [Wed, 26 Jan 2022 13:55:51 +0000 (08:55 -0500)]
Merge pull request #13294 from tamiko/fix_doc

2 years agoMerge pull request #13293 from drwells/changelog-9.3.3
Marc Fehling [Wed, 26 Jan 2022 11:03:44 +0000 (04:03 -0700)]
Merge pull request #13293 from drwells/changelog-9.3.3

Port 9.3.3 changelog changes to master.

2 years agofix a rendering issue with doxygen 1.9.3 13294/head
Matthias Maier [Wed, 26 Jan 2022 10:48:53 +0000 (04:48 -0600)]
fix a rendering issue with doxygen 1.9.3


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.