Skip to content

Commit c6b10cf

Browse files
authored
Merge pull request #11 from 2listic/9-post-coral-platform
post coral platform dealii-x + hide features mobile + navbar logo no text
2 parents 7d61ab6 + aee8baa commit c6b10cf

4 files changed

Lines changed: 39 additions & 3 deletions

File tree

205 KB
Loading

src/components/features.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const coralComponents = [
7474
},
7575
{
7676
type: "Visualize",
77-
title: "Coral Visualizer",
77+
title: "Coral Viz",
7878
description: "3D visualization with XR/VR",
7979
icon: "uil:cube",
8080
rowStart: 1
@@ -101,7 +101,7 @@ const coralComponents = [
101101
<div class="grid grid-cols-1 sm:grid-cols-3 mt-8 md:mt-12 gap-8 md:gap-12">
102102
{
103103
features.map((item) => (
104-
<div class="flex gap-4 items-start">
104+
<div class="hidden sm:flex gap-4 items-start">
105105
<div class="mt-1 bg-black rounded-full p-2 w-8 h-8 shrink-0">
106106
<Icon class="text-white" name={item.icon} />
107107
</div>

src/components/navbar/navbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const menuitems = [
4848
<div class="flex w-full lg:w-auto items-center justify-between">
4949
<a href="/" class="text-lg"
5050
>
51-
<img src="/logo.svg" width="75" height="75" alt="Dualistic Logo"/>
51+
<img src="/logo_no_dual.png" width="75" height="75" alt="Dualistic Logo"/>
5252
<!-- <span class="font-bold text-slate-800">Astro</span><span
5353
class="text-slate-500">ship</span
5454
> -->
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
draft: false
3+
title: "Design, simulate and visualize with Coral platform"
4+
snippet: "Discover how our user-friendly interface, combined with a scheduler and a visualizator, leverages FEM libraries to create digital replicas with ease."
5+
image: {
6+
src: "/blog_gallery/screen_frontend.png",
7+
alt: "no-code/low-code"
8+
}
9+
publishDate: "2025-10-30 11:00"
10+
category: "Projects"
11+
author: "Dualistic"
12+
tags: [no-code, low-code, dealii-x, use cases, requirements]
13+
---
14+
15+
In this post, we'll demonstrate how **Coral**, our digital twin platform, simplifies the entire workflow of designing, simulating, and visualizing complex engineering analyses.
16+
17+
<iframe
18+
width="100%"
19+
height="400"
20+
src="https://www.youtube.com/embed/dAVx0f7pP6U"
21+
title="YouTube video player"
22+
class="border-0"
23+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
24+
referrerpolicy="strict-origin-when-cross-origin"
25+
allowfullscreen>
26+
</iframe>
27+
28+
Leveraging a [No-code/Low-code approach](/blog/no-code_low-code_dealii-x), Coral enables you to construct computational graphs that structure your digital replica through an intuitive **visual interface**. Simply drag and drop nodes, connect them to define relationships, and adjust parameters to customize your simulation. These graphs can be saved, loaded, and shared seamlessly with team members, fostering true collaborative engineering.
29+
30+
Once your computational graph is ready, Coral gives you the flexibility to choose **where your simulation runs**. Since computational requirements can scale dramatically—particularly for complex finite element analyses—you're not limited to your local machine. For instance, in the [dealii-X project](/blog/dualistic-dealiix-partner/), we leverage High Performance Computing (HPC) clusters for large-scale simulations, though local workstations and cloud instances are equally supported.
31+
32+
This is where **Coral Core** takes action. As an intelligent job scheduler, it manages computational resources by efficiently queueing simulations and storing results in designated locations. Throughout the process, it provides real-time status updates to the user interface, keeping you informed about your simulation's progress.
33+
34+
Behind the intuitive interface, **Coral Sim** performs the heavy lifting. It translates your visual computational graph into optimized code that compiles and executes using parallel computing paradigms. In this specific case it integrates with the [deal.II](https://dealii.org) finite element library, in order to provide high-fidelity results that meet demanding engineering standards.
35+
36+
Finally, **Coral Viz** transforms raw simulation data into actionable insights through powerful visualization capabilities, allowing you to explore and understand your results comprehensively.

0 commit comments

Comments
 (0)